2/11/2009

Update the Bouml form 4.4-1 to 4.10 in Ubuntu 8.10

1 add source of bouml
deb http://download.tuxfamily.org/arakhne/ubuntu intrepid-arakhne universe

2 add pulic key
The packages are signed by a GPG public key. You must add this key into your apt key list to avoid warnings. To proceed use one of the following methods:

1. Download the public key from the download area and add it into the apt key list:

wget -q http://download.tuxfamily.org/arakhne/public.key -O- | sudo apt-key add -

2. Import the public key into your local key repository:

$> gpg --keyserver www.keyserver.net --recv-keys 0xBA62BC7E
gt; gpg --keyserver www.keyserver.net --recv-keys 0xBA62BC7E

or

$> gpg --keyserver keyserver.mobrien.net --recv-keys 0xBA62BC7E
gt; gpg --keyserver keyserver.mobrien.net --recv-keys 0xBA62BC7E

Add the imported public key into the apt key list:

$> gpg --export -a 0xBA62BC7E | sudo apt-key add -
gt; gpg --export -a 0xBA62BC7E | sudo apt-key add -
3 update by apt-get

No comments: