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

add flag to upgrade only deb-get packages #1246

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

silentJET85
Copy link
Contributor

closes #1107
This adds the flag --dg-only which will only upgrade packages which were installed by deb-get, rather than doing a general apt-get upgrade.
I've tested it in Debian 12 and Kubuntu 24.04 and it seems to work properly.

I used --dg-only rather than the --repos-only suggested in the feature request, as that flag when updating doesn't trigger apt-get, and I figured that would be inconsistent behavior. Since this will trigger apt-get, but only for packages that deb-get has installed. (As listed in /etc/deb-get/installed.)

Thoughts?

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.

[feature request] deb-get upgrade respect --repos-only
1 participant