Linux Lite Forums

Full Version: Help me, i can't install VLC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can someone Help me with installing VLC media player for Linux Lite 4.4
when i trying to install, it showing:
Code:
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-plugin-video-output (= 3.0.1-3) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


-sorry for my bad english
Hello Nuginity,

these are the software install, and uninstall, guide -

https://www.linuxliteos.com/manual/softw...stsoftware
VLC is already installed, there is no need to install it again.
i don't know what happen, the VLC dissapear from my linux, and i tried to install it again, and it say i need to fix the broken packages, and when i tried to fix that
the synaptic says :
Code:
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies
What is the output of:

Code:
grep -r --include '*.list' '^deb ' /etc/apt/ | sed -re 's/^\/etc\/apt\/sources\.list((\.d\/)?|(:)?)//' -e 's/(.*\.list):/\[\1\] /' -e 's/deb http:\/\/ppa.launchpad.net\/(.*?)\/ubuntu .*/ppa:\1/'
here is it :
Code:
[otto-kesselgulasch-ubuntu-gimp-xenial.list] ppa:otto-kesselgulasch/gimp
[vscode.list] deb [arch=amd64] http://packages.microsoft.com/repos/vscode stable main
[nemonein-ubuntu-bomi-bionic.list] ppa:nemonein/bomi
[linuxlite.list] deb http://repo.linuxliteos.com/linuxlite/ diamond main
[leaeasy-ubuntu-dde-bionic.list] ppa:leaeasy/dde
[canonical-chromium-builds-ubuntu-stage-bionic.list] ppa:canonical-chromium-builds/stage
[noobslab-ubuntu-apps-bionic.list] ppa:noobslab/apps
[teejee2008-ubuntu-ppa-bionic.list] ppa:teejee2008/ppa
deb http://repo.unpatti.ac.id/ubuntu/ bionic main restricted universe multiverse
deb http://repo.unpatti.ac.id/ubuntu/ bionic-security main restricted universe multiverse
deb http://repo.unpatti.ac.id/ubuntu/ bionic-updates main restricted universe multiverse
deb http://repo.unpatti.ac.id/ubuntu/ bionic-backports main restricted universe multiverse
deb http://archive.canonical.com/ubuntu bionic partner
deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main
Now:

Code:
apt policy vlc
it showing :
Code:
vlc:
  Installed: (none)
  Candidate: 3.0.1-3
  Version table:
     3.0.1-3 500
        500 http://repo.unpatti.ac.id/ubuntu bionic/universe amd64 Packages
(04-07-2019, 02:56 AM)Nuginity link Wrote: [ -> ]The following packages have unmet dependencies:
vlc : Depends: vlc-plugin-video-output (= 3.0.1-3) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Try the following from Terminal:

Code:
sudo dpkg --configure -a
sudo apt-get install -f
sudo apt install vlc

It might help.