remove things according to tldr
This commit is contained in:
@@ -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}}`
|
|
||||||
|
@@ -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}}`
|
||||||
|
|
||||||
|
@@ -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`
|
||||||
|
|
||||||
|
@@ -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`
|
||||||
|
@@ -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`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user