-
upgrading fedora 30 to fedora 31카테고리 없음 2019. 10. 30. 14:32
참고: https://fedoramagazine.org/upgrading-fedora-30-to-fedora-31/
1)
$ sudo dnf upgrade --refresh
2)$ sudo dnf install dnf-plugin-system-upgrade
3)[bylee@bylee5 yum.repos.d]$ sudo dnf system-upgrade download --releasever=31 [sudo] bylee의 암호: Before you continue ensure that your system is fully upgraded by running "dnf --refresh upgrade". Do you want to continue [y/N]: y Copr repo for dotnet owned by @dotnet-sig 3.8 kB/s | 3.3 kB 00:00 Copr repo for stack owned by petersen 3.8 kB/s | 3.3 kB 00:00 Docker CE Stable - x86_64 7.5 kB/s | 3.5 kB 00:00 added from: http://download.mono-project.com/repo/centos7/ 25 kB/s | 2.9 kB 00:00 Fedora Modular 31 - x86_64 8.0 kB/s | 5.6 kB 00:00 Fedora Modular 31 - x86_64 - Updates 5.8 kB/s | 4.1 kB 00:00 Fedora 31 - x86_64 - Updates 5.2 kB/s | 4.7 kB 00:00 Fedora 31 - x86_64 - VirtualBox 169 B/s | 6.9 kB 00:41 Error: Failed to download metadata for repo 'virtualbox': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried Fedora 31 - x86_64 8.1 kB/s | 5.7 kB 00:00 Node.js Packages for Fedora Linux 30 - x86_64 6.7 kB/s | 2.5 kB 00:00 omnidb 1.7 kB/s | 1.3 kB 00:00 PostgreSQL 12 for Fedora 31 - x86_64 3.5 kB/s | 3.8 kB 00:01 PostgreSQL 11 for Fedora 31 - x86_64 3.6 kB/s | 3.8 kB 00:01 PostgreSQL 10 for Fedora 31 - x86_64 4.0 kB/s | 3.8 kB 00:00 PostgreSQL 9.6 for Fedora 31 - x86_64 3.9 kB/s | 3.8 kB 00:00 PostgreSQL 9.5 for Fedora 31 - x86_64 3.8 kB/s | 3.8 kB 00:01 PostgreSQL 9.4 for Fedora 31 - x86_64 3.9 kB/s | 3.8 kB 00:00 RPM Fusion for Fedora 31 - Free - Updates 12 kB/s | 15 kB 00:01 RPM Fusion for Fedora 31 - Free 11 kB/s | 15 kB 00:01 RPM Fusion for Fedora 31 - Nonfree - Updates 14 kB/s | 15 kB 00:01 RPM Fusion for Fedora 31 - Nonfree 9.7 kB/s | 15 kB 00:01 RPM Sphere - Basearch 2.8 kB/s | 3.0 kB 00:01 RPM Sphere - Noarch 3.2 kB/s | 3.0 kB 00:00 Yarn Repository 20 kB/s | 2.9 kB 00:00 Ignoring repositories: virtualbox 오류: 문제 1: problem with installed package samba-test-2:4.10.9-0.fc30.x86_64 - samba-test-2:4.10.9-0.fc30.x86_64 does not belong to a distupgrade repository - nothing provides python3-samba = 4.11.0-3.fc31 needed by samba-test-2:4.11.0-3.fc31.x86_64 문제 2: problem with installed package guice-multibindings-4.1-14.fc30.noarch - package guice-multibindings-4.2.2-1.fc31.noarch requires mvn(com.google.inject:guice) = 4.2.2, but none of the providers can be installed - guice-multibindings-4.1-14.fc30.noarch does not belong to a distupgrade repository - package google-guice-4.2.2-1.module_f28+4409+43f8f627.noarch is excluded - package google-guice-4.2.2-1.fc31.noarch is excluded (try to add '--skip-broken' to skip uninstallable packages) [bylee@bylee5 yum.repos.d]$
- 해결법
$ sudo dnf remove samba-test
$ sudo dnf remove guice-multibindings
4)
sudo dnf system-upgrade reboot
- 해결법