Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 344867
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T11:01:49+00:00 2026-05-12T11:01:49+00:00

I have a C++ project that have like 15+ external libraries installed with a

  • 0

I have a C++ project that have like 15+ external libraries installed with a package mananger. The problem is with the package change, the newest versions of some library break things (like libblob). I wanted to know if it exists a way to not relaying on some package manager for installing our library and to make sure we always have the version we want.

Thanks for your suggestion.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T11:01:50+00:00Added an answer on May 12, 2026 at 11:01 am

    If you don’t want to use a package manager, then don’t use a package manager.
    apt is a great tool and is there to help, but you aren’t required to use it.
    On Ubuntu, you might want to just use dpkg instead of apt and so that none
    of the dependencies will be automatically updated and avoid upgrading the
    libraries that are causing problems. Or, just install everything directly
    from source. If you go that route, install to /usr/local or some
    non-standard location. (ie, do NOT configure –prefix=/usr &&
    make && make install. Use the default /usr/local or $HOME for prefix.)

    Note that doing this is a heinous kludge, and you have bigger problems. If you
    are relying on libraries that are unstable, then you probably ought to consider
    removing your dependency on those libraries. Also, mixing usage of dpkg with
    apt will cause maintenance headaches. If you do that, only do it on your
    developmental boxes (eg, not on production servers.) Your primary concern
    should be to get your package working correctly with the package management
    system, and one part of this may involve fixing the packaging of all the
    libraries you depend on.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a project that I would like to start beta testing soon, it
We have a PHP project that we would like to version control. Right now
I have an MVC project that I would like to write in .NET 4.0
I have a large GUI project that I'd like to port to Linux. What
I have a Silverlight ModelViewViewModel project that I would like to expose a property
I have a VB5 (non .net) project that I would like to upgrade to
I have an existing project that builds fine using my IDE. I'd like to
I have a project A that is a Git repository. I would like to
I have data in an MYSQL database that looks like this: Project Date Time
I have a Java project that expects external modules to be registered with it.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.