How to Install and Configure pCloud on Linux - Saint (2024)

Wondering How to Install and Configure pCloud on Linux?

pCloud is a service that allows the storage of files online. That is to say, pCloud lets users upload files and then access them over the internet after providing authentication. It was established in Switzerland in 2013. It’s supported by Linux, macOS, and Windows Operating Systems.

You may want to save on space on your computer’s hard drive. pCloud helps with that by storing your data online. The app stores your data securely, for instance, it uses zero-knowledge encryption. This encryption allows only the owner of the files to decrypt them.

pCloud provides 10GB of storage for free, and a user can pay for 2TB of storage for a lifetime plan. Some of the features it offers include: managing your account and backups, syncing folders, creating shares, and encrypting files. In this guide, we will learn How to Install and Configure pCloud on Linux.

So, let’s get started!

Download pCloud.

Before installing and configuring pCloud, we need to download the binary file and store it in our system. In the same vein, we need to create an account on pCloud to access the files stored online.

Here is how you can download the pCloud BIN file:

  1. Go ahead and download pCloud from their official website. A window should open. Click on Linux at the top.
  1. Now, from the dropdown menu, Choose your version, which is either 32-bit or 64-bit, depending on your system architecture.
How to Install and Configure pCloud on Linux - Saint (1)
  1. When you are done with that, a pop-up window will open, click Save File, and pCloud will start downloading.

Command Line (CLI) Installation.

This is one of the methods used to install and set up pCloud. It involves using the Command Terminal.

Here is how you can install and configure pCloud using the command line:

  1. Start by opening your Command Terminal by pressing Ctrl + Alt + T.
  1. Now, go to the location where your pCloud binary file is stored. In this case, it’s in the Downloads folder. Now, type the command below:
$ cd Downloads
  1. Then, apply the X attribute to the binary file to make it executable and run as a program. We do this by using the chmod command.
$ chmod +x pcloud
How to Install and Configure pCloud on Linux - Saint (2)
  1. It is advisable to move it from the Downloads folder as files in this folder can easily be discarded.

Therefore, we will copy it to the /usr/lib/ folder using the command below. Note that we use sudo to gain access to files that require administrative privileges.

$ sudo cp pcloud /usr/lib/
  1. Next, you will be prompted to enter your password to continue.
  1. Now, go to the lib folder to access the pCloud executable file.
$ cd /usr/lib/
  1. After that, type the command ‘./pcloud‘ on your Terminal to launch the pCloud app.
  1. A window opens on your screen. Go ahead and enter your username and password to log in to your pCloud account.
How to Install and Configure pCloud on Linux - Saint (3)

Once you log in, you will be taken to your pCloud account, where your files are stored online.

pCloud App Launcher.

Once you have installed pCloud using the command line method above, now go ahead and configure it. This involves creating a pCloud app shortcut on your desktop. In other words, you can now use the method below to launch pCloud.

Here is how you can create a pCloud app launcher:

  1. Go ahead and open your Command Terminal by pressing Ctrl + Alt + T.
  1. Now, go to the applications directory by using the command:
$ cd /usr/share/applications.
  1. Then, create pcloud.desktop using the command below. You can use any editor, and for this example, we’ll use the nano editor.
$ sudo nano pcloud.desktop /usr/share/applications

4. Next, paste the content below in the file created.

[Desktop Entry]
Version=1.0
Name=pCloud
GenericName=pCloud
Comment=Client app of pCloud Drive
Type=Application
Categories=Graphic;VectorEditor;GTK;
Exec=pcloud %U
TryExec=pcloud
Terminal=true
Icon=
  1. When you are done, press Ctrl + x to close the file.
  1. Lastly, Press Y, then hit Enter to save.


You can now access the pCloud app on your desktop. Search for it on the search bar, and it appears on the search results.

How to Install and Configure pCloud on Linux - Saint (5)

Graphical User Interface (GUI) Installation.

If you do not want to use the command line method, then this method is for you. It uses the Graphical User Interface to set up pCloud.

Here is how to install and configure pCloud using GUI:

  1. First, navigate to the folder where you saved the pCloud binary file. In our case, it’s in the Downloads folder.
  1. Now, right-click on the file, then click Properties from the menu.
  1. The Properties pop-up appears. Go ahead and select Permissions at the top, then check Allow this file to run as a program.
How to Install and Configure pCloud on Linux - Saint (6)
  1. The file is now executable. Double click on it, and a window will open. Go ahead and enter your credentials to log in to your pCloud account.
How to Install and Configure pCloud on Linux - Saint (7)
  1. Once you’re logged in, you will get the welcome screen shown below. Now, pCloudDrive also appears under the Devices menu. The pCloud icon also appears on your taskbar.
How to Install and Configure pCloud on Linux - Saint (8)
  1. After that, when you click on pCloudDrive, a window opens. The files and folders in this drive will be synced with your pCloud account.
How to Install and Configure pCloud on Linux - Saint (9)
  1. Finally, pCloud allows you to add more folders to your Drive. It lets you sync the folders in your hard drive with your drive online.
  1. You can do this by searching for the app in the desktop search bar, then double-click on it. The window below opens, now click on Sync. Go ahead and click Add New Sync to sync the new folders.
How to Install and Configure pCloud on Linux - Saint (10)

That’s it! We have covered setting up pCloud using Graphical User Interface.

Above all, these folders on pCloudDrive do not consume space on your PC. That is to say, it works like a remote file on your system.

We have come to the end of our guide. In conclusion, we have learned about multiple ways How to Install and Configure pCloud on Linux. If you have any questions or suggestions, let us know in the comment section below.

If this guide helped you, please share it. 🙂

  • How to Install and Configure pCloud on Linux - Saint (11)

    Zohaib Ahsan

    Well-versed with most things Linux, and motivated to share whatever I've learned with the rest of the world.

    View all posts

How to Install and Configure pCloud on Linux - Saint (2024)

FAQs

How to install pCloud in Linux? ›

  1. Download and save the "pcloud" file distributed in AppImage format.
  2. Right-click on the pcloud file. Go to Permissions, make it Executable and Run.
  3. Sign up or log in to take advantage of your new virtual drive! Easily access and manage your files.

How do I enable pCloud drive? ›

Check "Reduced security" and select "Allow user management of kernel extensions from identified developers". Click OK and restart your device. 7. Click the pCloud icon in the system tray and click "Enable Drive".

Does pCloud have a desktop app? ›

pCloud for Desktop – Windows, Linux and Mac – the pCloud desktop application creates a secure virtual drive on your computer, which you can use the same way you use your HDD, except it does not take any space on your computer.

Does pCloud Drive store files locally? ›

The file is not stored locally – it's kept in the cloud.

How do I install Linux installation? ›

Create a bootable USB drive to install bare-metal Linux
  1. Download an image file for your chosen Linux distribution. ...
  2. Create a bootable USB drive. ...
  3. Boot your device from the USB drive. ...
  4. Select install options. ...
  5. Finally, as with any Linux installation, you will be asked to create a user name and password.
Jan 22, 2024

How do I download directly to pCloud? ›

pCloud Save is simple to use:
  1. Right-click on the content you would like to save.
  2. Select Save to pCloud from the context menu.

What is the difference between pCloud drive and pCloud sync? ›

(pCloud) Sync is a feature in pCloud Drive. It allows you to connect locally-stored folders from your PC with pCloud Drive. This connection goes both ways, so if you edit or delete the files you're syncing from your computer, this means that you'll also be editing them or deleting them from pCloud Drive.

How do I unlock my pCloud storage? ›

How can I get more FREE space? When you sign up for pCloud, you can get up to 10 GB cloud storage for free. Not all of this space is unlocked. You can unlock space by following the beginner's tutorial or by joining our Invite friends program.

How do I access my pCloud files? ›

Go to the pCloud Home tab and locate the magnifying glass icon at the top. Click on it and enter at least three characters of the file name you are looking for. Tap the search button and a list of results will be displayed. 19.

Can I access pCloud from a Web browser? ›

The pCloud web platform is accessible through any browser, on any computer or device. Once registered for the service, you can use all of its key features and functionalities via web.

What's better than pCloud? ›

Other important factors to consider when researching alternatives to pCloud include files and security. The best overall pCloud alternative is Microsoft OneDrive for Business. Other similar apps like pCloud are Box, Apple iCloud, WeTransfer, and Tresorit.

What company owns pCloud? ›

Tunio Zafer: pCloud was created in 2013 by Tunio Zafer and Anton Titov, currently CEO and CTO of the company. The company is registered in Switzerland, operating under Swiss law and today is one of the biggest European cloud storage providers, with almost 15 million registered users.

Where is pCloud hosted? ›

European Union (Luxembourg). The data centers used by pCloud have been chosen after intense risk assessment to prove the highest quality and reliability.

Is pCloud a backup or storage? ›

The pCloud Backup feature automatically saves folders that you choose from your computer to your pCloud account. All the changes you make are synced in real time. If you delete a file from your backup, it will be deleted from your devices and moved to the Trash in your pCloud account.

Is pCloud safer than Google Drive? ›

Google Drive uses TLS in transit and 128-bit AES at rest. pCloud uses 256-bit AES at rest and& like Google Drive& TLS in transit. Clearly& your data is more secure with pCloud than it is with Google Drive.

How to install SMB service in Linux? ›

  1. Overview. A Samba file server enables file sharing across different operating systems over a network. ...
  2. Installing Samba. To install Samba, we run: sudo apt update sudo apt install samba. ...
  3. Setting up Samba. Now that Samba is installed, we need to create a directory for it to share: mkdir /home/<username>/sambashare/

How to install Gsutil command in Linux? ›

Add the gcloud CLI to your path. Run the installation script from the root of the folder you extracted to using the following command: See more code actions. This can also be done non-interactively (for example, using a script) and by providing preferences as flags.

How to setup ownCloud on Linux? ›

Create the ownCloud Database
  1. Access the MariaDB console: sudo mysql -u root -p.
  2. create your ownCloud database: CREATE DATABASE ownclouddb;
  3. Create a new user with the necessary privileges, including a strong and unique password. ...
  4. Flush your database's privileges: FLUSH PRIVILEGES;
  5. Finally, exit the database console: exit.
Feb 12, 2021

How to install sshd service in Linux? ›

Installing OpenSSH Server and Enabling sshd
  1. If the packages aren't installed, run the following command: Copy. sudo dnf install openssh openssh-server.
  2. Start the sshd service and configure it to start following a system reboot: Copy. sudo systemctl start sshd sudo systemctl enable sshd.

Top Articles
Latest Posts
Article information

Author: Rob Wisoky

Last Updated:

Views: 6343

Rating: 4.8 / 5 (68 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Rob Wisoky

Birthday: 1994-09-30

Address: 5789 Michel Vista, West Domenic, OR 80464-9452

Phone: +97313824072371

Job: Education Orchestrator

Hobby: Lockpicking, Crocheting, Baton twirling, Video gaming, Jogging, Whittling, Model building

Introduction: My name is Rob Wisoky, I am a smiling, helpful, encouraging, zealous, energetic, faithful, fantastic person who loves writing and wants to share my knowledge and understanding with you.