Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Support for Debian buster #38

Open
fmmarques opened this issue Jul 25, 2020 · 1 comment
Open

Support for Debian buster #38

fmmarques opened this issue Jul 25, 2020 · 1 comment

Comments

@fmmarques
Copy link

Hi! Nice work!

I've been trying to use the script to install the tools and I keep getting the following error:

"Reading package lists...
Error with package armitage: E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Trying to ignore this...
Traceback (most recent call last):
File "/usr/local/bin/katoolin3", line 714, in install
self._cache[pkg].mark_install()
File "/usr/lib/python3/dist-packages/apt/package.py", line 1556, in mark_install
fixer.resolve(True)
apt_pkg.Error: E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/bin/katoolin3", line 1166, in
main()
File "/usr/local/bin/katoolin3", line 1099, in main
choice()
File "/usr/local/bin/katoolin3", line 1034, in view_categories
view_packages(choice)
File "/usr/local/bin/katoolin3", line 1003, in view_packages
method(choices)
File "/usr/local/bin/katoolin3", line 723, in install
self._cache[pkg].mark_delete()
File "/usr/lib/python3/dist-packages/apt/package.py", line 1531, in mark_delete
fix.resolve()
apt_pkg.Error: E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
"

Do you have any idea of if his can be fixed?

@Smombie-Rom
Copy link

Smombie-Rom commented Aug 20, 2020

Same for me, hoping for a fix.

Edit: I still see that '......this may be caused by held packages", but i managed to let the installer get all the tools he could find.
My solution:

sudo apt-get clean
sudo apt-get -f install
sudo apt-get autoremove

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

No branches or pull requests

2 participants