sudo <editor> /etc/apt/sources.list
(replaceeditor
withnano
,vim
, or any other command line editor)- edit to match included
sources.list
file
- edit to match included
apt update
apt upgrade
apt dist-upgrade
Last active
December 31, 2019 19:29
-
-
Save estysdesu/9f3dc793533a745b0835f58d898e4e11 to your computer and use it in GitHub Desktop.
[Debian: Apt Sources] #apt #sources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/apt/sources.list | |
deb http://deb.debian.org/debian testing main contrib non-free | |
deb-src http://deb.debian.org/debian testing main contrib non-free | |
deb http://security.debian.org testing-security main contrib non-free | |
deb-src http://security.debian.org testing-security main contrib non-free |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment