-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create slackpkg.yaml #316
Create slackpkg.yaml #316
Conversation
I did not manage to get the list of installed packages on a Slackware 15 using root@uac-slackware-15:~# slackpkg search installed
Looking for installed in package list. Please wait... DONE
No package name matches the pattern.
root@uac-slackware-15:~# I did some research and I got the list of installed packages by using the following 2 methods: The second one also shows information about packages that need to be upgraded, so I would use it instead. Can you do some tests and let me know if you have the same results? Thanks! |
sudo cat /etc/slackware-version excerpt: vagrant@vagrant-slackware64-14-2:~$ sudo ls /var/log/packages/* sudo /usr/sbin/slackpkg search * | grep -v "uninstalled" Looking for * in package list. Please wait... DONE The list below shows all packages with name matching "*". [ upgrade ] - NetworkManager-1.2.2-x86_64-2 --> NetworkManager-1.8.4-x86_64-2_slack14.2 sudo find /var/log/packages -type f sudo /usr/sbin/slackpkg Usage: If you need more information try to use 'slackpkg help' or look the sudo /usr/sbin/slackpkg info * bash: PACKAGE NAME: bind-9.11.37-x86_64-1_slack14.2.txz my approach is wrong, I would take now a combination: sudo /usr/sbin/slackpkg info * |
choose now three approaches
I have just noticed that both
So I think the only reliable way would be listing the files in |
Remove slackpkg command as discussed in tclahr#316
No description provided.