You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.
Describe the bug
After the successful installation of the program when I type in sudo katoolin3, the program says Please install the 'python-apt' package. I tried installing python3-apt but it's already installed. I also tried removing it and reinstalling it but I get the same message.
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/s-h-3-l-l/katoolin3 (I cloned the repository using terminal)
cd katoolin3/
chmod +x ./install.sh
sudo ./install.sh
-> Executing: /tmp/apt-key-gpghome.vFtI16UEzG/gpg.1.sh -qq --keyserver pool.sks-keyservers.net --recv-keys ED444FF07D8D0BF6
->Successfully installed.
->Run it with 'sudo katoolin3'.
sudo katoolin3
-> Please install the 'python-apt' package
Expected behavior
After it's installed, it should run katoolin 3 and allow me to download all the tools.
The text was updated successfully, but these errors were encountered:
black-tul1p
changed the title
Please install the 'python-apt' package but it's installed
Please install the 'python3-apt' package but it's installed
Aug 10, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
After the successful installation of the program when I type in
sudo katoolin3
, the program saysPlease install the 'python-apt' package
. I tried installing python3-apt but it's already installed. I also tried removing it and reinstalling it but I get the same message.To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/s-h-3-l-l/katoolin3
(I cloned the repository using terminal)cd katoolin3/
chmod +x ./install.sh
sudo ./install.sh
->
Executing: /tmp/apt-key-gpghome.vFtI16UEzG/gpg.1.sh -qq --keyserver pool.sks-keyservers.net --recv-keys ED444FF07D8D0BF6
->
Successfully installed.
->
Run it with 'sudo katoolin3'.
sudo katoolin3
->
Please install the 'python-apt' package
Expected behavior
After it's installed, it should run katoolin 3 and allow me to download all the tools.
The text was updated successfully, but these errors were encountered: