Linux 笔记

Linux 各个版本常用命令 … …
red hat, centos。 ubuntu, debian

1
lsb_release -a // 查看 系统信息

debian9

1
2
3
4
5
6
7
8
dpkg --get-selections // 查看已安装的软件
apt-get update // 已安装的软件包是否有可用的更新,给出汇总报告,更新软件列表
apt-get upgrade // 更新已安装的软件包,**小心使用**
apt-get remove --purge yum // 彻底删除 yum

apt-cache search ...
apt-file search ...
apt-get install ...

Centos7

1
2
3
4
5
6
yum remove lrzsz
yum list
yum install lrzsz

rpm --force -ivh aa.rpm
rpm -e aa.rpm