aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-09-21 21:04:06 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-09-21 21:04:06 -0300
commit155a47c8b763aedf2a5394650c2df9298badd8c6 (patch)
tree9c11d2ef33c3462fd29455295cfa6f13670ab143 /README.md
parent1e8dd05a04e3d4faf48bc4507c17bcbd85f352f8 (diff)
downloadstowpkg-155a47c8b763aedf2a5394650c2df9298badd8c6.tar.gz
stowpkg-155a47c8b763aedf2a5394650c2df9298badd8c6.tar.bz2
Implement other actions
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 13 insertions, 12 deletions
diff --git a/README.md b/README.md
index aeadff9..eed9d05 100644
--- a/README.md
+++ b/README.md
@@ -31,12 +31,18 @@ installed using
Usage
-----
- stowpkg search # list packages available on ports
- stowpkg install <package> # install packages from source
- stowpkg build # simple package builder (./configure && make && make install)
- stowpkg list # list packages installed
- stowpkg sources # list program sources available
- stowpkg binaries # list program binaries available
+ stowpkg install <package> # install packages from source
+ stowpkg switch <package> <version> # switch a package to another available version
+ stowpkg remove <package> # remove packages
+ stowpkg reinstall <package> # reinstall packages
+ stowpkg build # simple package builder (./configure && make && make install)
+ stowpkg search # list packages available on ports
+ stowpkg list # list packages installed
+ stowpkg sources # list program sources available
+ stowpkg binaries # list program binaries available
+ stowpkg purge <package> # purge packages
+ stowpkg upgrade <package> # upgrade packages
+ stowpkg update # update ports repository
Running installed applications
------------------------------
@@ -82,12 +88,7 @@ Further development
Other commands can easily be implemented:
- stowpkg remove <package> # remove packages
- stowpkg purge <package> # purge packages
- stowpkg update # update ports repository
- stowpkg upgrade [package] # upgrade packages
- stowpkg upstream <package> # check packages versions at upstream
- stowpkg switch <package> <version> # switch a package to another available version
+ stowpkg upstream <package> # check packages versions at upstream
Also, per-architecture binary package support might be implemented using
git-annex and GnuPG signatures, giving us commands like