sh 与centos合作的实用程序

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 与centos合作的实用程序相关的知识,希望对你有一定的参考价值。

# list files from a rpm file on disk without extracting it 
# source: http://stackoverflow.com/a/18787544
rpmx(){
  rpm_file=$1
  rpm2cpio $rpm_file | cpio -idmv
  }
  
# uninstalling package with issues
# http://serverfault.com/a/613258
yum clean all && rpm --rebuilddb
package-cleanup --problems
yum erase foo
# if that fails (due to errors in scripts)
yum --setopt=tsflags=noscripts remove foo
# if that fails ..
rpm -e --noscripts 

# print metadata from a rpm file
# http://serverfault.com/a/414557
rpm -qip /path/file.rpm

# bunch of info about current sys - including hostname, kernel
hostnamectl

# centos version
rpm --query centos-release

以上是关于sh 与centos合作的实用程序的主要内容,如果未能解决你的问题,请参考以下文章

javascript 为@cameronbourke和@gwyneplaine撰写团队合作,为async await创建实用程序功能。这是一个有趣的讨论。

sh 基本的自签名SSL证书实用程序

sh 基本的自签名SSL证书实用程序

sh AWS cli实用程序脚本

sh 用于从文件中提取电子邮件的命令行实用程序。用法sh extractemail.sh yourfile.csv

sh Greg的伟大指南:包,库,实用程序和工具