From 8b41350baf3aaa4988843a9bc2e8884abec07c4c Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 8 Jan 2014 03:13:44 -0800 Subject: switched to using amber, added all the main pages. --- public/linux/index.en.html | 181 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 public/linux/index.en.html (limited to 'public/linux') diff --git a/public/linux/index.en.html b/public/linux/index.en.html new file mode 100644 index 0000000..f0c2b66 --- /dev/null +++ b/public/linux/index.en.html @@ -0,0 +1,181 @@ + + + + + Install Bitmask on Linux - dl.bitmask.net + + + + + + + + +
+ Bitmask + Downloads +
+
+

Install Bitmask on Linux

+ + + + +

Install as packages

+ +

This is the recommended method of installing Bitmask.

+ + +

Ubuntu 13.10 (Saucy Salamander)

+ +

+ To install +

+ + +
sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian saucy main"
curl https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring
+ + +

+ To remove +

+ + +
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian saucy main"
+ + + +

Ubuntu 13.04 (Raring Ringtail)

+ +

+ To install +

+ + +
sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian raring main"
curl https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring
+ + +

+ To remove +

+ + +
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian raring main"
+ + + +

Debian 7.0 (Wheezy)

+ +

+ To install +

+ + +
sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian wheezy main"
curl https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring
+ + +

+ To remove +

+ + +
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian wheezy main"
+ + + +

Debian 8.0 (Jessie)

+ +

+ To install +

+ + +
sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian jessie main"
curl https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring
+ + +

+ To remove +

+ + +
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian jessie main"
+ + + +

Install stand-alone bundle

+ +

Alternately, you can run Bitmask from a stand alone bundle. This is useful if want to run Bitmask from a thumb drive. The bundle should work on most recent Linux distributions that are derived from Debian (e.g. Ubuntu, Mint, etc).

+ +

There are several disadvantages to the stand-alone bundle:

+ + + + +

How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:

+ +
uname -m
+
+ +

If the result is:

+ + + + + +

32 bit kernel

+ +

+ + Download 32 bit +

+ + +

64 bit kernel

+ +

+ + Download 64 bit +

+ + +

Other options

+ +

If you want to install an old version of Bitmask, you can browse all releases.

+
+ + + -- cgit v1.2.3