After this I get this
$ sudo apt update
$ sudo apt upgrade
$ sudo apt install -f
$ sudo apt install vlc
billn@billn-N107:~$ sudo apt install vlc
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
vlc : Depends: vlc-nox (= 2.2.2-5) but 2.2.4-6~ubuntu16.04.1~ppa1 is to be installed
Recommends: vlc-plugin-notify (= 2.2.2-5) but it is not going to be installed
Recommends: vlc-plugin-samba (= 2.2.2-5) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
billn@billn-N107:~$
apt
andapt-get
are fundamentally the same.apt
is just working to combine the features ofapt-get
,apt-cache
, etc. I think the package manager functions are the same, just with a progress bar added. – TheWanderer Nov 14 '16 at 14:22