IBX5A5EF0CD2FBA1

Monday, June 27, 2016

PERINTAH UPGRADE OS FEDORA 23 KE FEDORA 24

Posted by Adi Surya Kencana on 12:12 AM with No comments
Bagaimana sich cara update fedora kita
notabene dari fedora 23 ke fedora 24 tanpa menghilangkan aplikasi yang sebelumnya sudah kita install.

metode yang digunakan adalah dnf system upgrade plugin.

Cara cek OS yang berjalan sebelumnya :

/etc/redhat-release
fedora version

[root@localhost ~]#dnf upgrade
Sample Ouput:
fedora 24 upgrade


Lalu gunakan perintah update standart yang berlaku dari fedoraproject

[root@localhost ~]#dnf update --refresh

Sample Ouput:
[root@localhost ~]# dnf update --refresh
Fedora 23 - x86_64 - Updates                    172 kB/s |  23 MB     02:15
Dependencies resolved.
Nothing to do.
Complete!

Sekarang Install the DNF plugin dengan perintah berikut

[root@localhost ~]#dnf install dnf-plugin-system-upgrade
Sample Ouput:
[root@localhost ~]# dnf install dnf-plugin-system-upgrade
Last metadata expiration check: 0:05:10 ago on Wed Jun 22 13:58:05 2016.
Dependencies resolved.
================================================================================
Package                             Arch     Version           Repository
Size
================================================================================
Installing:
dnf-plugin-system-upgrade           noarch   0.7.1-1.fc23      updates    49 k
python3-dnf-plugin-system-upgrade   noarch   0.7.1-1.fc23      updates    31 k
Transaction Summary
================================================================================
Install  2 Packages
Total download size: 80 k
Installed size: 174 k
Is this ok [y/N]: y
Downloading Packages:
(1/2): python3-dnf-plugin-system-upgrade-0.7.1- 1.3 kB/s |  31 kB     00:24
(2/2): dnf-plugin-system-upgrade-0.7.1-1.fc23.n 2.0 kB/s |  49 kB     00:24
--------------------------------------------------------------------------------
Total                                           3.1 kB/s |  80 kB     00:26
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Installing  : python3-dnf-plugin-system-upgrade-0.7.1-1.fc23.noarch       1/2
Installing  : dnf-plugin-system-upgrade-0.7.1-1.fc23.noarch               2/2
Verifying   : dnf-plugin-system-upgrade-0.7.1-1.fc23.noarch               1/2
Verifying   : python3-dnf-plugin-system-upgrade-0.7.1-1.fc23.noarch       2/2
Installed:
dnf-plugin-system-upgrade.noarch 0.7.1-1.fc23
python3-dnf-plugin-system-upgrade.noarch 0.7.1-1.fc23
Complete!
[root@localhost ~]#
Complete!
dnf install

Oke sudah up to date PLUGIN sekarang kita download file pendukung sistem untuk upgrade ke FC24 

[root@localhost ~]#dnf system-upgrade download --refresh --releasever=24 --allowerasing
Sample Ouput:
download packages

Setelah selesai update file system pendukung lakukan perintah ini :

[root@localhost ~]#dnf system-upgrade reboot
Fedora23-2016-06-22-16-08-13
Fedora23-2016-06-22-16-10-38

Proses ini akan memakan waktu agak lama setelah selesai maka kita akan menemukan menu boot system baru fedora 24

fedora 24 grub screen


login screen


fedora 24 upgraded

SELESAI SUDAH SELAMAT MENIKMATI FEDORA 24

0 comments:

Post a Comment