View Categories

How to convert CentOS 8 to Alma Linux

< 1 min read

Table of Contents

Step 1 #

Download almalinux-deploy.sh script from https://github.com/AlmaLinux/almalinux-deploy

$ curl -O https://raw.githubusercontent.com/AlmaLinux/almalinux-deploy/master/almalinux-deploy.sh

 

Step 2 #

Run almalinux-deply.sh script:

$ chmod +x almalinux-deploy.sh
$ sudo ./almalinux-deploy.sh

The entire migration process will take about 2 hours.

 

Step 3 #

When process will be finished, please reboot your OS:

$ reboot