Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.44 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.44 KB

Carch Aur Packages


Important

Installing or uploading packages that act as installer scripts or customize the system in a way that diverges from the official guidelines is not allowed on the AUR.

As such, the package has been removed from the AUR. I respect the AUR guidelines, and I encourage you to check the main Carch project for alternative installation methods. Thank you!

Note

Carch is not available on the AUR because it is a script. However, you can use the provided package build to run Carch as a package, similar to an AUR package, or visit the Carch documentation for the CLI installer.

Assuming, You have already install dependency like: make & git

📦 Package Build [ Stable ]

git clone https://github.com/carch-org/pkgs
cd pkgs/carch
makepkg -si

📦 Git Package Build [ Latest Git-Build ]

git clone https://github.com/carch-org/pkgs
cd pkgs/carch-git
makepkg -si

Note

You can use the carch package for stable updates with the latest release, or use the git package to get the most recent changes directly from the Carch GitHub repository.