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:56] – azman | linux:slack_4system [2025/12/07 09:41] (current) – [Listing Packages] azman | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| List full package name (with version) only <code bash># for that in $(ls / | List full package name (with version) only <code bash># for that in $(ls / | ||
| + | |||
| + | List installed package name only <code bash># list=$(ls / | ||
| 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 19: | ||
| done</ | done</ | ||
| - | Find installation log for standard | + | View information on specific package < |
| - | slackfull=slackware64-15.0 ; slacktree=/ | + | |
| - | for pkg in $(find $slacktree/ -name " | + | To list all official |
| - | base=$(basename $pkg) ; | + | |
| - | name=${base%.*} ; | + | done</ |
| - | test="/ | + | |
| - | [ -f "$test" ] && continue ; | + | |
| - | 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) | ||
| - | * get all installed packages <code bash># slackview file --name pkgs.txt --installed | + | * get all installed packages <code bash># slackview file --name pkgs.txt --insert |
| * sort based on software sets < | * sort based on software sets < | ||
| * remove those already selected for my1live < | * remove those already selected for my1live < | ||
linux/slack_4system.1736650597.txt.gz · Last modified: by azman
