And also you can install packages using ADD or Remove Software tool provided by Fedora 10. This tool will be available under Administrator tools.
- You should be login as a root before installing packages.
- Try to first clean the yum cache.
[root@fedora10 ~]# yum clean all
Loaded plugins: refresh-packagekit
Cleaning up Everything
[root@fedora10 ~]# - Then install the package required by using the following command.
[root@fedora10 ~]# yum -y installfor example
[root@fedora10 ~]# yum -y install kdesdk*
It installs all the packages starts with kdesdk and also any dependency packages.
Install packages from DVD instead Internet
No comments:
Post a Comment