在Ubuntu下安装软件步骤
添加源 「官方源(Ubuntu软件),canonica合作伙伴(其他软件),自己添加的源(PPA等)」
找到要安装软件的完整软件名,安装
更新源的本地缓存
安装GNS3
Installation from packagesUbuntu-based distributions (64-bit only)Run the following commands in a terminal:sudo add-apt-repository ppa:gns3/ppasudo apt-get updatesudo apt-get install gns3-guiIf you want IOU support:sudo dpkg --add-architecture i386sudo apt-get updatesudo apt-get install gns3-iouapple@ubuntu:~$ gns3 //运行gns3当安装dpkg时,自动安装所缺少的依赖的包sudo apt-get -f install自动删除没用的包sudo apt autoremove安装CRT下载好CRT
双击运行
wget http://download.boll.me/securecrt_linux_crack.plsudo perl securecrt_linux_crack.pl /usr/bin/SecureCRTapple@ubuntu:~$ SecureCRT
http://www.cnblogs.com/wangkongming/p/3533240.html
日常操作用,用vim看代码比较好sudo apt-get install vimdconf-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.deb2、如果报依赖错误,输入:sudo apt-get install -f3、自动解决依赖后再执行步骤1from:
http://www.ubuntukylin.com/ukylin/forum.php?mod=viewthread&tid=7688&extra=page%3D1