How to install Geany on Manjaro

Geany is a lightweight and fast text editor that supports multiple programming languages. It is open-source software available on multiple platforms, including Manjaro.

In this tutorial, you will learn how to install Geany on Manjaro using two different methods.

Method 1: Installing Geany via Pacman

  1. Open the terminal by pressing Ctrl+Alt+T or by searching for "terminal" in the applications menu.

  2. Update the package database and upgrade the system packages by running the following commands:

    sudo pacman -Syu
    
  3. Install Geany by running the following command:

    sudo pacman -S geany
    
  4. Enter your password when prompted and wait for the installation to complete.

  5. Once the installation is complete, you can launch Geany by searching for it in the applications menu.

Method 2: Installing Geany via AUR

  1. Open the terminal by pressing Ctrl+Alt+T or by searching for "terminal" in the applications menu.

  2. Install the AUR helper yay by running the following command:

    sudo pacman -S yay
    
  3. Install Geany by running the following command:

    yay -S geany
    
  4. Enter your password when prompted and wait for the installation to complete.

  5. Once the installation is complete, you can launch Geany by searching for it in the applications menu.

Congratulations! You have successfully installed Geany on Manjaro. Now you can start using this lightweight and fast text editor to develop your programming projects.

If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!

Alternatively, for the best virtual desktop, try Shells!