| bio | website | |
|---|---|---|
| location | Surrey, Canada | |
| age | ||
| visits | member for | 2 years, 4 months |
| seen | Apr 1 at 17:59 | |
| stats | profile views | 0 |
|
Feb 11 |
comment |
Package management strategy with Pacman @phunehehe No, pacman -Qe is a query (showing all explicitly installed packages) --asdeps and --asexplicit are sync options. --asdeps will INSTALL an application as a if it were a dependency. Since it is not actually required by anything, it will appear in a "pacman -Qdt" which lists all packages installed as dependencies that are no longer required by anything (usually those packages can be removed without consequence). The most confusing thing I found about pacman when I started (coming from ubuntu's apt-get/apt-cache) was that 1 utility was used for everything (behaviour changes with -S/-Q) |
|
Feb 7 |
awarded | Teacher |
|
Feb 7 |
answered | Package management strategy with Pacman |