1
1
What kind of packaging system used/recommended by Arch-based distributions? Is it possible to use pre-compiled archives like deb or rpm on Arch-based distributions?
1
1
What kind of packaging system used/recommended by Arch-based distributions? Is it possible to use pre-compiled archives like deb or rpm on Arch-based distributions?
1
Arch linux is a bare bones Linux distro that provides you with a base skeleton along with the Linux Kernel(with some adjustments for modern computers) to customize and change according to your preference.
Hence, you will have to install a utility that does whatever you require for you. In this manner, you can install a package from almost any distribution onto Arch Linux. It is best to use the pacman
package manager that comes along with Arch Linux, as it it's the most reliable tool for installing packages in Arch.
Here are guides to installing rpm and deb packages on Arch Linux:
So it means pacman compiles every source code file to a its own binary? – N Randhawa – 2018-04-11T10:33:22.847
@NRandhawa yes, pacman can do offline installation as well if you have the package and its dependencies. – Raghu Ranganathan – 2018-04-11T10:34:35.663
1@RaghuRanganathan I think APT does offline installation, too. sudo apt install ./something.deb
– iBug – 2018-04-11T10:45:20.010
The Arch package manager is called pacman (of course!)
– tripleee – 2018-04-11T10:30:18.540