User Tools

Site Tools


update_kernel_on_lmde4_debian_10

This is an old revision of the document!


Enabling Debian Backports means editing the sources.list file which is located in the /etc/apt/ directory. As a result, it is a good idea to create a backup of this file before continuing. Using the cp command, make a copy of “sources.list.”

sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak

With the backup created, it is time to start the editing process. Using the Nano text editor, load up the sources.list file. Be sure to use sudo, or if you do not have sudo set up on Debian, use su.

sudo nano -w /etc/apt/sources.list

Inside of Nano, make your way to the bottom by pressing the Down Arrow on the keyboard. Then, write out the following sentence.

# Debian Buster Backports.

Next, press the Enter key on the keyboard to create a new line in the file. Then, add in the new backports repo for Debian 10 Buster.

deb http://deb.debian.org/debian buster-backports main

After adding the repository line, it is time to save Nano. Press Ctrl + O to save your edits. Close the Nano text editor with Ctrl + X.

Finally, once out of the Nano text editor, use the apt-get update command to finish setting up Debian Backports.

sudo apt update
update_kernel_on_lmde4_debian_10.1591892735.txt.gz · Last modified: 2024/03/12 21:24 (external edit)