`
退役的龙弟弟
  • 浏览: 446556 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

bz2,gz.rmp.bin.run文件安装

 
阅读更多

1.linux下解压tar.bz2文件
下面所所有操作,后面有所有步骤说明

[yonghu@localhost ~]# su root

口令:

[root@localhost ~]# cd /home/new/Desktop

[root@localhost Desktop]# tar jxvf fcitx-3.4.2.tar.bz2

[root@localhost Desktop]# cd /home/new/Desktop/fcitx-3.4.2

[root@localhost fcitx-3.4.2]#./configure --prefix=/opt/fictx

[root@localhost fcitx-3.4.2]#make

[root@localhost fcitx-3.4.2]#make install
2.linux下解压tar.gz文件

下面所所有操作,后面有所有步骤说明
[yonghu@localhost ~]# su root
口令:
[root@localhost ~]# cd /home/new/Desktop
[root@localhost Desktop]# tar -xzvf fcitx-3.4.2.tar.gz
[root@localhost Desktop]# cd /home/new/Desktop/fcitx-3.4.2
[root@localhost fcitx-3.4.2]#./configure --prefix=/opt/fictx
[root@localhost fcitx-3.4.2]#make
[root@localhost fcitx-3.4.2]#make install


3.RPM 安装操作
  命令:

  rpm -i 需要安装的包文件名

  举例如下:

  rpm -i example.rpm 安装 example.rpm 包;

  rpm -iv example.rpm 安装 example.rpm 包并在安装过程中显示正在安装的文件信息;

  rpm -ivh example.rpm 安装 example.rpm 包并在安装过程中显示正在安装的文件信息及安装进度;
查询:
rpm -qa |grep -i mysql
rpm -ql   ssh
删除:
rpm -e --nodeps mysql

  4.run文件
./name.run
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics