Results 1 to 4 of 4

Thread: Broken packages error

  1. #1
    Join Date
    Dec 2011
    Beans
    1

    Broken packages error

    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?

  2. #2
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,011
    Distro
    Ubuntu Mate 17.10 Artful Aardvark

    Re: Broken packages error

    Quote Originally Posted by NuclearTide View Post
    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:

    Code:
    sudo apt-get install -f <package name>
    if that does not work try this again in a terminal:

    Code:
    sudo dpkg --configure -a
    What program are you trying to use this package with? that may shed some light on why the dependencies are wrong or un -available.
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

  3. #3
    Join Date
    May 2009
    Location
    Russia
    Beans
    83
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Broken packages error

    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.

  4. #4
    Join Date
    Nov 2008
    Beans
    Hidden!

    Re: Broken packages error

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •