Linux software installation learning

xiaoxiao2021-03-06  39

1, TAR.GZ file installation

Tar -zxvf * .tar.gz

It is possible to prompt the input software installation directory, or the directory after the local production is decompressed

2, TAR.BZ2 file installation

Tar -jxvf * .tar.bz2

It is possible to prompt the input software installation directory, or the directory after the local production is decompressed

3, RPM file installation

RPM -IVH * .RPM installation software

RPM-E * .RPM Uninstall Software

RPM -QPL * .rpm queries the file information of the RPM software package

RPM -QPI * .rpm Displays RPM package information

转载请注明原文地址:https://www.9cbs.com/read-66840.html

New Post(0)