Kubuntu 20.10 Build

Install Kubuntu 20.04 using the USB Installation medium. Apply any updates via Discovery. [codesyntax lang=”bash”] sudo apt-get install update-manager [/codesyntax] Install the GTK development environment. [codesyntax lang=”bash”] sudo apt-get install libgtk-3-dev [/codesyntax] Install Konqueror web browser> [codesyntax lang=”bash”] sudo apt-get install konqueror [/codesyntax] Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.

Upgrade KDE

You should install Software Updater and use that application to upgrade KDE. After the Software Updater is installed issue the following command. [codesyntax lang=”bash”] sudo apt full-upgrade -y [/codesyntax] Follow the prompts on the screen to complete the process. Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.