linux:slack_4system
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:slack_4system [2025/01/12 10:47] – azman | linux:slack_4system [2025/01/12 10:58] (current) – [Listing Packages] azman | ||
---|---|---|---|
Line 5: | Line 5: | ||
===== Listing Packages ===== | ===== Listing Packages ===== | ||
- | Run ls -l output on / | + | Simply list files in / |
+ | |||
+ | List full package name (with version) only <code bash># for that in $(ls / | ||
Find installed packages that are not in Slackware tree <code bash> | Find installed packages that are not in Slackware tree <code bash> | ||
Line 12: | Line 14: | ||
pkgf=$(find $slacktree/ -name " | pkgf=$(find $slacktree/ -name " | ||
[ -f " | [ -f " | ||
- | echo " | + | echo " |
- | done</ | + | done</ |
- | Find installation log for standard packages | + | View information on specific package |
- | slackfull=slackware64-15.0 ; slacktree=/ | + | |
- | for pkg in $(find $slacktree/ -name " | + | |
- | base=$(basename $pkg) ; | + | |
- | name=${base%.*} ; | + | |
- | test="/ | + | |
- | [ -f " | + | |
- | echo "** Cannot find file for $test" ; | + | |
- | done | + | |
- | </ | + | |
To list currently installed packages (to be used in my1live) | To list currently installed packages (to be used in my1live) |
linux/slack_4system.1736650042.txt.gz · Last modified: by azman