This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
472516a4be
tldr
/
pages
/
linux
/
pkgadd.md
199 B
Raw
Blame
History
pkgadd
Add a package to a CRUX system.
Install a local software package:
pkgadd {{package_name}}
Update an already installed package from a local package:
pkgadd -u {{package_name}}