[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
日本語にすると…(拙訳で申し訳ないですが…)Method
- Open a terminal and run 'sudo bash' to get a root terminal
- Using a text editor (as root), replace the contents of /etc/apt/sources.list with the following sources list: http://pastebin.com/wVGb13y3 (extracted from Linux Mint 9)
- Run 'apt-get update'
- Run 'apt-get dist-upgrade'
- Follow the instructions issued, don't worry about overwriting configuration files dpkg will keep a copy in the same directory with the string ".dpkg-old" appended to the filename
- Run 'apt-get upgrade'
- Reboot
という感じでしょうか。手順
- 端末を開いて 'sudo bash' を実行してルートをとる
- (ルートで)テキストエディタを起動し、/etc/apt/sources.listの内容を以下の内容と置き換える: http://pastebin.com/wVGb13y3 (Linux Mint 9から抽出)
- 'apt-get update' を実行
- 'apt-get dist-upgrade' を実行
- 出された指示に従い、 設定ファイルが上書きされるのは気にしない(dpkg が同じディレクトリに、ファイル名に".dpkg-old"という文字列を付け加えてコピーをとってある)
- 'apt-get upgrade' を実行
- 再起動
$ sudo bashパスワードを入力してルートになります。
deb http://packages.linuxmint.com/ lisa main upstream import deb http://archive.ubuntu.com/ubuntu/ oneiric main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ oneiric-updates main restricted universe multiverse deb http://security.ubuntu.com/ubuntu/ oneiric-security main restricted universe multiverse deb http://archive.canonical.com/ubuntu/ oneiric partner deb http://packages.medibuntu.org/ oneiric free non-free # deb http://archive.getdeb.net/ubuntu oneiric-getdeb apps # deb http://archive.getdeb.net/ubuntu oneiric-getdeb gamesルート状態で/etc/apt/sources.listの内容を書き換えてください。
# apt-get updatesources.listの内容を変えたので、APTに適用してリポジトリをアップデートします。
# apt-get dist-upgradeあとは、APTが勝手にアップグレードしてくれます。
# apt-get upgrade # rebootパッケージをアップグレードして、再起動します。
COMMENT