您的位置:首页 > 运维架构 > Linux

linux下RPM工具的使用

2013-07-31 11:22 141 查看
1、查看一些安装软件信息。

[root@localhost downloads]# rpm -qa | grep Yozo

YozoOffice-6.1-0418

2、安装相关软件包。

[root@localhost downloads]# rpm -ivh Yozo_Office_6.1.0418.131ZH.CL01.rpm

Preparing... ########################################### [100%]

1:YozoOffice ########################################### [100%]

unpack jar, please wait a while.

handle file associate..., please wait a while.

Congratulations! Installation is complete.

3、卸载相关软件。

[root@localhost downloads]# rpm -e YozoOffice-6.1-0418

cancel file associate..., please wait a while.

[root@localhost downloads]#
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: