首页 > 代码库 > 【Linux学习之旅】之Ubuntu14.04安装及美化之后要做的事
【Linux学习之旅】之Ubuntu14.04安装及美化之后要做的事
以上是我的Ubuntu里安装的一些软件。
1)卸载不需要的软件,在启动器里右键单击要卸载的软件即可。
2)升级你的软件版本
sudo apt-get update && sudo apt-get upgrade
3)安装Fcitx
sudo apt-get install fcitx fcitx-googlepinyin
4) 安装samba
samba服务器安装后,就可以与你所在的网络中的其他用户共享文件了。
sudo apt-get install samba
5)安装媒体工具
sudo apt-get install vlc
还需要安装一些常用的编码
sudo apt-get install non-free-codecs libxine1-ffmpeg gxine mencoder libmpcdec3 libquicktime1 flac faac faad sox ffmpeg2theora libmpeg2-4uudeview flac libmpeg3-1 mpeg3-utils mpegdemux liba52-dev mpeg2dec vorbis-tools id3v2 mpg321 mpg123 libflac++6 ffmpeg libmp4v2-0totem-mozilla icedax tagtool easytag id3tool lame nautilus-script-audio-convert libmad0 libjpeg-progs
若需要支持DVD,则
sudo apt-get install libdvdcss2 && sudo /usr/share/doc/libdvdread4/./install-css.sh
还需要Flash支持,64位系统的
sudo add-apt-repository ppa:sevenmachines/flashsudo apt-get updatesudo apt-get install flashplugin64-installer
6)安装ftp客户端Filezilla
sudo apt-get install filezilla
7)虚拟机VirtualBox
可以到VirtualBox官网下载https://www.virtualbox.org/wiki/Downloads
8)图像编辑GIMP
sudo add-apt-repository ppa:matthaeus123/mrw-gimp-svnsudo apt-get updatesudo apt-get install gimp gimp-data gimp-plugin-registry gimp-data-extras
9)安装解压缩软件
sudo apt-get install unace unrar zip unzip p7zip-full p7zip-rar sharutils rar uudeview mpack lha arj cabextract file-roller
10)安装Chrome
下载地址:http://www.google.com/intl/zh-CN/chrome/
11)安装WPS
http://community.wps.cn/download/
12)安装非常给力的下载工具--uget+aria2
I.uget的安装:
sudo add-apt-repository ppa:plushuang-tw/uget-stable sudo apt-get update sudo apt-get install uget
II.aria2的安装:
sudo add-apt-repository ppa:t-tujikawa/ppa sudo apt-get update sudo apt-get install aria2
详细设置请看http://burner1024.blog.163.com/blog/static/17447800420126191858424/
13)安装Sublime Text 3
sudo add-apt-repository -y ppa:webupd8team/sublime-text-3sudo apt-get updatesudo apt-get install -y sublime-text-installer
如果需要取消更新通知,可以设置(Preferences > Settings – User):
“update_check”: false
其他安装方式,推荐http://askubuntu.com/questions/172698/how-do-i-install-sublime-text-2-3
其他的一些设置,推荐http://www.cnblogs.com/bananaplan/p/Sublime-Text-3-Powerful.html
14)安装新立得软件包管理器
第一步,使用 Ubuntu 软件中心搜索synaptic,找到“新立得软件包管理器”,一般第一个搜索结果就是了;
图:新立得
第二步,左键单击选中,右边会出现一个“安装”按钮
第三步,点击“安装”后,输入当前用户的开机密码认证即可。
-------------------------------------------
(其他的一些稍后更新)