LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Debian wheezy: apt-get upgrade does not upgrade llvm to 2.8 (https://www.linuxquestions.org/questions/linux-software-2/debian-wheezy-apt-get-upgrade-does-not-upgrade-llvm-to-2-8-a-913173/)

odin_ago 11-12-2011 09:40 AM

Debian wheezy: apt-get upgrade does not upgrade llvm to 2.8
 
I was trying to compile a package manyally, and cmake said me that I need llvm>=2.8 . aptitude says that the installed version of llvm is 2.6-9.1 and the newest version is 2.8-6 . Then I tried
Code:

apt-get upgrade
, it said that it succesfully upgraded 58 packages, but now aptitude still says that i have llvm 2.6-9.1 . Why? What is wrong?

jthill 11-12-2011 02:12 PM

read up on apt-get dist-upgrade. short form: if the install means changing other things about your system to satisfy prereqs, dist-upgrade will take a stab at figuring something reasonable and ask you if that's what you want.

craigevil 11-12-2011 05:01 PM

aptitude update
aptitude full-upgrade

aptitude online manual - http://people.debian.org/~dburrows/a.../en/index.html

Grokking Debian GNU/Linux - LinuxQuestions.org - https://www.linuxquestions.org/quest...nu-linux-3073/


All times are GMT -5. The time now is 09:20 PM.