Installing Packages

Installing Packages

From The Chakra Project

Jump to: navigation, search
Package.pngInstalling Packages
Basic introduction on how to install and remove packages on Chakra.

In GNU/Linux distributions, software is usually not downloaded from seperate websites all over the internet. Instead, applications are available on the central repositories of the distribution, ready to install.

Distribution Forms

Chakra distributes software in three different forms:

  • Packages. Archives containing software that gets installed on your system. This is the most common method of software distribution among GNU/Linux distributions.
  • Source Packages. These allow you to easily get a package built from sources.
  • Bundles. These are a special kind of software distribution method, developed by Chakra. They are click and run files that let you use applications without actually installing them on your system.

Distribution Sources

You can get applications you can install on Chakra from two different sources:

Software Management Applications

There are several applications you can use to get software installed or removed on Chakra from the different available distribution sources:

Graphical Applications
Packages (official) Bundles (official) Source Packages (community)
Apper
Bundle Manager
Command-Line Applications
Packages (official) Bundles (official) Source Packages (community)
Pacman
Ccr

Usually, graphic applications are easier to use and more intuitive, while command-line applications are more versatile.

See Also