それマグで!

知識はカップより、マグでゆっくり頂きます。 takuya_1stのブログ

習慣に早くから配慮した者は、 おそらく人生の実りも大きい。

2008/05/14 ubuntu更新

Ubuntuのパッケージを更新した。
coLinuxにインストールしたUbuntuのパッケージを最新版にした
参考URL:http://www.ubuntulinux.jp/getubuntu/upgrading

GUIからやれば簡単なのだけど、coLinuxGUIを入れてないのでコマンドから実行しなくちゃ行けない。「GUIつかわなきゃUbuntu意味ないじゃん。」そういわれたらそれまでなんだけど、どうしてもGUIが必要になったらいつでもGUIは入れることが出来る。そういう可能性を持ってることに意味を感じている。
コマンドから行う方法を実践しました。

$>sudo -s
$>aptitude search update-manager
p   update-manager                                         - GNOME application that manages apt updates                      
p   update-manager-core                                    - manage release upgrades                                         
$>aptitude install update-manager-core
Building dependency tree       
Reading state information... Done
Reading extended state information      
Initializing package states... Done
Building tag database... Done      
The following NEW packages will be automatically installed:
  python-apt python-gnupginterface 
The following NEW packages will be installed:
  python-apt python-gnupginterface update-manager-core 
0 packages upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 235kB of archives. After unpacking 2789kB will be used.
Do you want to continue? [Y/n/?] yes
Writing extended state information... Done
Setting up python-apt (0.6.20ubuntu16) ...
Setting up python-gnupginterface (0.3.2-9) ...
Setting up update-manager-core (0.59.25) ...
$>


ここまでで準備ができた。次にインストールを実行する

$>do-release-update