安装Fedora 15后需做的25件事情(转51cto)
Fedora 15已經于5月24日正式發布。Fedora是一個跟Ubuntu同樣針對個人桌面用戶的Linux發行版之一,最初從紅帽(RedHat)Linux桌面版演變過來,最新的Fedora 15搭載了Gnome3桌面環境,本文將著重介紹一些軟件安裝方面的技巧。希望對廣大Fedora粉絲能有幫助。
?
Fedora 15于5.24正式發布,這篇文章姍姍來遲。但是,我們曾在文章《Fedora 15 安裝與配置一覽》中給大家介紹過Fedora 15的一些相關配置。本篇文章與上述文章不同,著重講解一些軟件安裝方面的技巧。如果有什么錯誤,歡迎大家積極提出指正。本文僅供參考。
#1,設置sudo
在Ubuntu或其他發行版本下用慣sudo,我們可以通過下面方式來實現sudo。在命令行下輸入
[rootmin@localhost~]# visudo
然后,在配置文件中找到下面的幾行內容:
## Allow root to run any commands anywhere
root ALL=(ALL) ALL
然后,在上行內容下面添加下面內容
rootmin ALL=(ALL) ALL
(提示,其中的rootmin改成自己的用戶名即可)
#2,安裝自動選擇最快鏡像插件
?
安裝插件fastestmirror,可以讓yum管理器自動搜索最快源下載
[rootmin@localhost~]#yum -y install yum-fastestmirror
#3,安裝下載加速插件
大家可以參見文章《Fedora yum加速下載插件》
[rootmin@localhost~]#yum install yum-presto
#4,安裝Flash player
?
64位安裝:
[rootmin@localhost~]#su
[rootmin@localhost~]#yum install wget
[rootmin@localhost~]#cd /tmp
[rootmin@localhost~]#wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz
[rootmin@localhost~]#tar xzvf flashplayer10_2_p3_64bit_linux_111710.tar.gz
[rootmin@localhost~]#mv /tmp/libflashplayer.so /usr/lib64/mozilla/plugins/
32位:
[rootmin@localhost~]#su
[rootmin@localhost~]#rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
[rootmin@localhost~]#rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
[rootmin@localhost~]#yum update
[rootmin@localhost~]#yum install flash-plugin
安裝完畢后重啟瀏覽器即可查看效果。
#5,安裝GNOME-tweak-tool
?
[rootmin@localhost~]#yum install gnome-tweak-tool
#6,標題欄添加“最大化/最小化/關閉”按鈕
關于此項設置,大家可以通過安裝gnome-tweak-tool來設置。打開gnome-tweak-tool,“shell-Arrangement of buttons on the titlebar”可選擇相關配置。
我們也可以通過下面設置來調出gnome-tweak-tool“最大化/最小化/關閉”按鈕:
安裝gconf-editor:
[rootmin@localhost~]#yum install gconf-editor.i686
然后啟動gconf-editor(按住Alt+F2,輸入gconf-editor啟動),依次打開“ desktop>gnome>shell>windows”,在右側一欄找到”button_layout”最大化/最小化設置,我們將其值設置為:
:minimize,maximize,close
若是大家喜歡Ubuntu風格,則設置為:close,minimize,maximize:
注銷后重新登陸即可。
#7,設置’Delete’鍵直接刪除文件
首先打開終端,輸入命令:
[rootmin@localhost~]#gsettings set org.gnome.desktop.interface can-change-accels true
然后打開Nautilus文件管理器,選中一個文件,然后打開“編輯(Edit)”選項,將鼠標移動到“Move to Trash(移動到回收站)”,這時,連續按住“Delete”按鈕兩次。DONE!這時,我們已經設置Delete直接刪除文件啦。
最后一步,我們禁用快捷鍵設置功能:
[rootmin@localhost~]#gsettings set org.gnome.desktop.interface can-change-accels false
#8,讓桌面顯示文件,激活右鍵功能
首先安裝gnome-tweak-tool,然后打開gnome-tweak-tool,進行下圖設置即可:
?
#9,在頂部面板上顯示日期
在GNOME 3環境下,我們打開終端,輸入下面命令即可在頂部面板上顯示日期:
[rootmin@localhost~]#gsettings set org.gnome.shell.clock show-date true
#10,安裝鼠標右鍵“在終端中打開”
[rootmin@localhost~]#yum install nautilus-open-terminal
#11,安裝BT下載軟件
?
[rootmin@localhost~]#azureussudo yum install azureus
[rootmin@localhost~]#deluge:sudo yum install deluge
#12,安裝Google chrome
下載地址@here,選擇rpm軟件包格式#13,安裝Libreoffice
若沒有安裝該辦公套件,大家可以可到libreoffice官網下載安裝包。解壓。按照README文件里面的說明進行安裝。(UPDATE:該軟件目前軟件源已經添加,可以直接安裝,無需下載了)
#14,安裝郵件客戶端:
[rootmin@localhost~]#sudo yum install thunderbird
#15,安裝IM工具Pidgin
Fedora 15默認IM為Empathy,如果喜歡Pidgin,則使用下面命令安裝:
[rootmin@localhost~]#yum install pidgin
#16,安裝剪貼板
使用下面命令安裝剪貼板工具parcellite:
[rootmin@localhost~]#sudo yum install parcellite
#17,安裝Google voice video chat:
使用GTALK的同學,可以使用下面命令安裝該插件:
下載地址@here
#18,安裝MP#,avi等其他媒體格式編碼
[rootmin@localhost~]#su
[rootmin@localhost~]#yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmusion-nonfree-release-rawhide.noarch.rpm
[rootmin@localhost~]#rpm -ivh http://rpm.livna.org/livna-release.rpm
[rootmin@localhost~]#yum update
#19,安裝解壓縮軟件7z
[rootmin@localhost~]#sudo yum install p7zip p7zip-plugins
#20,安裝GIMP
[rootmin@localhost~]#sudo yum install gimp
#21,安裝截圖工具shutter
[rootmin@localhost~]#sudo yum install shutter
#22,安裝星際譯王
[rootmin@localhost~]#sudo yum install starditc
#23,安裝多功能播放器vlc
?
[rootmin@localhost~]#sudo yum install vlc
#24,安裝輸入法
在Fedora 15中,我們可以應用下面的命令來安裝輸入法
ibus:
[rootmin@localhost~]#yum install ibus
ibus-sunpinyin:
[rootmin@localhost~]#yum install ibus-sunpinyin
Fcitx小企鵝輸入法:
[rootmin@localhost~]#yum install fcitx
小小輸入法,大家可到相關官網下載安裝使用。
安裝完成后,在“輸入法設置”里面,選擇添加上述輸入法即可。
#25,安裝小熊貓
?
[rootmin@localhost~]#su -c 'wget http://homerxing.fedorapeople.org/ailurus.repo -O /etc/yum.repos.d/ailurus.repo'
[rootmin@localhost~]#su -c 'yum makecache'
[rootmin@localhost~]#su -c 'yum install ailurus
轉載于:https://blog.51cto.com/lance0215/593583
《新程序員》:云原生和全面數字化實踐50位技術專家共同創作,文字、視頻、音頻交互閱讀總結
以上是生活随笔為你收集整理的安装Fedora 15后需做的25件事情(转51cto)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: iphone软件创富密码之关于Cocoa
- 下一篇: 1024分辨率章子怡/郭富城《最爱》HD