User Tools

Site Tools


linux:slack_4system

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:slack_4system [2025/12/07 09:40] – [Listing Packages] azmanlinux:slack_4system [2025/12/07 09:41] (current) – [Listing Packages] azman
Line 9: Line 9:
 List full package name (with version) only <code bash># for that in $(ls /var/log/packages/) ; do echo $that ; done | sort</code> List full package name (with version) only <code bash># for that in $(ls /var/log/packages/) ; do echo $that ; done | sort</code>
  
-List installed package name only <code bash># list=$(ls /var/log/packages/) ; for that in $list ; do that=${that%_*} ; that=${that%_*} ; that=${that%_*} ; echo $that ; done</code>+List installed package name only <code bash># list=$(ls /var/log/packages/) ; for that in $list ; do that=${that%-*} ; that=${that%-*} ; that=${that%-*} ; echo $that ; done</code>
  
 Find installed packages that are not in Slackware tree <code bash> Find installed packages that are not in Slackware tree <code bash>
linux/slack_4system.txt · Last modified: by azman