Issue – Installation is slow
Solution 1:
To speed up the installation process you can install YUM Extender, it is the latest version of YUM. It is available in the default Fedora repository. To install YUM Extender or YUMEX just type the following command.#yum install yumex -y
Note: Install this package as root. To switch to root user use “su” command.
Solution 2:
The other method is installing AppCenter for Fedora. To do so follow below steps.
1. Switching to root user
#su
2. Installing Wget
#yum install wget
#wget -P/etc/yum.repos.d/ http://sourceforge.net/projects/appcenterfedora/files/fedora/appcenter.repo
#yum update
#yum install appcenter
3. To configure YUM with fast mirrors
#yum install yum-fastestmirror
No comments:
Post a Comment