Software Installations

Comprehensive Guide to Software Installation

Always perform a complete system upgrade when installing new software. While this may seem unconventional, partial upgrades are unsupported under Arch Linux. Installing software separately from the last system upgrade can lead to inconsistencies with dependent libraries on your system.

Graphical User Interface (GUI)

Installing Software

  1. Click the Add/Remove Software button in the taskbar:

  2. Select 1 Update System.

  3. Then, choose 3 Install Packages.

  4. Use the incremental search feature to quickly locate and install the desired software.

Updating the System

  1. Double-click the blue arrow-shaped Kalu icon in the system tray:

  2. Follow the on-screen instructions to proceed with the system updates.

Terminal

Installing Software

Utilize Ditana’s addpkg alias to install software. For example:

addpkg spotify

This command will install the specified software and perform an upgrade simultaneously. To uninstall software, use rmpkg, which ensures that no unused dependencies remain on your system.

If you are unsure of the exact package name, first upgrade your system using pikaur -Syu. Then use:

pikaur <package>

This command will offer installation candidates sorted by their vote count.

Updating the System

Execute the following command to update your system:

pikaur -Syu