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:52] – 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 package name only < | + | List full package name (with version) |
Find installed packages that are not in Slackware tree <code bash> | Find installed packages that are not in Slackware tree <code bash> | ||
Line 17: | Line 17: | ||
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.1736650362.txt.gz · Last modified: by azman