Difference between revisions of "Arch Linux"

From Dejvino's Knowledge Base
Jump to navigation Jump to search
(Created page with "Linux distribution with rolling updates and convenient way of installing software from source code.")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Linux distribution]] with [[rolling updates]] and convenient way of installing software from source code.
+
[[Linux distribution]] with [[rolling updates]] and convenient way of installing software from source code via [[AUR]].
 +
 
 +
== Package System ==
 +
* Arch Linux Wiki
 +
** [https://wiki.archlinux.org/index.php/AUR Arch User Repository (AUR)]
 +
** [https://wiki.archlinux.org/index.php/Network_Shared_Pacman_Cache#Custom_local_repository Custom local repository]
 +
** [https://wiki.archlinux.org/index.php/creating_packages Creating Packages]
 +
** [https://wiki.archlinux.org/index.php/PKGBUILD PKGBUILD]
 +
* [https://ownyourbits.com/2019/07/21/replicate-your-system-with-self-hosted-arch-linux-metapackages/ Self-hosted Metapackages]
 +
* [https://disconnected.systems/blog/archlinux-repo-in-aws-bucket/ Custom packages in AWS] (feel free to skip the AWS parts)
 +
 
 +
== Related ==
 +
* [[Arch Linux ARM]]

Latest revision as of 22:22, 27 September 2020

Linux distribution with rolling updates and convenient way of installing software from source code via AUR.

Package System

Related