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

ABRoot should not try to remove packages which do not exist #195

Closed
taukakao opened this issue Jan 8, 2024 · 1 comment
Closed

ABRoot should not try to remove packages which do not exist #195

taukakao opened this issue Jan 8, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@taukakao
Copy link
Member

taukakao commented Jan 8, 2024

Currently, when running abroot pkg apply or abroot upgrade, ABRoot will try to uninstall all packages the user specifies, even if they don't exist in the repos, which makes abroot fail.

Since ABRoot should be able to uninstall custom packages which are not in the repos it should probably just check if the packages are installed before uninstalling them.

This is a concern because if a package gets renamed or removed from the debian repos, automatic upgrades will fail and it needs user intervention, which is not ideal.

@taukakao taukakao added the enhancement New feature or request label Jan 8, 2024
@taukakao
Copy link
Member Author

taukakao commented Jan 8, 2024

Actually a duplicate of #193

@taukakao taukakao closed this as not planned Won't fix, can't repro, duplicate, stale Jan 8, 2024
@taukakao taukakao added duplicate This issue or pull request already exists and removed enhancement New feature or request labels Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant