一.cherrytree的安装
1.下载软件
[root@localhost guorongman-software]# lftp 10.0.2.253 登录ftp服务器10.0.2.253
lftp 10.0.2.253:~> cd software/ 进入software文件夹
lftp 10.0.2.253:/software> mirror cherrytree/ 下载cherrytree文件夹
Total: 1 directory, 2 files, 0 symlinks
New: 2 files, 0 symlinks
17655694 bytes transferred in 2 seconds (11.14M/s)
lftp 10.0.2.253:/software> quit 退出
[root@localhost guorongman-software]# ls
cherrytree
[root@localhost guorongman-software]#
下载后的文件存放在当前目录(文件夹)
=========
2.解压软件
[root@localhost guorongman-software]# cd cherrytree/ 进入目录
[root@localhost cherrytree]# ls 查看
cherrytree-0.29.4.tar.xz cherrytree_0.29.4_win32_portable.7z
[root@localhost cherrytree]# tar xf cherrytree-0.29.4.tar.xz 解压文件
[root@localhost cherrytree]# ls
cherrytree-0.29.4 cherrytree_0.29.4_win32_portable.7z
cherrytree-0.29.4.tar.xz
[root@localhost cherrytree]#
[root@localhost cherrytree]# cd cherrytree-0.29.4 进入文件夹
[root@localhost cherrytree-0.29.4]# ls 查看
changelog.txt debian linux setup.py
cherrytree glade locale windows
create_debian_package.sh license.txt modules
[root@localhost cherrytree-0.29.4]#
[root@localhost cherrytree-0.29.4]# chmod +x setup.py 修改权限
[root@localhost cherrytree-0.29.4]# ./setup.py build 安装出问题
running build
creating build/mo/it
compiling locale/it.po -> build/mo/it/cherrytree.mo
Building gettext files failed. Try setup.py --without-gettext [build|install]
Error: [Errno 2] No such file or directory 出错了
[root@localhost cherrytree-0.29.4]#
解决错误
[root@localhost cherrytree-0.29.4]# yum install gettext -y 安装gettext软件
[root@localhost cherrytree-0.29.4]# ./setup.py build 编译
running build
compiling locale/it.po -> build/mo/it/cherrytree.mo
creating build/mo/zh_CN
compiling locale/zh_CN.po -> build/mo/zh_CN/cherrytree.mo
creating build/mo/fr
compiling locale/fr.po -> build/mo/fr/cherrytree.mo
creating build/mo/es
compiling locale/es.po -> build/mo/es/cherrytree.mo
creating build/mo/pl
compiling locale/pl.po -> build/mo/pl/cherrytree.mo
creating build/mo/ru
compiling locale/ru.po -> build/mo/ru/cherrytree.mo
creating build/mo/cs
compiling locale/cs.po -> build/mo/cs/cherrytree.mo
creating build/mo/de
compiling locale/de.po -> build/mo/de/cherrytree.mo
creating build/mo/uk
compiling locale/uk.po -> build/mo/uk/cherrytree.mo
[root@localhost cherrytree-0.29.4]#
[root@localhost cherrytree-0.29.4]# ./setup.py install 安装
[root@localhost cherrytree-0.29.4]# cherrytree & 打开软件

二.mplayer的安装

lftp 10.0.0.254 下载mplayer
1062 ls
1063 cd mplayer
1064 ls
1065 tar xf MPlayer-1.1.1.tar.xz
1066 ls
1067 cd MPlayer-1.1.1
1068 ls

1074 lftp 10.0.2.253 下载yasm
1079 tar xf yasm-1.2.0.tar.gz
1080 ls
1081 cd yasm-1.2.0
1082 ls
1083 ./configure
1084 make
1085 make install

1143 cd /llj_software
1144 ls
1145 cd mplayer
1146 ls
1147 cd MPlayer-1.1.1
1148 ls
1149 ./configure --enable-gui --prefix=/usr/local/share/mplayer
1150 make ;make install

1111 cd ..
1112 ls
1114 tar xf Blue-1.8.tar.bz2
1115 ls
1116 cd Blue
1117 ls
1118 ./configure
1119 cd ..
1120 ls
1122 cp Blue /usr/local/share/mplayer/skins/ -r
1123 cd /usr/local/share/mplayer/skins/
1124 ls
1125 mv Blue/ default

1163 cd /llj_software/
1165 ls
1166 cd mplayer/
1167 ls
1168 mv Blue /usr/local/share/mplayer/share/mplayer/skins/
1169 cd /usr/local/share/mplayer/share/mplayer/skins/
1170 ln -s Blue default
1171 cd /usr/local/share/mplayer/bin
1172 ./gmplayer

三.firefox视频插件安装

下载instal_flash_player_9_linux..tar.gz 然后解压

将flashplayer.xpt和libflashplayer.so复制到/usr/lib64/mozilla/plugins下即可

四.安装星际译王
lftp 172.16.0.254:/soft/stardict> get stardict-3.0.1-17.el6.x86_64.rpm
1268756 bytes transferred                                          
lftp 172.16.0.254:/soft/stardict> get stardict-dic-zh_CN-2.4.2-6.puias6.noarch.rpm
6966676 bytes transferred                                         
lftp 172.16.0.254:/soft/stardict> exit

[root@student lianxi]# rpm -ivh stardict-dic-zh_CN-2.4.2-6.puias6.noarch.rpm stardict-3.0.1-17.el6.x86_64.rpm
warning: stardict-dic-zh_CN-2.4.2-6.puias6.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 41a40948: NOKEY
error: Failed dependencies:
    espeak is needed by stardict-3.0.1-17.el6.x86_64
    libespeak.so.1()(64bit) is needed by stardict-3.0.1-17.el6.x86_64
[root@student lianxi]# rpm -ivh stardict-dic-zh_CN-2.4.2-6.puias6.noarch.rpm stardict-3.0.1-17.el6.x86_64.rpm --nodeps --force                               ###由于在实验室不需要发音就忽略
warning: stardict-dic-zh_CN-2.4.2-6.puias6.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 41a40948: NOKEY

Preparing...                ########################################### [100%]
   1:stardict               ########################################### [ 50%]
   2:stardict-dic-zh_CN     ########################################### [100%]

转载于:https://www.cnblogs.com/blog-acf/p/4265788.html

一些软件的安装(cherrytree,mplayer,flash插件)相关推荐

  1. nt:手动安装Firefox的Flash插件

    Ubuntu 下手动安装Firefox的Flash插件 测试,可用! cd Downloads/tp/9362 ls9363 sudo cp libflashplayer.so /usr/lib/mo ...

  2. Ubuntu 16.04 下安装Firefox的Flash插件

    在ubuntu系统环境下面打开优酷视频,发现无法播放视频.Adobe Flash Player 是一款轻量级浏览器插件,具有丰富的 Internet 应用运行时间,提供持续的迷人用户体验.绝妙的音频/ ...

  3. Ubuntu17.0版本 安装firefox浏览器flash插件

    按照下面百度的教程下载好flash插件: linux系统下安装flash player插件 在Ubuntu17.0版本中,firefox浏览器插件目录已经改变,当前路径是 /usr/lib/firef ...

  4. Ubuntu17.04安装Firefox的flash插件

    刚升级Ubuntu17.04后发现直接下载flash的deb包无法使用,于是自己动手 简单教程,三步走 1> 进入网址:https://get.adobe.com/flashplayer/ 2& ...

  5. html 提示安装flash插件,flashplayer播放插件无法安装解决方案

    1.卸载原版本的Flash player,可以到控制面板--添加删除里删除,注:如果控制面板里无法删除,可以上下载flash player 卸载器执行卸载操作.点击下载 2.打开注册表,找到[HKEY ...

  6. Ubuntu18.04 火狐浏览器 安装flash插件

    Ubuntu用火狐浏览器用看视频的时候(比如在bilibili上...),会提示需要安装或者更新"flash插件"才可以,其操作步骤如下. Step 1:下载flash的tar.g ...

  7. ubuntu下google浏览器(chromium)flash插件安装

    为什么80%的码农都做不了架构师?>>>    1.通过软件中心安装chromium 2.flash插件下载     访问带flash的网站会自动提示flash插件地址,我的机器是6 ...

  8. Ubuntu 14.04 安装flash插件;安装Cairo-Dock; 美化为Mac

    2015年12月26日12:34:16 1.安装flash插件     下载压缩包,然后移动插件文件到火狐插件文件夹:     mv libflashplayer.so /usr/lib/mozill ...

  9. CentOS 5.5 安装配置全攻略 (无线上网 更新源 显卡驱动 firefox3.6 flash插件 编译boost1.43.0 雅黑字体...

    unbuntu虽然很好,但用来开发并不是很好,很多东西库都比较新,在上面开发的东西兼容性和可移植性差,所以最终还是选择了centos5.4. centos安装后首先 解决上网的问题 安装好后,无法识别 ...

最新文章

  1. ajax在项目中怎么使用,我如何添加项目在sql中使用jQuery(ajax)通过web服务
  2. 详细讲解Quartz.NET
  3. Interfaces
  4. 全球首款5g全网通智能路由器华为5G CPE Pro发布 售价2499元
  5. cups支持的打印机列表_lpadmin-配置CUPS套件中的打印机和类
  6. unity中链接字符串和变量显示_unity3d根据字符串读取属性.
  7. python索引用法_python 列表索引问题
  8. Linux 软件包管理
  9. 几何画板中该如何插入公式
  10. android版wifi管家下载安装,腾讯WiFi管家最新版下载安装
  11. 微软苏州研发人员将达4500人!第二幢楼今天开建!
  12. 【React】9、使用create-react-app(CRA)创建react项目
  13. World中利用宏命令批量删除页眉和页脚
  14. 乌班图好玩的命令_Ubuntu实用命令大全
  15. Cool Edit之生成.pk文件问题
  16. 什么是同比、环比与定基比
  17. 聚类(2)——层次聚类 Hierarchical Clustering
  18. Kotlin let with run apply also filter if常规用法笔记
  19. 【转】国内CPU现状
  20. 60天 冲刺软考高级项目管理师(第一天)

热门文章

  1. 如何评估项目的开发时间
  2. java implements的用法总结
  3. 组建WEP加密无线局域网络
  4. bazel编译protobuf时 “ERROR: cc_toolchain does not have mandatory provider ‘ProtoInfo‘. “
  5. 卡通的独角鲸动画特效
  6. 如何招到一个靠谱的程序员,以及如何应对面试题
  7. matlab计算后验概率,基于深度神经网络后验概率算法的口语发音评测方法与流程...
  8. 继FCoin后的下一轮浪潮 —— 去中心化交易所的逆风翻盘
  9. 软通动力上市难掩隐忧,软件外包模式或受冲击
  10. 吕泉高维智慧创始人:17年心灵修行与素食·造就冻龄女神