Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Narwal-Arch Repository

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.

How to Use the Narwal-Arch Repository

Adding the Narwal-Arch Repository

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.conf

Add 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.

Update Package Database

After adding the repository, it's essential to update your package database:

sudo pacman -Sy

Install Packages

You 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-narwal

Stay Up to Date

To keep the packages from the Narwal-Arch repository up to date, make sure to regularly update your system with:

sudo pacman -Syu

Contributing

We 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.

Issue Reporting

If you encounter any issues or have suggestions for improving the repository, please open an issue on our GitHub repository.

Disclaimer

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!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages