diff --git a/docs/guides/desktop/mate_installation.md b/docs/guides/desktop/mate_installation.md index ca1081d775..87fbb3e20c 100644 --- a/docs/guides/desktop/mate_installation.md +++ b/docs/guides/desktop/mate_installation.md @@ -19,13 +19,13 @@ This procedure is designed to get you up and running with Rocky Linux using MATE * A computer (laptop or workstation) with a screen and everything. * A desire to run the MATE desktop instead of the default GNOME one. -=== "9.0" +=== "9" - ## 9.0: Introduction + ## 9: Introduction - The development team for Rocky Linux 9.0 have made installing MATE, and other popular desktop environments, easy by including live images. A live image, for those that may not know what that is, is a bootable image that will load the OS without installation. Once loaded, you have the option to install it to your machine's disk drive and use it. + The development team for Rocky Linux 9 have made installing MATE, and other popular desktop environments, easy by including live images. A live image, for those that may not know what that is, is a bootable image that will load the OS without installation. Once loaded, you have the option to install it to your machine's disk drive and use it. - ## 9.0: Get, Verify, and Write the MATE Live Image + ## 9: Get, Verify, and Write the MATE Live Image Prior to installation, the first step is to download the live image and write that to a DVD or a USB thumb drive. As stated earlier, the image will be bootable, just like any other installation media for Linux. You can find the latest MATE image in the download section for Rocky Linux 9 [live images](https://dl.rockylinux.org/pub/rocky/9.0/live/x86_64/). Note this particular link assumes x86_64 as your architecture, and as of this writing, that is the only architecture this particular live image is available for. Download both the live image and checksum files. @@ -44,7 +44,7 @@ This procedure is designed to get you up and running with Rocky Linux using MATE If the checksum for the file returns OK, you are now ready to write your ISO image to your media. This procedure is different depending the OS you are using, the media, and the tools. We are assuming here that you know how to write the image to your media. - ## 9.0: Booting + ## 9: Booting This again is different by machine, BIOS, OS, etc. You'll need to make sure that your machine is set to boot to whatever your media is (DVD or USB) as the first boot device. You should be presented with this screen if you are successful: @@ -56,7 +56,7 @@ This procedure is designed to get you up and running with Rocky Linux using MATE ![mate-live](images/mate_live.png) - ## 9.0: Installing MATE + ## 9: Installing MATE At this point, you can use the MATE environment and see if you like it. Once you've decided that you would like to use it permanently, double-click the option to **Install to Hard Drive**. @@ -94,16 +94,16 @@ This procedure is designed to get you up and running with Rocky Linux using MATE ![mate_desktop](images/mate_desktop.png) -=== "8.6" +=== "8" - ## 8.6: Install Rocky Linux Minimal + ## 8: Install Rocky Linux Minimal When installing Rocky Linux, we used the following sets of packages: * Minimal * Standard - ## 8.6: Enabling Repositories + ## 8: Enabling Repositories You need the Powertools repository and the EPEL repository. Go ahead and enable those now: @@ -116,7 +116,7 @@ This procedure is designed to get you up and running with Rocky Linux using MATE Go ahead and run `dnf update` to make sure all of the enabled repositories are read into the system. - ## 8.6: Installing Packages + ## 8: Installing Packages The next thing we need are a lot of packages. You can install these by simply copying and pasting the following into the command line on your machine: @@ -132,7 +132,7 @@ This procedure is designed to get you up and running with Rocky Linux using MATE sudo dnf install lightdm-settings lightdm ``` - ## 8.6: Final Steps + ## 8: Final Steps Now that we have everything we need installed, the next thing we need to do is set the minimal install to boot into the Graphical User Interface (GUI). We can do this by entering: diff --git a/docs/guides/desktop/xfce_installation.md b/docs/guides/desktop/xfce_installation.md index 53066d36fd..36b8ec6bf3 100644 --- a/docs/guides/desktop/xfce_installation.md +++ b/docs/guides/desktop/xfce_installation.md @@ -19,13 +19,13 @@ It is also one of the easiest desktop environments to combine with alternate win * A Workstation or Laptop * A desire to run XFCE as your desktop instead of the default GNOME desktop -=== "9.0" +=== "9" - ## 9.0: Introduction + ## 9: Introduction - The development team for Rocky Linux 9.0 have made installing XFCE, and other popular desktop environments, easy by including live images. A live image, for those that may not know what that is, is a bootable image that will load the OS without installation. Once loaded, you have the option to install it to your machine's disk drive and use it. + The development team for Rocky Linux 9 have made installing XFCE, and other popular desktop environments, easy by including live images. A live image, for those that may not know what that is, is a bootable image that will load the OS without installation. Once loaded, you have the option to install it to your machine's disk drive and use it. - ## 9.0: Get, Verify, and Write the XFCE Live Image + ## 9: Get, Verify, and Write the XFCE Live Image Prior to installation, the first step is to download the live image and write that to a DVD or a USB thumb drive. As stated earlier, the image will be bootable, just like any other installation media for Linux. You can find the latest XFCE image in the download section for Rocky Linux 9 [live images](https://dl.rockylinux.org/pub/rocky/9.0/live/x86_64/). Note that this particular link assumes x86_64 is your processor's architecture. @@ -47,7 +47,7 @@ It is also one of the easiest desktop environments to combine with alternate win If the checksum for the file returns OK, you are now ready to write your ISO image to your media. This procedure is different depending on the OS you are using, the media, and the tools. We are assuming here that you know how to write the image to your media. - ## 9.0: Booting + ## 9: Booting This again is different by machine, BIOS, OS, etc. You'll need to make sure that your machine is set to boot to whatever your media is (DVD or USB) as the first boot device. You should be presented with this screen if you are successful: @@ -59,7 +59,7 @@ It is also one of the easiest desktop environments to combine with alternate win ![xfce_install](images/xfce_install.png) - ## 9.0: Installing XFCE + ## 9: Installing XFCE At this point, you can use the XFCE environment and see if you like it. Once you've decided that you would like to use it permanently, double-click the option to Install to Hard Drive. @@ -95,9 +95,9 @@ It is also one of the easiest desktop environments to combine with alternate win ![xfce_desktop](images/xfce_desktop.png) -=== "8.6" +=== "8" - ## 8.6: Install Rocky Linux Minimal + ## 8: Install Rocky Linux Minimal !!! note @@ -108,7 +108,7 @@ It is also one of the easiest desktop environments to combine with alternate win * Minimal * Standard - ## 8.6: Run System Update + ## 8: Run System Update First, run the server update command to let the system rebuild the repository cache, so that it could recognize the packages available in that. @@ -116,7 +116,7 @@ It is also one of the easiest desktop environments to combine with alternate win dnf update ``` - ## 8.6: Enabling Repositories + ## 8: Enabling Repositories We need the unofficial repository for XFCE in the EPEL repository, to run on Rocky 8.x versions. @@ -141,7 +141,7 @@ It is also one of the easiest desktop environments to combine with alternate win Again, you will be presented with a warning message about the repository. Go ahead and answer `Y` to the prompt. - ## 8.6: Check The Available Environments and Tools in the Group + ## 8: Check The Available Environments and Tools in the Group Now that the repositories are enabled, run the following commands to check everything. @@ -173,7 +173,7 @@ It is also one of the easiest desktop environments to combine with alternate win Go ahead and run `dnf update` one more time to make sure all of the enabled repositories are read into the system. - ## 8.6: Installing Packages + ## 8: Installing Packages To install XFCE, run: @@ -187,7 +187,7 @@ It is also one of the easiest desktop environments to combine with alternate win dnf install lightdm ``` - ## 8.6: Final Steps + ## 8: Final Steps We need to disable `gdm`, which gets added and enabled during *dnf groupinstall "xfce"*: @@ -217,4 +217,4 @@ It is also one of the easiest desktop environments to combine with alternate win ## Conclusion -XFCE is a light environment with simple interface. It is an alternative to the default GNOME desktop on Rocky Linux. If you are running Rocky Linux 9.0, the developers have created a handy live image that speeds the installation process. +XFCE is a light environment with simple interface. It is an alternative to the default GNOME desktop on Rocky Linux. If you are running Rocky Linux 9, the developers have created a handy live image that speeds up the installation process.