sábado, 17 de noviembre de 2007

Kubuntu - Installing a package from DVD

Sometimes when your are configuring your linux, you usually do not have access to inernet, so you can use the following lines to install the package from CD:

$sudo apt-cdrom add
$sudo apt-get update
$sudo apt-get install build-essential


This will install the build-essential package necessary for any source compilation