Add NCOS Repository
Follow these steps to add the NCOS repository to your system and access NCOS-specific packages.
Steps to Add the NCOS Repository
1.Open pacman.conf file:
Use the following command to open the pacman.conf file in any text editor:
Append the following text to the end of the file:
[ncos]
SigLevel = Optional TrustAll
Server = https://raw.githubusercontent.com/exothermic88/ncos-repo/main/$arch
Run the following command to add the NCOS repository to pacman (1):
-
To learn more about
pacmanfor package maintanance, refer to the arch wiki.
Use the following command to install a NCOS package:
Example
sudo pacman -S ncos-hotfix
Future Updates
When future updates are released for ncos packages that you have already installed, they will be automatically downloaded when you update your system packages using sudo pacman -Syu.