Unable to install on Ubuntu 12.04
fackamato
Status: New User - Welcome
Joined: 25 Sep 2012
Posts: 2
Reply Quote
:: Code ::
$ sudo apt-get install linux-image-liquorix-amd64 linux-headers-liquorix-amd64
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 linux-headers-liquorix-amd64 : Depends: linux-headers-3.5.0-4.dmz.1-liquorix-amd64 (= 3.5.0-5) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


sources.list

:: Code ::
# /etc/apt/sources.list.d/liquorix.list
deb http://liquorix.net/debian sid main


What am I doing wrong? (installing kernel without headers work, but I need them for nvidia)

Cheers,
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4127
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
Just install it manually for now:

remove those wrapper packages and install

apt-get install linux-headers-3.5.0-4.dmz.1-liquorix-amd64 linux-image-3.5.0-4.dmz.1-liquorix-amd64

3.5.0-4.dmz.1

is the current kernel version.

Oh, wait, this is ubuntu 12-4, that won't work anyway unless you pulled in gcc 4.7 as well.
Back to top
fackamato
Status: New User - Welcome
Joined: 25 Sep 2012
Posts: 2
Reply Quote
:: techAdmin wrote ::
Just install it manually for now:

remove those wrapper packages and install

apt-get install linux-headers-3.5.0-4.dmz.1-liquorix-amd64 linux-image-3.5.0-4.dmz.1-liquorix-amd64

3.5.0-4.dmz.1

is the current kernel version.

Oh, wait, this is ubuntu 12-4, that won't work anyway unless you pulled in gcc 4.7 as well.


Thanks, I pulled the new GCC and it installed.
Back to top
Display posts from previous:   

All times are GMT - 8 Hours