LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fix broken Packages first (https://www.linuxquestions.org/questions/linux-newbie-8/fix-broken-packages-first-4175592047/)

samson.subramaniyan 10-23-2016 12:20 PM

Fix broken Packages first
 
Have tried to install this package Vlc-plugin-libde265 from Synaptic, but it is throwing the below error when applying changes

Could not apply changes
Fix broken packages first.

Please help

Michael Uplawski 10-23-2016 12:34 PM

I just notice, that Synaptic is still installed on my system. :confused:
There is a menu-bar on top and a menu “Edit” should be visible. Therein, try the command “Fix Broken Packages”.

Tell me what it does, so I can finally uninstall Synaptic!

TIA.

samson.subramaniyan 10-23-2016 12:45 PM

Tried Fix from Synaptics menu. Got Errors
 
Below is the message i got

E: Unable to correct problems, you have held broken packages.
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies

Michael Uplawski 10-23-2016 03:00 PM

Can you, from the custom filter menu, access to a list of broken or defective packages?
There is a button labeled “Custom Filters” in the lower left corner of the synaptic window. The choices are at display above.

Also, try to update the package list prior taking any further action (by hitting the “Reload” button.

I have to tell you that I do not like Synaptic and recommend the command-line tools for package-management. You should have aptitude or apt-get.

BTW. Which linux-distribution are you running?

frankbell 10-23-2016 05:36 PM

Somewhere on the Synaptic menu, I forget exactly where, there's an item to "Fix Broken Packages."

Or you could run, as root,

Code:

apt-get -f      <--for "--fix-broken"

samson.subramaniyan 10-23-2016 09:28 PM

My Linux Version details
 
command : uname - a

Linux SAM-Notebook 3.11.4-031104-generic #201310081221 SMP Tue Oct 8 16:30:11 UTC 2013 i686 i686 i686 GNU/Linux

ondoho 10-25-2016 10:53 AM

Quote:

Originally Posted by samson.subramaniyan (Post 5621869)
Have tried to install this package Vlc-plugin-libde265

Quote:

Originally Posted by samson.subramaniyan (Post 5622099)
command : uname - a
Linux SAM-Notebook 3.11.4-031104-generic #201310081221 SMP Tue Oct 8 16:30:11 UTC 2013 i686 i686 i686 GNU/Linux

kernel seems a bit old.
i also could not find the above mentioned package in my xubuntu vm's repos.

question:
what exactly are you trying to install? is it a package that is in ubuntus default repos?
is it a web downloaded .deb package?
or have you added ppa to your sources?
which version of ubuntu? is it up-to-date?

Habitual 10-25-2016 11:08 AM

Quote:

Originally Posted by frankbell (Post 5622028)
Code:

apt-get -f      <--for "--fix-broken"

should be
Code:

sudo apt-get install -f
for Ubu-flavored OSs.

terminal>
Code:

lsb_release -dc
output please.


All times are GMT -5. The time now is 05:39 AM.