remove things according to tldr
This commit is contained in:
@@ -6,10 +6,6 @@
|
||||
|
||||
`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}}`
|
||||
|
||||
- force installation of a package
|
||||
|
||||
`pkgadd -f {{package-name}}`
|
||||
|
@@ -10,7 +10,7 @@
|
||||
|
||||
`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}}`
|
||||
|
||||
|
@@ -10,7 +10,7 @@
|
||||
|
||||
`pkgmk -d -i`
|
||||
|
||||
- upgrade the package after making it
|
||||
- upgrade the package after making it
|
||||
|
||||
`pkgmk -d -u`
|
||||
|
||||
|
@@ -1,15 +1,15 @@
|
||||
# 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`
|
||||
|
||||
- list the ports in the current tree
|
||||
- list the ports in the current tree
|
||||
|
||||
`ports -l`
|
||||
|
||||
- check the differences between installed packages and the ports tree
|
||||
- check the differences between installed packages and the ports tree
|
||||
|
||||
`ports -d`
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# prt-get
|
||||
|
||||
> The advanced CRUX package manager
|
||||
> The advanced CRUX package manager
|
||||
|
||||
- install a package
|
||||
|
||||
@@ -14,11 +14,11 @@
|
||||
|
||||
`prt-get upgrade {{package-name}}`
|
||||
|
||||
- remove a package
|
||||
- remove a package
|
||||
|
||||
`prt-get remove {{package-name}}`
|
||||
|
||||
- upgrade the system from the local ports tree
|
||||
- upgrade the system from the local ports tree
|
||||
|
||||
`prt-get sysup`
|
||||
|
||||
|
Reference in New Issue
Block a user