Quantcast
Channel: How to upgrade a particular package dependencies only? - Ask Ubuntu
Browsing all 3 articles
Browse latest View live

Answer by rusty for How to upgrade a particular package dependencies only?

Being specific to your question, I'd do:apt-get update to resynchronize the package index files from their sources.apt-get install B will install the latest version.apt-mark auto B to mark it...

View Article



Answer by zerkms for How to upgrade a particular package dependencies only?

Well, if there won't be another answer - here is one way of doing that:Just install it with apt-get install B explicitly, then mark it as auto installed using apt-mark markauto B

View Article

How to upgrade a particular package dependencies only?

Let's say I have a package A which has Depends: B (>= 1.0.0) in its control file.The B was installed as an A dependency some time ago with 1.0.0 version.Now B was updated in the repository to the...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images