安装ubuntu13.10小记


笔记,待考。

首先更新到最新的软件版本。
然后安装一些软件
1.firefox nightly
sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa
sudo apt-get update
sudo apt-get install firefox-trunk
2.gnome3
3.wiznote
sudo add-apt-repository ppa:wiznote-team
sudo apt-get update
sudo apt-get install wiznote
4.wine-qq
5.ubuntu-restricted-extras
sudo apt-get install ubuntu-restricted-extras
6.cario-dock
sudo add-apt-repository ppa:cairo-dock-team/ppa
sudo apt-get update
sudo apt-get install cairo-dock cairo-dock-plug-ins
sudo apt-get dist-upgrade
7.wine
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.7
8.wps alpha12p3
wget http://wdl1.cache.wps.cn/wps/download/Linux/unstable/kingsoft-office_9.1.0.4244~a12p3_i386.deb
dpkg -i kingsoft-office_9.1.0.4244~a12p3_i386.deb
注意,由于ubuntu13.10没有提供ia32-libs这个包,我是先安装了wine,由于wine依赖许多i386的基础包,所以之后再安装wps就没有遇到问题。
另,wps论坛已经开始内测x64版本了,这个真心良心。
9.eclipse (eclipse-jdt eclipse-pde eclipse-cdt)
sudo apt-get install eclipse eclipse-jdt eclipse-pde eclipse-cdt
10.goagent
sudo apt-get install python-dev python-greenlet python-gevent python-vte python-openssl python-crypto python-appindicator
sudo apt-get install python-dev python-pip && sudo pip install gevent –upgrade
cd /the folder/server
python uploader.zip
cd /the/folder/local

, ,

Leave a Reply

Your email address will not be published. Required fields are marked *