[アプリケーション]-[アクセサリ]-[端末]を開きます。サーバ版を使用している場合は、ログインしてコマンドプロンプトを表示させます。
以下のコマンドを実行し、GPG鍵とレポジトリを追加します。
Ubuntu 9.10の場合:
wget -q https://www.ubuntulinux.jp/ubuntu-ja-archive-keyring.gpg -O- | sudo apt-key add -
wget -q https://www.ubuntulinux.jp/ubuntu-jp-ppa-keyring.gpg -O- | sudo apt-key add -
sudo wget https://www.ubuntulinux.jp/sources.list.d/karmic.list -O /etc/apt/sources.list.d/ubuntu-ja.list
sudo apt-get update
Ubuntu 9.04の場合:
wget -q https://www.ubuntulinux.jp/ubuntu-ja-archive-keyring.gpg -O- | sudo apt-key add -
wget -q https://www.ubuntulinux.jp/ubuntu-jp-ppa-keyring.gpg -O- | sudo apt-key add -
sudo wget https://www.ubuntulinux.jp/sources.list.d/jaunty.list -O /etc/apt/sources.list.d/ubuntu-ja.list
sudo apt-get update
Ubuntu 8.10の場合:
wget -q https://www.ubuntulinux.jp/ubuntu-ja-archive-keyring.gpg -O- | sudo apt-key add -
sudo wget https://www.ubuntulinux.jp/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/ubuntu-ja.list
sudo apt-get update
Ubuntu 8.04 LTSの場合:
wget -q https://www.ubuntulinux.jp/ubuntu-ja-archive-keyring.gpg -O- | sudo apt-key add -
sudo wget https://www.ubuntulinux.jp/sources.list.d/hardy.list -O /etc/apt/sources.list.d/ubuntu-ja.list
sudo apt-get update
Ubuntu 7.10の場合:
wget -q https://www.ubuntulinux.jp/ubuntu-ja-archive-keyring.gpg -O- | sudo apt-key add -
sudo wget https://www.ubuntulinux.jp/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/ubuntu-ja.list
sudo apt-get update
Ubuntu 6.06 LTSの場合:
wget -q https://www.ubuntulinux.jp/ubuntu-ja-archive-keyring.gpg -O- | sudo apt-key add -
sudo wget https://www.ubuntulinux.jp/sources.list.d/dapper.list -O /etc/apt/sources.list.d/ubuntu-ja.list
sudo apt-get update
以下のコマンドを実行し、パッケージをアップグレードします。
sudo apt-get upgrade
デスクトップ環境を利用している場合は、[システム]-[システム管理]-[言語サポート]を開きます。標準の言語が設定されていることを確認します。設定されていなければ、利用したい言語のチェックをONにし、標準の言語を選択してください。
日本語 Remix CDに追加されているパッケージと同じものをインストールする場合は、以下のコマンドを実行します。
sudo apt-get install ubuntu-desktop-ja
$ LANG=C xdg-user-dirs-gtk-update |
//XXX.XXX.XXX/hoge /mnt/hoge cifs default,codepage=cp932,iocharset=utf8,gid=hoge,uid=hoge,username=hoge,password=hoge 0 0 |
Ubuntu 9.10 Karmic Koala can not play encrypted DVDs or use certain Windows codecs out of the box. This guide will show you how to install the Medibuntu repository and these codecs. To add the Medibuntu Repository: In a terminal type: sudo wget http://www.medibuntu.org/sources.list.d/karmic.list --output-document=/etc/apt/sources.list.d/medibuntu.list
- This will show ubuntu where to download the packages fromTo add the Medibuntu keyring: In a terminal type: sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
- You may be asked to accept this package even though it cannot be authenticated. This is normal; typing "Yes" means you trust Medibuntu.Download the encrypted DVD playback codecs In a terminal type: sudo apt-get install libdvdcss2 Download the Window codecs In a terminal type: sudo apt-get install w32codecs |
### Load audio drivers statically (it's probably better to not load ### these drivers manually, but instead use module-hal-detect -- ### see below -- for doing this automatically) load-module module-jack-sink load-module module-jack-source #load-module module-alsa-sink #load-module module-alsa-source device=hw:1,0 #load-module module-oss device="/dev/dsp" sink_name=output source_name=input #load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input #load-module module-null-sink #load-module module-pipe-sink ### Automatically load driver modules depending on the hardware available #.ifexists module-udev-detect.so #load-module module-udev-detect #.else ### Alternatively use the static hardware detection module (for systems that ### lack udev support) #load-module module-detect #.endif |
・Jack対応のアプリ アプリ → Jack → ALSA → デバイス ・Jack非対応アプリ アプリ → PulseAudio → Jack → ALSA → デバイス |