Installing Fedora 10 – V
- May 1st, 2009
- Write comment
12. IRC Clients
* Konversation
A Qt based IRC client for KDE users
su -c ‘yum install konversation’
* xchat
A gtk+ based IRC client for GNOME users
su -c ‘yum install xchat’
You will find it under Applications -> Internet -> IRC
13. MSN Messenger Clients
Use an Instant Messenger to communicate with your friends. Ok, you all know what Instant Messengers are.
* Empathy
Empathy is the default Instant Messenger of Fedora 10. It supports many different networks such as Jabber, Salut, Google Talk, AIM, Gadu Gadu, GroupWise, ICQ, MSN, QQ and Yahoo. It’s in Applications -> Internet -> Empathy Instant Messenger. If it’s not there install it by typing:
su -c ‘yum install empathy empathy-libs’
* Pidgin
Pidgin was the default IM client of Fedora 9. If you like it better than empathy install it by typing:
su -c ‘yum install pidgin’
* Kopete
Kopete is KDE’s IM client. If you are a Gnome user it will download a lot of KDE packages and other utilities so be prepared. Install it by typing:
su -c ‘yum install kdenetwork’
* aMSN
Another pretty good IM is amsn. It has plugin support also.
su -c ‘yum install amsn amsn-plugins’
You will find it under Applications -> Internet -> aMSN
14. Author, Burn and BackUp CD/DVDs
* Sound-Juicer
Sound Juicer is a CD ripping tool. It supports flac, oga, mp3, wav and spx output formats. It is installed by default and you can find it under Applications -> Sound & Video -> Audio CD Extractor. If it’s not there install it with:
su -c ‘yum install sound-juicer’
* GnomeBaker
A CD/DVD burning utility for GNOME.
su -c ‘yum install gnomebaker’
It’s under Applications -> Sound & Video -> CD/DVD Writer GnomeBaker.
* k3b
Probably the best Linux CD/DVD burning program. It comes along with a lot of KDE dependencies if you are using GNOME.
su -c ‘yum install k3b’
To enable all encoding features and programs for k3b type:
su -c ‘yum install k3b-extras-freeworld vcdimager normalize transcode lame lame-libs’
* Brasero
Brasero is a CD/DVD disc authoring tool for the Gnome desktop.
su -c ‘yum install brasero’
* k9copy
K9copy is the linux version of DVDshrink.
su -c ‘yum install k9copy’
su -c ‘yum install libdvdread libdvdnav lsdvd’
15. Download managers
* wxDownload Fast
wxDownload Fast (also known as wxDFast) is an open source multi-threaded download manager. This means that it can split a file into several pieces and download the pieces simultaneously
su -c ‘yum install wxdfast’
* kget
This is KDE’s default download manager. if you are using GNOME you will have to download a lot of dependencies and KDE libraries, so you’d better not use it.
su -c ‘yum install kdenetwork’
16. PDF Readers
* evince
The default pdf viewer for Fedora is Evince. If it’s not installed type:
su -c ‘yum install evince evince-djvu evince-dvi’
* acrobatreader
First you must install the adobe repository.
su -
rpm -ivh http://linuxdownload.adobe.com/linux/i386/adobe-release-i386-1.0-1.noarch.rpm
rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
Now open a terminal and type:
su -c ‘yum install AdobeReader_enu’ enu stands for the English package. To search for other languages type:
su -c ‘yum search AdobeReader’
17. Torrent Clients
* Transmission
Fedora 10 comes with Transmission as a default torrent client. You can find it under Applications -> Internet -> Transmission or in case you don’t have it installed type:
su -c ‘yum install transmission’
* KTorrent
ktorrent is an alternative torrent client for KDE users.
su -c ‘yum install ktorrent’
* qBittorent
qBittorent is a featureful, lightweight torrent client based on QT4 toolkit. You must install an additional repository since it isn’t included still in any of the other fedora repositories.
su -c
rpm -ivh http://www.dfm.uninsubria.it/compiz/fusion-testing/qbittorrent/10/i386/qbittorrent-release-1-1.noarch.rpm
yum install qbittorrent It has x86_64 packages also. Just type the same commands as above replacing i386 with x86_64.
* Bittorrent
You could also try bittorrent
su -c ‘yum install bittorrent bittorrent-gui’
* Deluge
Deluge is a lightweight, Free Software, cross-platform BitTorrent client.
su -c ‘yum install deluge’
* Azureus
Azureus is a powerful torrent meta-search with login support for private trackers. It’s now called Vuze and has reached version 4. However in Fedora repositories you will find only Azureus version 3. Install it like this.
su -c ‘yum install azureus’
18. Other Useful Applications
* unrar
su -c ‘yum install unrar’
* FTP Client
Pretty good FTP client with ssh support.
su -c ‘yum install gftp’
Another popular FTP, FTPS and SFTP client is Filezilla. su -c ‘yum install filezilla’
* chm Reader
For GNOME users gtk based chm viewer
su -c ‘yum install gnochm’
* eMule Client
su -c ‘yum install amule’
* linuxdcpp
su -c ‘yum install linuxdcpp’
* Partition Editor
For GNOME users gtk based partition manipulation program
su -c ‘yum install gparted’
For KDE users Qt based partition manipulation program
su -c ‘yum install qtparted’
* gtkpod
A song management program for Apple’s well know iPod.
su -c ‘yum install gtkpod’
It’ll be installed under Applications -> Sound & Video -> GtkPod
* Skype
You can just visit Skype’s site and click on the Fedora 7 package. Select to open it with ‘Package Installer (Default) and you are done.
Alternatively you can install the Skype repository. Open a terminal and type:
su -c ‘gedit /etc/yum.repos.d/skype.repo’
In that file copy the following lines:
[skype]
name=Skype Repository
baseurl=http://download.skype.com/linux/repos/fedora/updates/i586/
enabled=1
gpgkey=http://www.skype.com/products/skype/linux/rpm-public-key.asc
gpgcheck=0
Now you can easily install/update skype by typing:
su -c ‘yum install skype’
su -c ‘yum update skype’
19. Accessing Windows Partitions
Fedora 10 will auto detect the Windows Partitions (FAT32, NTFS) that you may have in your computer’s hard disk and it will place an icon of them on the desktop. Moreover ntfs-3g is installed by default which means that you have read/write access in NTFS partitions also.
If you want to enable/disable write support for external and/or internal devices with only two clicks you can install ntfs-config.
su -c ‘yum install ntfs-config’
You can find it in System -> Administration -> NTFS Configuration Tool
20. Accessing Windows Shares
If you want to access the shared files of a Windows box of you LAN through Linux and also to be able to view your videos and listen to your mp3 through your local network install smb4k like this:
su -c ‘yum install smb4k’
If you have an iptables firewall running you must set Samba as a trusted service. Go to System -> Administration -> Firewall and in ‘Trusted Services’ find ‘Samba’, tick it and press ‘Apply’.
**Note: If you get a message like:
mount error 1 = Operation not permitted
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
open a terminal and type:
su -c ‘chmod u+s /sbin/mount.cifs’
su -c ‘chmod u+s /sbin/umount.cifs’
Each time you update smb4k or a samba component you have to run this command again.