89
Sovereign Tech Agency funding for Arch Linux Package Management
(lists.archlinux.org)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Arch really does have the most straightforward packaging system. Can you write a Bash script? Cool. You can package your application for Arch very easily.
Yeah, while lots of people have plenty of other reasons for using Arch. The packaging system is my personal favorite. I have made packages for deb and rpm based systems before, but Arch is just so dead simple with little scripts preinstalled to make it even easier.
Absolutely agree, the whole
apt-get upgrade
(or however, I always messed it up!) was annoying to me, and I switched to an arch distro (Endeavour) and I'm super happy with it. It's my only machine and it is awesomeYou don't need to type apt-get, you can just do
apt upgrade
.