标签:following support ubuntu 软件 linux
安装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
双击运行
wget http://download.boll.me/securecrt_linux_crack.pl
sudo perl securecrt_linux_crack.pl /usr/bin/SecureCRT
http://www.cnblogs.com/wangkongming/p/3533240.html
需要安装的软件软件(火狐浏览器语言包,flash插件)
sudo apt-get install firefox-locale-zh-hans
sudo apt-get install adobe-flashplugin
日常操作用,用vim看代码比较好
sudo apt-get install vim
dconf-editor相当于注册表,这里只用于远程桌面
sudo apt-get install dconf-editor
apple@ubuntu:~$ dconf-editor
安装QQ
sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install wine-devel
http://wiki.ubuntu.org.cn/Wine
本文出自 “雪月工作室” 博客,请务必保留此出处http://xueyue8.blog.51cto.com/4650249/1790677
标签:following support ubuntu 软件 linux
原文地址:http://xueyue8.blog.51cto.com/4650249/1790677