remove things according to tldr

waldyrious/alt-syntax
ix 2016-01-07 17:49:26 -05:00
parent bc568b98c8
commit 4dc87c83ea
5 changed files with 10 additions and 14 deletions

View File

@ -6,10 +6,6 @@
`pkgadd {{package-name}}` `pkgadd {{package-name}}`
- update a already installed package from a local package - update an already installed package from a local package
`pkgadd -u {{package-name}}` `pkgadd -u {{package-name}}`
- force installation of a package
`pkgadd -f {{package-name}}`

View File

@ -10,7 +10,7 @@
`pkginfo -l {{package-name}}` `pkginfo -l {{package-name}}`
- list the owner(s) of a file matching a pattern - list the owner(s) of files matching a pattern
`pkginfo -o {{pattern}}` `pkginfo -o {{pattern}}`

View File

@ -10,7 +10,7 @@
`pkgmk -d -i` `pkgmk -d -i`
- upgrade the package after making it - upgrade the package after making it
`pkgmk -d -u` `pkgmk -d -u`

View File

@ -1,15 +1,15 @@
# ports # ports
> Update/list the ports tree on a CRUX system > Update/list the ports tree on a CRUX system
- update the ports tree - update the ports tree
`ports -u` `ports -u`
- list the ports in the current tree - list the ports in the current tree
`ports -l` `ports -l`
- check the differences between installed packages and the ports tree - check the differences between installed packages and the ports tree
`ports -d` `ports -d`

View File

@ -1,6 +1,6 @@
# prt-get # prt-get
> The advanced CRUX package manager > The advanced CRUX package manager
- install a package - install a package
@ -14,11 +14,11 @@
`prt-get upgrade {{package-name}}` `prt-get upgrade {{package-name}}`
- remove a package - remove a package
`prt-get remove {{package-name}}` `prt-get remove {{package-name}}`
- upgrade the system from the local ports tree - upgrade the system from the local ports tree
`prt-get sysup` `prt-get sysup`