User Tools

Site Tools


update_kernel_on_lmde4_debian_10

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
update_kernel_on_lmde4_debian_10 [2020/06/11 16:25] – created dinoupdate_kernel_on_lmde4_debian_10 [2022/01/28 23:13] (current) – removed dino
Line 1: Line 1:
-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.” 
  
-<code>sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak</code> 
- 
-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. 
- 
-<code>sudo nano -w /etc/apt/sources.list</code> 
- 
-Inside of Nano, make your way to the bottom by pressing the Down Arrow on the keyboard. Then, write out the following sentence. 
- 
-<code># Debian Buster Backports.</code> 
- 
-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. 
- 
-<code>deb http://deb.debian.org/debian buster-backports main</code> 
- 
-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. 
- 
-<code>sudo apt update</code> 
update_kernel_on_lmde4_debian_10.1591892735.txt.gz · Last modified: 2024/03/12 21:24 (external edit)