How to Upgarde this 3 not upgraded package

After Updating this 3 program was not upgraded how to upgrade them i know i cant use sudo apt upgrade it will break system and apt-get upgrade too.how can i upgrade them

What version of Parrot are you running?
Version = 4.10 ( just updated now )
edition = KDE
architecture = amd64

What method did you use to install Parrot? Debian Standard

Configured to multiboot with other systems? yes with windows 10 enterprise multiboot

If there are any similar issues or solutions, link to them below:

If there are any error messages or relevant logs, post them below:
Screenshot_20200803_045337

The parrot-upgrade command is an apt update && apt -y upgrade command only. When a packet kept back means the packet changes the dependency and the package manager kept back.

  • Solution 1(The wise one): apt-get --with-new-pkgs upgrade
  • Solution 2(The cautious one): apt-get install <list of packages kept back>
  • Solution 3(The agressive one): apt-get dist-upgrade

For more information read the apt man page.

1 Like

I just get to know its broken when i update it with synaptic package

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.