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

我用到的linux软件安装命令

2016-06-18 20:20 501 查看
在Ubuntu下安装软件步骤
添加源 「官方源(Ubuntu软件),canonica合作伙伴(其他软件),自己添加的源(PPA等)」

找到要安装软件的完整软件名,安装

更新源的本地缓存

安装GNS3

Installation from packages

Ubuntu-based distributions (64-bit only)

Run the following commands in a terminal:

sudo add-apt-repository ppa:gns3/ppa
sudo apt-get update
sudo apt-get install gns3-gui

If you want IOU support:

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install gns3-iou

apple@ubuntu:~$ gns3 //运行gns3

当安装dpkg时,自动安装所缺少的依赖的包
sudo apt-get -f install

自动删除没用的包
sudo apt autoremove

安装CRT
下载好CRT

双击运行
wget http://download.boll.me/securecrt_linux_crack.pl sudo perl securecrt_linux_crack.pl /usr/bin/SecureCRT
apple@ubuntu:~$ SecureCRT http://www.cnblogs.com/wangkongming/p/3533240.html
日常操作用,用vim看代码比较好
sudo apt-get install vim

dconf-editor相当于注册表,这里只用于远程桌面
sudo apt-get install dconf-editor
apple@ubuntu:~$ dconf-editor

需要安装的软件软件(火狐浏览器语言包,flash插件)
sudo apt-get install adobe-flashplugin
//安装这个需要手动添加源canonica合作伙伴(软件和更新-其他软件)
sudo apt-get install firefox-locale-zh-hans

安装搜狗输入法
下载好搜狗输入法
双击运行
重启
添加皮肤:双击皮肤包就行了

安装网易云音乐
下载好网易云音乐
双击运行
强烈推荐!2016年5月份推出的,还是习惯中国的在线音乐模式!!!!!

安装QQ
最稳定的是QQ国际版,UK官网推荐的
下载后解压得到wine-qqintl文件夹,里面有三个deb包:fonts-wqy-microhei_0.2.0-beta-2_all.deb、
ttf-wqy-microhei_0.2.0-beta-2_all.deb、wine-qqintl_0.1.3-2_i386.deb

安装:
1、在wine-qqintl目录下打开终端输入:sudo dpkg -i
fonts-wqy-microhei_0.2.0-beta-2_all.deb
ttf-wqy-microhei_0.2.0-beta-2_all.deb wine-qqintl_0.1.3-2_i386.deb
2、如果报依赖错误,输入:sudo apt-get install -f
3、自动解决依赖后再执行步骤1
from:
http://www.ubuntukylin.com/ukylin/forum.php?mod=viewthread&tid=7688&extra=page%3D1
本文出自 “雪月工作室” 博客,请务必保留此出处http://xueyue8.blog.51cto.com/4650249/1790677
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: