LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Problem in adding or removing new Software (https://www.linuxquestions.org/questions/linux-desktop-74/problem-in-adding-or-removing-new-software-476522/)

vineethshyam 08-23-2006 05:40 AM

Problem in adding or removing new Software
 
Hi I installed linux fedora FC5 on my machine.But after installation if i try to add new software its giving a message that "unable to retrieve software information".
I am using a amd64 bit processor 512 mb ram Via motherboard with onboardlan.The fc5 I installed is a 32 bit OS only

masand 08-23-2006 06:11 AM

Can you post the process that you tried to install the software?

regards

odcheck 08-23-2006 06:15 AM

Maybe your SHA checksums are corrupt? Did you check this before you install?
It's particularly useful to set up a local [core] repository in Fedora Core 5 because pirut, the standard GUI package manager application, is built on yum and will hence take files from your local repository instead of having to go to the Internet to get them - pirut currently doesn't support installation from CD/DVD natively.

sn68 08-30-2006 10:15 PM

Problem in adding removing software
 
Pirut is linked to yum and connects thru the repos (/etc/yum.repos.d/----.repo)
If you uncomment the baseurl line in the repos then pirut/pup will start working

if you only want to install from CD/DVD disable all repos and create a repo for your CD/DVD

vineethshyam 09-19-2006 01:33 AM

Quote:

Originally Posted by sn68
Pirut is linked to yum and connects thru the repos (/etc/yum.repos.d/----.repo)
If you uncomment the baseurl line in the repos then pirut/pup will start working

if you only want to install from CD/DVD disable all repos and create a repo for your CD/DVD

How van create a repo for my cd/dvd.Acutally in fc4 a add/remove gui will be opened.In fc5 that is not getting opened

sn68 09-19-2006 01:50 AM

for gui you can use yumex, it will add/remove as well as update
yum -y install yumex

To use installation DVD as repo for YUM

As root, create a .repo file in /etc/yum.repos.d, example - installcd.repo and add following lines modifying paths as necessary

[installcd]
name=Fedora Core 5 Installation DVD
baseurl=file:///media/disk
enabled=1
gpgkey=file:///media/disk/RPM-GPG-KEY
gpgcheck=1

## baseurl : give the path where the repodata folder exists
## gpgkey : give path of folder where RPM-GPG-KEY exists

save this file and run yum as root
* dvd should have a repodata folder for this to work, the installation dvd has the folder, but any dvd/cd with rpm packages without repodata folder can not be used as a repository for yum/yumex
* In addition to above you may like to check out the following link
http://www.city-fan.org/tips/YumRepoFromImages


All times are GMT -5. The time now is 11:37 PM.