Linux的各种安装包

网友投稿 287 2022-11-07

Linux的各种安装包

#命令补全

bash-completion

#网络命令

net-tools包提供的命令: netstat

#killall

psmisc

#发送邮件的安装包

[root@C8-88-mariadb-bak ~]# dnf -y install mailx

sed 里面 +和*

[root05:45 AMubuntu ~]#sed -nE '/^#[[:space:]]*/p' /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # # / was on /dev/sda1 during installation # /boot was on /dev/sda2 during installation # /data was on /dev/sda3 during installation [root05:41 AMubuntu ~]#egrep '^#[[:space:]]+' /etc/fstab # /etc/fstab: static file system information. # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # / was on /dev/sda1 during installation # /boot was on /dev/sda2 during installation # /data was on /dev/sda3 during installation [root05:42 AMubuntu ~]#egrep '^# *' /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # # / was on /dev/sda1 during installation # /boot was on /dev/sda2 during installation # /data was on /dev/sda3 during installation

最小化安装的包

yum -y install vim-enhanced tcpdump lrzsz tree telnet bash-completion net-tools wget bzip2 lsof tmux man-pages zip unzip nfs-utils gcc make gcc-c++ glibc glibc-devel pcre pcre-devel openssl openssl-devel systemd-devel zlib-devel

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:Java实战项目之校园跑腿管理系统的实现
下一篇:苹果高管揭秘iPhone7为何抛弃3.5mm耳机接口
相关文章

 发表评论

暂时没有评论,来抢沙发吧~