Skip to content
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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

Pierre-Gronau-ndaal
Copy link
Contributor

No description provided.

@tclahr
Copy link
Owner

tclahr commented Jan 22, 2025

I did not manage to get the list of installed packages on a Slackware 15 using slackpkg search installed.

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:
ls /var/log/packages/*
or
slackpkg search * | grep -v "uninstalled"

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants