Today, I have upgraded my Ubuntu 18.04 to 18.10. Before the upgrade, it has disabled the third party repositories, which is normal. After the successful upgrade, I was enabling one by one repo which is available for Cosmic. I have found no repo currently available for docker-ce
, virtualbox
, mkvtoolnix
. So it is normal for them to be in Installed (local or obsolete) section of Synaptic.
But there are other software listed in this section for which I’m unable to find correct repo; also if I try to remove them, it is saying that it is going to remove other installed software.
Such as for libavcodec-extra57
, it is asking to remove gimp
. For libsnmp-base
it is ubuntu-desktop
. But neither gimp
or ubuntu-desktop
is in the same section.
Following is my /etc/apt/sources.list
:
deb http://in.archive.ubuntu.com/ubuntu/ cosmic main restricted deb http://in.archive.ubuntu.com/ubuntu/ cosmic-updates main restricted deb http://in.archive.ubuntu.com/ubuntu/ cosmic universe deb http://in.archive.ubuntu.com/ubuntu/ cosmic-updates universe deb http://in.archive.ubuntu.com/ubuntu/ cosmic multiverse deb http://in.archive.ubuntu.com/ubuntu/ cosmic-updates multiverse deb http://in.archive.ubuntu.com/ubuntu/ cosmic-backports main restricted universe multiverse deb http://archive.canonical.com/ubuntu cosmic partner deb http://security.ubuntu.com/ubuntu cosmic-security main restricted deb http://security.ubuntu.com/ubuntu cosmic-security universe deb http://security.ubuntu.com/ubuntu cosmic-security multiverse deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main # deb [arch=amd64] https://download.docker.com/linux/ubuntu cosmic stable deb http://ppa.launchpad.net/ansible/ansible/ubuntu cosmic main deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu cosmic main deb http://ppa.launchpad.net/git-core/ppa/ubuntu cosmic main # deb https://mkvtoolnix.download/ubuntu/ cosmic main deb http://ppa.launchpad.net/mumble/release/ubuntu cosmic main deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu cosmic main deb http://ppa.launchpad.net/papirus/papirus/ubuntu cosmic main deb http://ppa.launchpad.net/serge-rider/dbeaver-ce/ubuntu cosmic main deb [arch=amd64] https://repo.skype.com/deb stable main # deb http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu cosmic main deb http://ppa.launchpad.net/stellarium/stellarium-releases/ubuntu cosmic main deb http://ppa.launchpad.net/webupd8team/java/ubuntu cosmic main # deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian cosmic contrib deb [arch=amd64] http://packages.microsoft.com/repos/vscode stable main deb http://ppa.launchpad.net/system76/pop/ubuntu cosmic main
Any pointer/suggestion would be great.