Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

2 votes
3 answers
27k views

apt-get Unmet dependencies error

every time i try to install somthing with apt-get it returns this Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f ...
user765883's user avatar
1 vote
0 answers
325 views

dpkg install with apt-get autoremove

OS: Debian 8 I wanted to install PepperFlash, which is non-free. I don't anticipate installing many non-free packages, so instead of modifying /etc/apt/sources.list and downloading from the non-free ...
Agrim Pathak's user avatar
1 vote
0 answers
309 views

Unresolvable broken dependencies, none of 'apt-get' commands works

Before I explain the problem, I should say that I have tried all other answers to similar questions and troubleshootings around the Internet, and none of them works. To be more specific all apt-get ...
FatDog47's user avatar
  • 111
0 votes
0 answers
580 views

Ubuntu dependencies hell

pippo@pippo-desktop:~$ sudo apt-get -f install Reading the package list... Done Generation of the dependency three Reading state info... Done Dependents correction... error. aspell : Dipends: ...
Zhigalin's user avatar
  • 101
2 votes
1 answer
1k views

Fix libboost-dev broken dependency

I need to install fcl which depends on libboost-dev. However, libboost-dev depends on libboost1.46-dev and it refuses to install because I have the newer libboost1.48-dev. I have followed ...
ehuang's user avatar
  • 287