sábado, 22 de noviembre de 2008

update-alternatives sintax

NAME

update-alternatives - maintain symbolic links determining default commands

SYNOPSIS

update-alternatives [ ''options''? --install link name path priority [ __--slave__ ''link name'' ''path''?...

update-alternatives [ ''options''? --remove name path

update-alternatives [ ''options''? --auto name

update-alternatives [ ''options''? --display name

update-alternatives [ ''options''? --config name


A more explained link: http://www.wlug.org.nz/update-alternatives(8)

libstdc++-libc6.2-2.so.3 missing in intrepid?

Get the library:

$ wget mirrors.kernel.org/ubuntu/pool/universe/g/gcc-2.95/libstdc++2.10-glibc2.2_2.95.4-24_i386.deb

Then just install it.

jueves, 13 de noviembre de 2008

Restarting KNetworkManager

In order to restar the KNetworkManager service run:

$sudo /etc/dbus-1/event.d/25NetworkManager restart
$sudo /etc/dbus-1/event.d/26NetworkManagerDispatcher restart

Adding medibuntu repository

In order to add the Medibuntu repository you have to download the following list using this command

$sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list

Then you have to run the following command in order to add the Medibuntu GPG key:

$sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update

And finally you can get acroread:

$sudo apt-get install acroread