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/12/07 09:07] – [Listing Packages] 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 19: | Line 21: | ||
| View information on specific package < | View information on specific package < | ||
| - | To list currently installed packages (to be used in my1live) | + | To list all official packages without DE <code bash>for pack in a d k l n ap t tcl x xap ; do |
| - | + | ||
| - | * get all official packages without DE <code bash>for pack in a d k l n ap t tcl x xap ; do | + | |
| slackview file --name pkgs.txt --insert --pack $pack ; | slackview file --name pkgs.txt --insert --pack $pack ; | ||
| done</ | done</ | ||
| + | |||
| + | To list currently installed packages (to be used in my1live) | ||
| + | |||
| * get all installed packages <code bash># slackview file --name pkgs.txt --insert --installed</ | * get all installed packages <code bash># slackview file --name pkgs.txt --insert --installed</ | ||
| * sort based on software sets < | * sort based on software sets < | ||
linux/slack_4system.1765069630.txt.gz · Last modified: by azman
