

Next, update the package database with the Docker packages from the newly added repo: sudo apt update Output: curl -fsSL | sudo apt-key add -Īdd the Docker repository to APT sources: sudo add-apt-repository "deb $(lsb_release -cs) stable" Then add the GPG key for the official Docker repository to your system: curl -fsSL | sudo apt-key add. Next, install a few prerequisite packages which let apt use packages over HTTPS: sudo apt install apt-transport-https ca-certificates curl gnupg2 software-properties-common If you're new to Debian and want to quickly get started with basic components such as creating a new sudo user and allowing SSH connection, Check out the following guide on Prerequisites for Debian 10 Installing Dockerįirst, update your existing list of packages: sudo apt update Then select the XFCE and navigate to OK to run the installation.How To Install and Use Docker on Debian 10 In the selection screen, the first option – Debian desktop environment must be selected, otherwise tasksel won’t work. Here you need to choose which desktop environment to install. When you run the tasksel, first a software selection will show up. Also, tasksel requires sudo to install some of the software, such as the desktop environments. Taskel is a terminal based software, so it runs within the terminal once you start it. If you don’t have tasksel, you can install it using the command bellow: sudo apt install tasksel Tasksel also has all major desktop environments(Gnome, KDE, XFCE, MATE, Cinnamon ) ready to install. Essentially, it automates the entire installation process. It’s a tool that has software list with all packages included for each software. Tasksel is a tool available for Debian and Ubuntu. We’ll be installing the XFCE 4 version of the desktop environment. We are going to show two ways how to install XFCE on Debian… one method is with the tool called tasksel, other is with the apt package manager using the terminal. XFCE is a lightweight desktop environment for UNIX-like operating systems and it’s good choice for PCs/Laptops that don’t have powerful hardware. On this post we are going showcase the steps on how to install XFCE on Debian.


How to install XFCE on Debian 10/11 Overview
