If you also want the contrib and non-free components, addcontrib non-freeaftermain. You can use aGNOME toolto edit yoursources.listfile. (Menu System>Administration>Software Sources). gksu --desktop /usr/share/applications/software-properties.desktop /usr/bin/software-properties-gtk Example source...
the repository to Apt sources:echo\"deb [arch=$(dpkg --print-architecture)signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \$(. /etc/os-release&&echo"$VERSION_CODENAME")stable"|\sudo tee /etc/apt/sources.list.d/docker.list > /dev/nullsudo apt-get ...
Add the Deb Multimedia repository. (instructions at:https://deb-multimedia.org/) Edit sources.list nano/etc/apt/sources.list Add to the end of the file: deb http://www.deb-multimedia.org stretch main non-free Ctrl+o Enter to save CTRL+x to exit After you have added the necessary line...
Step 1: Edit sources.list file There are two ways of editingsources.listfile. Either you can manually alter the current release name withtestingor you canuse the sed commandto get your job done. And I’m going with a 2nd one to make the whole process easier. You just have to use the...
更新源 # apt edit-sources 或者 # vi /etc/apt/sources.list # apt update 查询、安装 # apt search vsftpd # apt install git vim 删除 apt-get remove vsftpd 安装开发工具包 # apt-get install build-essential (centos: yum group install "Development Tools") dnf命令(替代yum的包管理工具)查看系统...
Component:This will indicate the type of repository which can be main, universal, multiverse, or restricted. What is the Method for Configuring the sources.list on Debian 12? To configure the sources.list file in Debian 12, open the terminal, and execute the commands, mentioned in the steps...
Toupgrade to version 9 of Debian, you will need to edit theapt sources.list file. 1. In a console window, modify the sources file by entering: sudo nano /etc/apt/sources.list You should see a list of web addresses that list “jessie”. ...
1、图形化最小安装debian7.5操作系统 2、更改debian的apt源配置文件/etc/apt/sources.list root@duan:~# cat /etc/apt/sources.list deb http://ftp.de.debian.org/debian wheezy main contrib non-free deb-src http://ftp.de.debian.or ...
Optionally, if you want non-Stallman-approved software, you can add additional parts of the repository there - make the line like this instead: deb http://deb.debian.org/debian/ stable main contrib non-free non-free-firmware Save the file (Ctrl+O if you are usingnanoto edit it) and tr...
$ sudo nano /etc/apt/sources.list 3. Edit the configuration text as you need and save as with Ctrl+O and exit with Ctrl+X. An example of full Debian 12 repositories with all components enabled is as the following: deb http://deb.debian.org/debian bookworm main contrib non-free ...