![]() |
Help me, i can't install VLC - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.linuxliteos.com/forums/forumdisplay.php?fid=18) +--- Thread: Help me, i can't install VLC (/showthread.php?tid=6116) |
Help me, i can't install VLC - Nuginity - 04-07-2019 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 -sorry for my bad english Re: Help me, i can't install VLC - bitsnpcs - 04-07-2019 Hello Nuginity, these are the software install, and uninstall, guide - https://www.linuxliteos.com/manual/software.html#instsoftware Re: Help me, i can't install VLC - Valtam - 04-07-2019 VLC is already installed, there is no need to install it again. Re: Help me, i can't install VLC - Nuginity - 04-07-2019 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. Re: Help me, i can't install VLC - Valtam - 04-07-2019 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/' Re: Help me, i can't install VLC - Nuginity - 04-07-2019 here is it : Code: [otto-kesselgulasch-ubuntu-gimp-xenial.list] ppa:otto-kesselgulasch/gimp Re: Help me, i can't install VLC - Valtam - 04-07-2019 Now: Code: apt policy vlc Re: Help me, i can't install VLC - Nuginity - 04-07-2019 it showing : Code: vlc: Re: Help me, i can't install VLC - ralphy - 04-07-2019 (04-07-2019, 02:56 AM)Nuginity link Wrote: The following packages have unmet dependencies: Try the following from Terminal: Code: sudo dpkg --configure -a It might help. |