特殊:Badtitle/NS100:FeistyUpgradesFreshInstall

来自Ubuntu中文
Oneleaf留言 | 贡献2007年5月24日 (四) 09:39的版本 (新页面: {{From|https://help.ubuntu.com/community/FeistyUpgradesFreshInstall}} {{Languages|UbuntuHelp:FeistyUpgradesFreshInstall}} === Upgrade To a Fresh Feisty Install === '''Please note - This...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航跳到搜索
可打印版本不再受到支持且可能有渲染错误。请更新您的浏览器书签并改用浏览器默认打印功能。

{{#ifexist: :FeistyUpgradesFreshInstall/zh | | {{#ifexist: FeistyUpgradesFreshInstall/zh | | {{#ifeq: {{#titleparts:FeistyUpgradesFreshInstall|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:FeistyUpgradesFreshInstall|1|-1|}} | zh | | }}


Upgrade To a Fresh Feisty Install

Please note - This method is intended for those wishing to perform a fresh install of Feisty but maintain their user data and installed applications.


0. You may wish to make a back up of your current installation. One option is with partimage.

Psychocats ~ Using PartImage in Ubuntu


0. You can preserve you user data and personal settings if you use a separate home partition. If you do not currently do not have a separate home partition you can easily create one.

Psychocats ~ Create a separate /home partition in Ubuntu


0. Create a lists of your currently installed packages.

dpkg --get-selections | grep -v deinstall > ubuntu-packages

Note: That is two - - in front of "get-selections" with no space.


0. Save this file ubuntu-packages on an external media (usb/floppy/cd).


0. Download and install Feisty. If you have a separate /home partition, mount it at /home DO NOT FORMAT IT.


0. Copy ubuntu-packages from your external media back to your home directory.


0. Restore your packages. First enable your repositories. Then, in a terminal,

sudo aptitude update
sudo dpkg --set-selections < ubuntu-packages
sudo dselect

Note: That is two - - in front of "set-selections" with no space.

viola