Closed BettiouiFarid closed 2 years ago
1st you dont have any repositories in your sources.list , you should look into parrto website and know the repository update links and add them to /etc/apt/sources.list
2nd , root user is required to install fatrat , and you are only an user . Root user is the same thing as an full administrator witch have no restrictions in executing anything in the OS .
Hi can i know what is the reason and what issue is coming
Do you have Python installed?
On Wed, Sep 2, 2020, 06:16 Krisna Pranav notifications@github.com wrote:
Hi can i know what is the reason and what issue is coming
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Screetsec/TheFatRat/issues/457#issuecomment-685283669, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP7TUNQFOZUFVESBDYRLTZTSDXBKBANCNFSM4MORBTUQ .
yeah i have python i am using parrot os
so it has python already installed
Python has nothing to do to what this user issue have , stop messing around . Recent distributions do not install anymore mingw32 , so you have to remove your current mingw installations and run setup.sh from fatrat , setup from fatrat will use debian jessie repository witch still install mingw32 .
apt-get remove --purge *mingw-* -y && apt-get autoremove -y && ./setup.sh
Python has nothing to do to what this user issue have , stop messing around . Recent distributions do not install anymore mingw32 , so you have to remove your current mingw installations and run setup.sh from fatrat , setup from fatrat will use debian jessie repository witch still install mingw32 .
apt-get remove --purge mingw- -y && apt-get autoremove -y && ./setup.sh
I get "E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem
Python has nothing to do to what this user issue have , stop messing around . Recent distributions do not install anymore mingw32 , so you have to remove your current mingw installations and run setup.sh from fatrat , setup from fatrat will use debian jessie repository witch still install mingw32 . apt-get remove --purge mingw- -y && apt-get autoremove -y && ./setup.sh
I get "E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem
As @peterpt said this has nothing to do with your Python installation!
All you need to do is simply check your parrot.list
file, in the directory /etc/apt/sources.list.d/
by running the command
cat /etc/apt/sources.list.d/parrot.list
if nothing prints in the terminal, or if you receive a
no such file or directory named "parrot.list"
,
then you have installed the HOME version of Parrot OS, not the Security Version!
If there is a parrot.list
file located at etc/apt/sources.list.d/
and there are software repository mirror links in this file,
Then the terminal should print something like this below
deb https://deb.parrot.sh/parrot/ rolling main contrib non-free
#deb-src https://deb.parrot.sh/parrot/ rolling main contrib non-free
deb https://deb.parrot.sh/parrot/ rolling-security main contrib non-free
#deb-src https://deb.parrot.sh/parrot/ rolling-security main contrib non-free
If you do get an output in the terminal similar to what's shown above then Follow these simple steps
sudo dpkg --configure -a
- to fix the dpkg error you have
enable and then disable Anonsurf-GTK for parrot OS
(By default anonsurf for Parrot is enabled at startup, so disable this to prevent interruptions installing pacakge, search for it in your applications menu)
git clone https://github.com/Screetsec/TheFatRat
cd TheFatRat
chmod +x setup.sh chk_tools update
sudo ./setup.sh
Then you should be all good
apt.log