Installing build-essentials with linux-headers package

I'm trying to update the network card drivers on my Debian based server. I'm following this guide: Driver installation guide

I reached the stepaptitude install build-essential linux-headers-`uname -r` however I installed the linux-headers package first like soaptitude install linux-headers-`uname -r`Now, I'm trying to install the build-essential package but is seems to require me to remove the newly installed linux-headers package. Here's what I get: installation message

How can I resolve these dependancies?

1 Answer

Can you rephrase your question? You're saying you already did aptitude install build-essential linux-headers-`uname -r` so why are you trying to install build-essential again anyway? Did something go wrong the first time? Did something go wrong when executing that command?

A lot of that seems to be because it's wanting to install up to date versions of the compiler etc. but you currently have older versions of libraries. Try updating everything first (note that if the kernel version changes you'll have to install the newer kernel-headers, also.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like