Salaam everyone, i’m stuck. I’m new to fedora and was wondering how does one edit yum.conf to include the uct leg baseulrs. I know the baseurls, it’s putting them in the yum.conf file that’s troubling me. PLZ help
you need to edit /etc/yum.repos.d/fedora.repo and /etc/yum.repos.d/fedora-updates.repo, in each one:
Hello, I am having a problem adding the livna repository. I created a repo file in /etc/yum.repo.d/ called livna.repo with following content:
[livna] name=Livna $releasever - $basearch failovermethod=priority baseurl=http://ftp.leg.uct.ac.za/pub/linux/rpm-repositories/livna/fedora/$releasever/$basearch/ enabled=1 metadata_expire=7d gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna-$basearch
When I try to refresh my package list it gives me this error:
Cannot retrieve repository metadata (repomd.xml) for repository: livna. Please verify its path and try again
Any idea where its going wrong. Appreciate any help.
The baseurl for livna should be http://ftp.leg.uct.ac.za/pub/linux/rpm-repositories/livna/repo/$releasever/$basearch/
Sorry, that’s a mistake on our mirror page; I’ll fix it now.
off the top of my head...
you need to edit /etc/yum.repos.d/fedora.repo and /etc/yum.repos.d/fedora-updates.repo, in each one:
Fedora 12 Livna Setup
Hello,
I am having a problem adding the livna repository. I created a repo file in /etc/yum.repo.d/ called livna.repo with following content:
[livna]
name=Livna $releasever - $basearch
failovermethod=priority
baseurl=http://ftp.leg.uct.ac.za/pub/linux/rpm-repositories/livna/fedora/$releasever/$basearch/
enabled=1
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna-$basearch
When I try to refresh my package list it gives me this error:
Cannot retrieve repository metadata (repomd.xml) for repository: livna. Please verify its path and try again
Any idea where its going wrong. Appreciate any help.
The baseurl for livna should
The baseurl for livna should be http://ftp.leg.uct.ac.za/pub/linux/rpm-repositories/livna/repo/$releasever/$basearch/
Sorry, that’s a mistake on our mirror page; I’ll fix it now.