Skip to content

Commit 0cf569c

Browse files
authored
# kde_installation.md changes (#1388)
* wording * sentence simplification * removal of most passive voice * removal of most conjunctions * sentence style capitalization on the headings
1 parent 8aa5df6 commit 0cf569c

File tree

1 file changed

+28
-29
lines changed

1 file changed

+28
-29
lines changed

docs/guides/desktop/kde_installation.md

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,26 @@ tags:
1010

1111
# Introduction
1212

13-
Thanks to the Rocky Linux development team, there are now live images for several desktop installations, including KDE. For those that might not know what a live image is, it will boot up to the OS and the desktop environment using the installation media and give you a chance to kick the tires (try it out) before you actually install it.
13+
Thanks to the Rocky Linux development team, live images for several desktop installations are available, including KDE. For those that might not know what a live image is, it will boot up to the OS and the desktop environment using the installation media and give you a chance to kick the tires (try it out) before installing it.
1414

1515
!!! note
1616

17-
This procedure is specific to Rocky Linux 9.0. There is currently no procedure written for installing KDE for earlier versions of Rocky Linux.
17+
This procedure is specific to Rocky Linux 9.0. There is currently no procedure for installing KDE for earlier versions of Rocky Linux.
1818
Feel free to write one up!
1919

2020
## Prerequisites
2121

22-
* A machine, compatible with Rocky Linux 9.0, (desktop, laptop or server) that you want to run the KDE desktop on.
22+
* A machine, compatible with Rocky Linux 9.0, (desktop, notebook or server) that you want to run the KDE desktop on.
2323
* The ability to do a few things from the command line, such as test the image checksums.
24-
* The knowledge of how to to write a bootable image to a DVD or USB thumb drive.
24+
* The knowledge of how to write a bootable image to a DVD or USB thumb drive.
2525

26-
## Get, Verify, and Write the KDE Live Image
26+
## Get, verify, and write the KDE live image
2727

28-
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 KDE image in the download section
29-
for Rocky Linux 9 [live images](https://dl.rockylinux.org/pub/rocky/9.2/live/x86_64/).
28+
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 KDE image in the download section for Rocky Linux 9 [live images](https://dl.rockylinux.org/pub/rocky/9.2/live/x86_64/).
3029

31-
Note that this particular link assumes x86_64 as your processor architecture. If you have aarch64 architecture, you can use that image instead. Download both the live image and checksum files.
30+
Note that this particular link assumes x86_64 as your processor architecture. If you have aarch64 architecture, you can use that image instead. Download the live image and checksum files.
3231

33-
Now verify the image with the CHECKSUM file using the following (note: this is an example! Make sure your image name and CHECKSUM files match):
32+
Verify the image with the CHECKSUM file by using the following (note: this is an example! Ensure your image name and CHECKSUM files match):
3433

3534
```
3635
sha256sum -c CHECKSUM --ignore-missing Rocky-9-KDE-x86_64-latest.iso.CHECKSUM
@@ -42,66 +41,66 @@ If all goes well, you should receive this message:
4241
Rocky-9-KDE-x86_64-latest.iso: OK
4342
```
4443

45-
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.
44+
If the checksum for the file returns OK, you are now ready to write your ISO image to your media. We are assuming that you know how to write the image to your media. This procedure differs depending on the OS, the media, and the tools.
4645

4746
## Booting
4847

49-
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:
48+
This again is different by machine, BIOS, OS, and so on. You will need to ensure that your machine is set to boot to whatever your media is (DVD or USB) as the first boot device. You will see this screen if you are successful:
5049

5150
![kde_boot](images/kde_boot.png)
5251

53-
If so, you are on your way! If you want to test the media, you can select that option first, or you can simply type **S** to **Start Rocky Linux KDE 9.0**.
52+
If so, you are on your way! If you want to test the media, you can enter that option first, or you can enter **S** to **Start Rocky Linux KDE 9.0**.
5453

55-
Remember, this is a live image, so it's going to take a bit of time to boot to the first screen. Don't panic, just wait! Once the live image is booted up, you should see this screen:
54+
Remember, this is a live image. It will take some of time to boot to the first screen. Do not panic, just wait! When the live image is up, you will see this screen:
5655

5756
![kde_live](images/kde_live.png)
5857

5958
## Installing KDE
6059

61-
At this point, you can use the KDE 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**.
60+
At this point, you can use the KDE environment and see if you like it. When you have decided to use it permanently, double-click the option to **Install to Hard Drive**.
6261

63-
This will start a pretty familiar installation process for those who have installed Rocky Linux before. The first screen will give you the opportunity to change to your regional language:
62+
This will start a pretty familiar installation process for those who have installed Rocky Linux before. The first screen will allow you to change to your regional language:
6463

6564
![kde_language](images/kde_language.png)
6665

67-
Once you've selected your language and clicked **Continue**, the installer will advance to the following screen. We've highlighted things that you *may* wish to change and/or verify:
66+
When you have chosen your language and clicked **Continue**, the install will advance to the following screen. We have highlighted things that you *may* want to change or verify:
6867

6968
![kde_install](images/kde_install.png)
7069

71-
1. **Keyboard** - Take a look at this option and make sure that it matches up to the keyboard layout that you use.
72-
2. **Time & Date** - Make sure this matches up to your time zone.
73-
3. **Installation Destination** - You'll need to click into this option, even if it is just to accept what is already there.
74-
4. **Network & Host Name** - Verify that you have what you want here. As long as the network is enabled, you can always change this later if you need to.
75-
5. **Root Password** - Go ahead and set a root password. Remember to save this somewhere safe (password manager), particularly if it isn't something you will be using often.
70+
1. **Keyboard** - Ensure that it matches up to the keyboard layout that you use.
71+
2. **Time & Date** - Ensure this matches up to your time zone.
72+
3. **Installation Destination** - You will need to click into this option, even if it is just to accept what is already there.
73+
4. **Network & Host Name** - Verify that you have what you want here. Provided the network is enabled, you can always change this later if you need to.
74+
5. **Root Password** - Go ahead and set a root password. Remember to save this somewhere safe (password manager), particularly if it is not something you use often.
7675
6. **User Creation** - Definitely create at least one user. If you want the user to have administrative rights, remember to set this option when creating the user.
77-
7. **Begin Installation** - Once all of the settings have been set or verified, go ahead and click this option.
76+
7. **Begin Installation** - When you have set or verified all of the settings, click this option.
7877

79-
Once you do step 7, the installation process should start installing packages, as in the below screenshot:
78+
When you do step 7, the installation process will start installing packages, shown in this screenshot:
8079

8180
![kde_install_2](images/kde_install_2.png)
8281

83-
After the installation to the hard drive is complete, you'll be faced with the following screen:
82+
After the installation to the hard disk, you will the following screen:
8483

8584
![kde_install_final](images/kde_install_final.png)
8685

8786
Go ahead and click **Finish Installation**.
8887

89-
At this point you will need to reboot the OS and remove your boot media. When the OS comes up for the first time, there is a configuration screen:
88+
At this point you will need to reboot the OS and remove your boot media. When the OS comes up for the first time, a configuration screen will appear:
9089

9190
![kde_config](images/kde_config.png)
9291

93-
Click into the **Licensing Information** option and accept the EULA as indicated here:
92+
Click into the **Licensing Information** option and accept the EULA shown here:
9493

9594
![eula](images/eula.png)
9695

97-
And finally finish the configuration:
96+
Finally, finish the configuration:
9897

9998
![kde_finish_config](images/kde_finish_config.png)
10099

101-
Once this step is completed, the username that you created earlier will show up. Enter the password you created for the user and hit <kbd>ENTER</kbd>. This should show you a pristine KDE desktop screen:
100+
When this step finishes, the username that you created earlier will appear. Enter the password you created for the user and hit <kbd>ENTER</kbd>. This will show you a pristine KDE desktop screen:
102101

103102
![kde_screen](images/kde_screen.png)
104103

105104
## Conclusion
106105

107-
Thanks to the Rocky Linux development team, there are several desktop options you can install from live images for Rocky Linux 9.0. For those that don't like the default GNOME desktop, KDE is another option, and can easily be installed with the live image.
106+
Thanks to the Rocky Linux development team, you can install several desktop options from live images for Rocky Linux 9.0. KDE is another option for those that do not like the default GNOME desktop and installation, with the live image, is not complex.

0 commit comments

Comments
 (0)