50
50

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ubuntu rpm,yumコマンド対応表

Last updated at Posted at 2014-03-14
centos ubuntu
rpm -qa dpkg -l
rpm -qa --last ls -tl /var/lib/dpkg/info/
rpm -ql dpkg -L
rpm -qf dpkg -S
rpm -qi apt-cache show
rpm -q --scripts cat /var/lib/dpkg/info/{package_name}.{pre,post}{inst,rm}
rpm -ivh dpkg -i
rpm -Uvh dpkg -i
rpm -e dpkg -r
yum install apt-get install
yum check-update apt-get -s upgrade
yum update apt-get upgrade
yum update package apt-get install package
yum remove apt-get remove
yum search apt-cache search
yum list apt-cache search all
yum info apt-cache showpkg
yum install --downloadonly apt-get -d install (/var/cache/apt/archives/ に保存)
50
50
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
50
50

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?