fedora 下常用軟體安裝

來源:互聯網
上載者:User

安裝好fedora後,通常第一件事就是安裝自己常用的軟體,但是對於習慣了win下安裝軟體的人來說,在linux下使用編譯源碼方式安裝軟體是一件比較麻煩的事,幸好fedora內建有yum工具可以讓我們很方便地安裝自己需要的軟體,不過,還是有一些問題,首先要知道軟體包的準確名字,還要保證軟體源中有這些軟體包,有時候還是會讓人撓頭不已。所以在這寫一下一些常用軟體的安裝過程,算是給自己備忘一下,呵呵(事實證明在fedora 15中是可以的,其他版本應該也不會有太大不同,可以先試試)

所有的安裝都是在root身份下進行的

 

<!-- @page { margin: 0.79in } P { margin-bottom: 0.08in } -->

1,安裝自動選擇最快鏡像外掛程式

可以讓 yum管理器自動搜尋最快源下載,還是有用處滴

# yum -y install yum-fastestmirror

 

 

2,安裝OpenOffice(LibreOffice)

# yum groupinstall "Office/Productivity"

 

3,安裝vim

# yum install vim

# yum install gvim

 

4,安裝gcc

# yum install gcc gcc-c++ (其中gcc-c++軟體包是讓使用者使用g++命令編譯C++代碼)

 

5,安裝unrar 、7z

#  yum install unrar p7zip p7zip-plugins

 

6,安裝星際譯王

# yum install stardict (其中詞典檔案需要另外下載)

 

<!-- @page { margin: 0.79in } P { margin-bottom: 0.08in } A:link { so-language: zxx } -->

7,安裝多媒體支援(不安裝播不了電影,聽不了mp3)

添加fusion源,否則安裝不了:

( 這 是之前可以的,但是現在由於出了支援fedora16的版本,所以這個已經不適合fedora15,但16的可以)

# yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm

# yum localinstall --nogpgcheck http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm

(這是現在支援fedora13,14,15的fusion源添加命令 要看清楚喔)
# yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
# yum localinstall --nogpgcheck http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm

 

安裝元件包:

# yum install ffmpeg ffmpeg-libs gstreamer-ffmpeg  libmatrosca xvidcore libdvdread libdvdnav lsdvd
# yum install gstreamer-plugins-good  gstreamer-plugins-bad gstreamer-plugins-ugly

 

8,安裝flash-player

首先到http://get.adobe.com/flashplayer/ 下載flash(如果連結失效,直接到首頁http://www.adobe.com中尋找flashplayer下載),有多個下載選項,選擇“YUM for linux”下載,下載後直接雙擊檔案安裝,安裝成功後在終端安裝外掛程式

 

# yum install flash-plugin

 

 

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.