

Inside the “Downloads” directory, use the tar xvf command to decompress the CLion TarGZ file. Then, from there, use the tar command to decompress the JetBrains CLion TarGZ file downloaded previously.

#CLION INSTALLATION DOWNLOAD#
To start the installation, head over to the CLion download page and click on the blue “Download” button.Īfter downloading, use the CD command to move the terminal window into the “Downloads” directory. JetBrains CLion comes with a universal installer for those on Linux who do not want to use Snaps or Flatpak and don’t use Arch Linux. trizen -S clion Generic Linux installation
#CLION INSTALLATION INSTALL#
git clone cd trizen makepkg -sriįinally, install JetBrains CLion on your Arch Linux PC by making use of the trizen -S command. To install Trizen, enter the commands below in succession. This program will automate the installation of CLion, so you do not have to do everything by hand. sudo pacman -S git base-develįollowing the installation of the two packages, you must install the Trizen AUR helper. These packages are required to interact with the AUR. To start the installation of CLion on Arch Linux, you’ll need to install the “Git” and “Base-devel” packages. That said, the CLion AUR package does download directly from their website, so it is not using any modified code. Keep in mind that these packages, although nice, do not receive official support from JetBrains. Like all JetBrains apps, there is an AUR package for CLion available for installation. sudo flatpak install flathub Arch Linux installation Using the flatpak install command below, get the app working on your computer. With the Flathub app store set up, you’ll be able to install CLion on your Linux PC. flatpak remote-add -if-not-exists flathub To enable Flathub, use the following flatpak remote-add command below. Flathub carries the JetBrains CLion package, so this step is critical. With the Flatpak runtime up and running, the next step is to enable the Flathub app store. If you need help setting up Flatpak on your Linux PC, please follow our guide on the subject. To do it, you need only install the “flatpak” package onto your system using your package manager. Setting up the Flatpak runtime on Linux is very straightforward. If you wish to install this program as a Flatpak on your Linux OS, you’ll first need to set up the Flatpak runtime. JetBrains CLion is available as a Flatpak on the Flathub app store. If Snap tells you that you cannot install it correctly, try the Flatpak installation instructions instead. Please keep in mind that CLion installs as a Snap in “Classic mode.” The classic mode requires AppArmor, and not every Linux operating system supports it.
#CLION INSTALLATION HOW TO#
After that, use Systemd to enable the “snapd.socket” file.Ĭan’t figure out how to set up the Snapd runtime on your Linux PC? That’s OK! We can help! Follow along with our in-depth guide on how to set up Snap packages to get it working.Īfter setting up Snaps, you’ll be able to quickly install the JetBrains CLion app on your Linux PC with the following snap install command below.

To start, install the “snapd” package with your Linux OS’s package manager. Setting up the Snapd runtime on Linux so you can install Snap packages is relatively easy.
