This repository, Narwal-Arch, houses a set of scripts crafted to facilitate the management of the Narwal-Arch custom Arch Linux repository. The Narwal-Arch repository provides a carefully chosen array of packages that are not available in the official Arch Linux repositories but are deemed valuable or interesting to the Arch Linux user community.
To utilize the Narwal-Arch repository, add the repository's link to your Arch Linux package manager configuration.
Open the package manager configuration file (/etc/pacman.conf) with a text editor as root:
sudo nano /etc/pacman.confAdd the following lines at the end of the file:
[narwal-arch]
SigLevel = Optional TrustAll
Server = https://s3.ap-south-1.amazonaws.com/$repo/os/$arch/Save the file and exit the text editor.
After adding the repository, it's essential to update your package database:
sudo pacman -SyYou can now install packages from the Narwal-Arch repository using pacman. For example, to install a package called plasma-narwal, run:
sudo pacman -S plasma-narwalTo keep the packages from the Narwal-Arch repository up to date, make sure to regularly update your system with:
sudo pacman -SyuWe welcome contributions to the Narwal-Arch repository! If you have packages that you believe would be valuable to the Arch Linux community, please feel free to submit pull requests to our repository on GitHub.
If you encounter any issues or have suggestions for improving the repository, please open an issue on our GitHub repository.
Please note that the Narwal-Arch repository is a community-driven effort and not affiliated with the official Arch Linux project. While we strive to maintain the quality of the packages in this repository, we cannot guarantee their safety or compatibility. Use packages from this repository at your own risk.
Happy Arching!