eeeUbuntuにJapanese TeamやMedibuntuのリポジトリを追加する

やはり日本語版特有のパッケージやマルチメディア系のパッケージとかも入れたいのでリポジトリを追加してみる。

Japanese Teamのリポジトリを追加

8.10(Intrepid)の場合

wget -q http://www.ubuntulinux.jp/ubuntu-ja-archive-keyring.gpg -O- | sudo apt-key add -
sudo wget http://www.ubuntulinux.jp/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/ubuntu-ja.list
sudo apt-get update

続けてupgrade

sudo apt-get upgrade

さらに日本語版と同じデスクトップ環境にする場合はubuntu-desktop-jaを入れる

sudo apt-get install ubuntu-desktop-ja

日本語環境セットアップヘルパも追加されるので色々インストールする。

Medibuntuのリポジトリを追加

8.10(Intrepid)の場合

sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list --output-document=/etc/apt/sources.list.d/medibuntu.list
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update