日本語チームのリポジトリ †Ubuntu 11.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/natty.list -O /etc/apt/sources.list.d/ubuntu-ja.list sudo apt-get update Uzzip文字化け解消 †日本語チームリポジトリを導入後 sudo apt-get upgrade unzip ※p7zip-fullが入ってるとfile-rollerがそっちを優先で利用してしまうためremoveする sudo apt-get remove p7zip-full |