I'm trying to install the libboost-regex-dev package, but I'm getting this error (http://pastebin.com/mzv2EP1N). I tried this topic's solution, but it's still not working. What should I do?
I'm trying to install the libboost-regex-dev package, but I'm getting this error (http://pastebin.com/mzv2EP1N). I tried this topic's solution, but it's still not working. What should I do?
Sounds like your trying to install a package that is either old or newer than what is currently in the repository.
you can try the following if you want to proceed but it will most likely be broken because the package your trying to install has un met dependency issues (that is other packages it needs to function properly.) In a terminal do the following:
if that does not work try this again in a terminal:Code:sudo apt-get install -f <package name>
What program are you trying to use this package with? that may shed some light on why the dependencies are wrong or un -available.Code:sudo dpkg --configure -a
Hi!
Have you changed your update server recently? Such a mess with dependencies can happen if you use one server and then jump to another which has only older version of packages.
So, I suggest you to change the server to the main server, apt-get update, apt-get upgrade and then try to install the package once again.
Two good suggestions above.
libboost-regex-dev depends on 1.46 packages. are they getting installed?
Screenshot from 2012-03-27 10:06:36.jpg
and your pastebin link is broke
Bookmarks