I try to upgrade but i see error dpkg, whats wrong?
Code:
richoandika@ur:~$ sudo apt update
Get:1 http://dl.google.com/linux/chrome/deb stable InRelease [1.811 B]
Hit:2 http://packages.microsoft.com/repos/vscode stable InRelease
Hit:3 http://ppa.launchpad.net/bovender/bovender/ubuntu focal InRelease
Hit:4 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:6 https://assets.checkra.in/debian InRelease
Hit:7 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:8 http://archive.ubuntu.com/ubuntu focal-security InRelease
Fetched 1.811 B in 2s (927 B/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
richoandika@ur:~$ sudo apt upgrade -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
indicator-ip : Depends: python-appindicator but it is not installable
Depends: python-gtk2 but it is not installable
Depends: python:any (>= 2.7.5-5~)
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
richoandika@ur:~$ sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
libappindicator1 libfluidsynth1 libluajit-5.1-2 libluajit-5.1-common
libmsgpackc2 libnfs12 libpython-all-dev libpython2-dev libpython2.7-dev
libtermkey1 libunibilium4 libvterm0 lua-luv neovim neovim-runtime python-all
python-all-dev python-cairo python-cffi-backend python-concurrent.futures
python-configparser python-crypto python-cryptography python-dbus
python-entrypoints python-enum34 python-gi python-gobject python-gobject-2
python-greenlet python-ipaddress python-keyring python-pycodestyle
python-pysqlite2 python-six python-sqlalchemy python-sqlalchemy-ext
python-xdg python2-dev python2.7-dev python3-greenlet python3-msgpack
python3-neovim python3-pynvim xclip
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
indicator-ip
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 134 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 311983 files and directories currently installed.)
Removing indicator-ip (2.2.0) ...
/var/lib/dpkg/info/indicator-ip.prerm: 22: indicator-ip: not found
dpkg: error processing package indicator-ip (--remove):
installed indicator-ip package pre-removal script subprocess returned error exi
t status 127
dpkg: too many errors, stopping
Errors were encountered while processing:
indicator-ip
Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)
richoandika@ur:~$