Installing the LucidLink Linux client

  • Updated

To install our Linux client, it is recommended you download the latest version

We would also advise you review our system requirements as the operating system and infrastructure prerequisites are updated regularly.

Each Linux distribution provides a subtlety different software package installation process. Within this topic we will cover two alternatives to install our LucidLink client:

  1. A graphical user interface (GUI) package manager
  2. Command-Line (Terminal)
Proceeding example(s) will be demonstrated with Ubuntu 22.04 Desktop (GNOME) distribution

Option 1. (GUI)

1. Locate your installation download, right-click the file and select Open With Other Application.

Screenshot 2023-10-11 at 14.56.51 LIN.png

 

2. Select Software Install and click Select. This will now open in the Ubuntu software install manager.

Screenshot 2023-10-11 at 15.13.52 LIN.png

 

3. Click Install and allow it to fully complete.

Screenshot 2023-10-11 at 14.57.38 LIN.png

 

4. You will require administrative privileges to continue. Please provide a valid password, and select Authenticate.

Screenshot 2023-10-11 at 14.57.50 LIN.png

 

5.Once installed, you will see this reflected in the Ubuntu Software Install manager. You can now launch Lucid from your Applications menu.

Screenshot 2023-10-11 at 15.23.50.png

Option 2. (Terminal)

Use apt-get or yum on UI or non-UI environments

Debian based (DEB):

sudo apt update -y
sudo apt upgrade -y
wget https://www.lucidlink.com/download/latest/lin64/stable/ -O lucidinstaller.deb
sudo apt install ./lucidinstaller.deb -y

On Ubuntu 23.10 or above if you receive a dependency error, please update your repository. 

The following packages have unmet dependencies:
lucid : Depends: libappindicator1 but it is not installable
Depends: libgconf-2-4 but it is not installable or
libgconf2-4 but it is not installable
sudo add-apt-repository "deb http://cz.archive.ubuntu.com/ubuntu lunar main universe" -y

Red Hat based (RPM):

wget https://www.lucidlink.com/download/latest/lin64-rpm/stable/ -O lucidinstaller.rpm
OR 
curl -L --referer ";auto" https://www.lucidlink.com/download/latest/lin64-rpm/stable/ -o lucidinstaller.rpm
sudo yum install lucidinstaller.rpm

Alternatively Debian package manager (dpkg) UI based instances

1. Enter a command line 'Terminal' and follow the below image example.

LC6.png

Should you receive a dependency error relating to "libappindicator1" please run "sudo apt-get -f install" to resolve the issue.

2. You can now link to your Filespace through terminal via our Lucid client command-line interface.

 

Once package installation completes.

1. LucidLink client will be available from the Applications Menu. Launch the Lucid client to Connect to your Filespace.

Screenshot 2023-10-11 at 15.03.22 LIN.png

 

2. Please provide a valid Filespace name including your Domain, username (default root) and password and select Connect to begin

Screenshot 2023-10-11 at 15.09.13 LIN.png

Screenshot 2023-10-11 at 15.04.42 LIN.png

Screenshot 2023-10-11 at 15.04.51 LIN.png

 

3. Your Filespace becomes immediately accessible as a local system Devices mount-point and can be access from any File Manager, Application or CLI.

Screenshot 2023-10-11 at 15.05.06 LIN.png

 

4. An advanced Filespace dashboard is available by clicking on the LucidLink LC11.pnglogo from within the Taskbar. You will find a range of useful metrics, such as, remaining upload information.

Here you can also access your snapshots and access our Control Panel to administer your users, Permissions and other Filespace settings.

Screenshot 2023-10-11 at 15.05.16 LIN.png

 

Was this article helpful?

1 out of 1 found this helpful