View Single Post
Posts: 42 | Thanked: 40 times | Joined on Jan 2015 @ Italy
#16
Originally Posted by jakfish View Post
In sources.list, I've commented-out everything except:

deb http://http.debian.net/debian wheezy-backports main

from:

http://backports.debian.org/Instructions/#index2h2
mh, try using official mirrors in the sources, like

Code:
 deb http://ftp.debian.org/debian wheezy main
(note the .org domain)
after you've replaced all the wrong mirrors (try accessing them, you'll get a 404, they don't exist), run

Code:
 apt-get update
and that should fix some stuff

(read https://wiki.debian.org/Backports )

Originally Posted by jakfish View Post

But when I try:

apt-get -t wheezy-backports install pcmanfm

I get a million complaints about dependencies that can't be upgraded to the new pcmanfm.

Konqueror, jags, and komba2 are not available. Have I hit a wall? Or is there another workaround?

Thanks,
Jake
same as before, fix the repos
also, as sulu said, some problems are a result of mixing packages from different sources, but imo they shouldn't be this kind of problems, since apt takes care of a lot of things for you

same for the missing konqueror, jags, and komba2, fixing the repos should do it
don't forget to update the package list!
Code:
 apt-get update
 

The Following User Says Thank You to u7knv9h For This Useful Post: