whati is software source?linux
software source is a houselive.it provide any softwares from sources.list.ubuntu
or it can be recognized as a address of server.we can assign this adress of server.服务器
so how to alter the address of server? so we have methods ,the one of methods is update /etc/apt/sources.list.
ide
what is use of /etc/apt/sources.list?this
文件/etc/apt/sources.list是一个普通可编辑的文本文件,保存了ubuntu软件更新的源服务器的地址。和sources.list 功能同样的是/etc/apt/sources.list.d/*.list(*表明一个文件名,只能由字母、数字、下划线、英文句号组成)。 sources.list.d目录下的*.list文件为在单独文件中写入源的地址提供了一种方式,一般用来安装第三方的软件。spa
如何删除带括号的文件.net
如:Linux360 (2) 删除方法是:rm -r Linux360/ /(2/)server
如何安装deb文件ip
deb是debian linus的安装格式,跟red hat的rpm很是类似,最基本的安装命令是:dpkg -i file.deb
ci
dpkg 是Debian Package的简写,是为Debian 专门开发的套件管理系统,方便软件的安装、更新及移除。全部源自Debian的Linux发行版都使用dpkg,例如Ubuntu、Knoppix 等。相似于red hat提供rpm 安装方式。
如何解压zip文件
unzip命令 Linux也提供了。