- This topic has 0 replies, 1 voice, and was last updated 1 year ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Uniting People
What makes us different from other similar websites? › Forums › Tech › Can’t run apt-get upgrade – Getting stuck in reading logs? [Parrot OS]
Tagged: parrot OS, Parrot OS Sec, Parrot OS update issue, Parrot Sec
If anyone is having issues updating Parrot OS, you can run the following commands, and make the following changes, to fix the issues. This is a bug in Parrot OS.
$ sudo apt-get remove apt-listchanges
$ sudo mousepad /etc/apt/sources.list.d/parrot.list
ADD
deb http://mirrors.mit.edu/parrot/ rolling main contrib non-free
$ sudo apt update
$ sudo parrot-upgrade
$ sudo apt autoremove
Note: You might not have mousepad installed. This is a text editor I prefer. If you want to install it, run the following command.
$ sudo apt install mousepad -y