Ubuntu 12 04 LTS安裝總結

2021-06-20 05:04:35 字數 1699 閱讀 5060

之前用的linux一直都是redhat系列的,包括fedora、redhat enterprise和centos都用過,但是ubuntu一直都沒用過,最近嘗試了下。

首先在安裝過程中需要解除安裝/isodevice,開啟終端輸入

sudo umount -l /isodevice

然後下面按提示安裝。

安裝完重新啟動後進入桌面,但是用慣了gnome桌面,看到unity桌面感覺很不習慣,工作列放在左邊很不爽,還不能移動,所以立馬安裝了gnome桌面,ubuntu中都gnome桌面有三種:最精簡的版本是gnome-session-fallback,僅僅安裝gnome本身,只有30多mb,我安裝都就是這個;另一種是稍大的gnome shell,該版本會安裝一些額外的應用程式,不過該版本包含gnome 3;還有一種就是完整版,其不僅含有gnome本身也還有眾多的應用,所以體積遠遠大於前2者,大概400多mb.安裝命令都很簡單,分別是

sudo apt-get install gnome-session-fallback

sudo apt-get install gnome-shell

sudo apt-get install gnome

安裝完後登出,選擇gnome classic進入,另外還有個選項是gnome classic(no effects),可以自己選擇。

如果想把ubuntu預設都unity桌面刪掉,可以

sudo apt-get -y --auto-remove purge unity

sudo apt-get -y --auto-remove purge unity-common

sudo apt-get -y --auto-remove purge unity-lens*

sudo apt-get -y --auto-remove purge unity-services

sudo apt-get -y --auto-remove purge unity-asset-pool

注意:不能用 sudo apt-get --auto-remove purge unity*,看軟體包列表裡,有不少跟unity無關的也列出了。而且 unity-greeter 必須保留。

sudo apt-get install axel

就安裝好了。

#sudo cp apt-fast.sh /usr/bin/apt-fast

然後修改apt-fast的許可權

#sudo chmod +x /usr/bin/apt-fast

這樣需要在終端裡面安裝軟體時用apt-fast代替apt-get即可,如

sudo apt-fast install acroread

sudo apt-get install mplayer ffmpeg

sudo apt-get install smplayer

#cd rarlinux

#sudo make

#sudo make install

#sudo apt-fast install libxss1

安裝adobe reader

#sudo apt-fast install acroreader

另外我還需要用到gnuplot和gawk這兩個工具,另外還需要g++這個編譯器

#sudo apt-fast install gnuplot gawk g++

不小心把圖示拉到了頂部都工作列,可以在點滑鼠右鍵的同時按住alt+win鍵,就會出現從面板上刪除都選項

ubuntu 12 04 lts 驅動例子

ubuntu 12.04 driver helloworld.c begin include include module license dual bsd gpl static int hello init void static void hello exit void module init ...

ubuntu12 04 LTS 常用配置檔案

1 系統配置檔案 ubuntu 12.04 lts 系統配置檔案 全域性配置檔案 舉例功能 系統初始化 etc timezone 時區系統環境 etc environment 環境變數 系統環境 etc updatedb.conf 檔案檢索資料庫 系統環境 etc issue 發行訊息 系統環境 e...

ubuntu12 04LTS特效開啟及系

ubuntu12.04lts特效開啟及系統備份 木木齊 關於ubuntu12.04的安裝,就不多說了,我是wubi安裝的,很簡單。關於一般特效的開啟,參見文章 1.3d旋轉桌面 2.視窗震顫效果 3.視窗切換特效 4.下雨特效 5.視窗透明效果 這些都是比較簡單的。在這篇文章的最後,作者也說 因為飛...