-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Installation: Linux
Chris Holmes edited this page Nov 27, 2013
·
4 revisions
Currently packaged installation on Linux is only available on Ubuntu. Contributions for other Linux distros and improvements to make better use of package managers are much appreciated. Other distros can also always build from source.
The invitation to lantern has a link to an installation script. This script:
- Downloads a .deb file.
- Creates the uninstall script in /opt/lantern-net-installer,
- Creates a user preferences directory (where, BTW, 'cause ~/.lantern doesn't seem to appear until first launch?), and
- Does not auto-launch a lantern service;
- Click the link named "Ubuntu 12.04+" in the installer. A new tab should open telling you a download should begin.
- A popup should appear, asking you to save a file named "lantern-net-installer_unix.sh". Download the file.
- Open up a new instance of the terminal by clicking the Ubuntu button on the main menu bar of Ubuntu and typing "terminal".
- Click on the "terminal" icon to launch a new instance.
- Change to the directory where you downloaded the file from the browser:
+
cd Downloads/
- Make the install script executable:
+
chmod 700 lantern-net-installer_unix.sh
- Execute the install script:
+
sudo ./lantern-net-installer_unix.sh
+ Note: if you receive a message regarding no suitable Java Virtual Machine, you need to download Java.- See https://help.ubuntu.com/community/Java if you need help completing this. running install script
- A message should appear saying that the installer is starting and a popup should appear titled "Lantern Fetcher". Wait while the fetcher fetches the Lantern program.
- The installer will finish and give no message.
- Open up the Lantern program by clicking the Ubuntu button on the main menu bar of Ubuntu and typing "lantern".
- Click on the "Lantern" icon to launch the program.
+ Note: if you receive a message regarding Chrome not being installed, you need to download Chrome.
- See https://www.google.com/intl/en/chrome/browser/ if you need help completing this.
- Wait while Lantern starts up.
- Welcome to Lantern!
After you've run the installer the next step is to Setup Lantern.
- Change directories to "/usr/local/lantern-net-installer/"
+
cd /usr/local/lantern-net-installer/
- Run the uninstall program.
+
sudo ./uninstall
+ - A window should popup. Click "Next >" to continue uninstallation.
- The uninstall process should begin. When finished, click "Finish".