Octopi is the highest rated graphical user interface for the Arch Linux pacman package management tool in AUR. It is written in C++ using the Qt toolkit and its source code is hosted on GitHub. The first commits date from February 2013.




Octopi is the highest rated graphical user interface for the Arch Linux pacman package management tool in AUR. It is written in C++ using the Qt toolkit and its source code is hosted on GitHub. The first commits date from February 2013.




The packaging formats used by different distributions of Linux can be a pain point for software developers wishing to release their projects in an easily consumable way. Debian and Ubuntu rely on .deb packages, while Fedora and RedHat both use .rpm style packaging systems.
Alien is a program that converts between the rpm, dpkg, stampede slp, and slackware tgz file formats. If you want to use a package from another distribution than the one you have installed on your system, you can use alien to convert it to your preferred package format and...