most látom, hogy van már suse alatt is dist-upgrade. működött ez már valakinek?
- 1618 megtekintés
Hozzászólások
10.3-nál a alábbiak alapján csinátam upgrade-t.
a leírás:
I’ve started testing 10.3 to 11.0 upgrades to make sure that the Desktop doesn’t break etc.
For my first go, I used a backported version of zypper, since it handles dup (Distribution Upgrade).
In case it’s of interest to other people, here are the steps;
1. Install 10.3
2. Add oss, non-oss and update repos
* zypper sa http://download.opensuse.org/update/10.3/ updates
* zypper sa http://download.opensuse.org/distribution/10.3/repo/oss/ oss
* zypper sa http://download.opensuse.org/distribution/10.3/repo/non-oss/ non-oss
3. Run the following twice (First run will update a few packages which are required to properly apply the rest of the patches) then restart the computer
* zypper up
4. Add the libzypp/zypper backport repository
* zypper sa http://download.opensuse.org/repositories/zypp:/Backport/openSUSE_10.3/ zypp
5. Run the following (Note! This will ask you to remove some YaST packages etc from your install. Answer Yes)
* zypper up -t package
6. Remove all repositories (Repeat the command until zypper tells you there are no repository to remove)
* zypper sd 1
7. Add the Factory repositories
* zypper sa http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/ oss
* zypper sa http://download.opensuse.org/distribution/SL-Factory-non-oss/inst-sourc… non-oss
* zypper sa http://ftp.skynet.be/pub/packman/suse/11.0/ packman vagy
* zypper sa http://ftp.gwdg.de/pub/linux/misc/packman/suse/11.0/ packman
8. Run the following command;
* zypper dup
During Step 8, I got two errors. First one was that it couldn’t find yast2-trans-en_US on the media (the version I had was older than the one it tried to install), so I simply removed the package with ‘rpm -e yast2-trans-en_US’ then run zypper dup again. I got the same error on opensuse-manual_en so removed it with rpm and restarted zypper dup.
Please be advised that the above procedure is not supported and should only be done on non-production installs.
Be warned that the rpm format has changed recently, so you should first update rpm, and only rpm; after that you can update the rest.
Like:
zyper in rpm
zypper in zypper
zyper dup
- A hozzászóláshoz be kell jelentkezni