X Tutup
Skip to content

codam-coding-college/codam-apt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Codam_apt

Replacement for apt for use at Codam Linux stations. Might be compatible with other 42 Network Linux systems as well.

How to install capt
Download & run INSTALL.sh: wget https://raw.githubusercontent.com/codam-coding-college/codam-apt/main/INSTALL.sh && chmod +x INSTALL.sh && ./INSTALL.sh

How to check if the apt package of your choice is available
-Run apt-cache search <package-name>

How to install a package
-Run capt install <package-name>

Mind that many packages expect their data to be present in the /usr filesystem, which is not where capt puts your files.

About

Replacement for apt for use at Codam Linux stations. Might be compatible with other 42 Network Linux systems as well.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • Shell 100.0%
X Tutup