Locke023 wrote:It goes on for quite awhile. Im not sure whats causing this. But, assuming its my fault, i blame all the previous websites i used for setting up Repos before i found this site.
Indeed.
Is there a way i can erase all the repos ive done and go back to default so i can start fresh again?
Sure ... the listing that appears as gibberish (all-20071007.tar.bz2) is an archive -- not a regular text file -- so that's why it looks so odd. And the Adobe repo is of no use for PPC Linux.
We should probably start with a listing of the files you have in that directory and go from there...
- Code: Select all
ls /etc/yum.repos.d
I'd remove anything except for the yellowdog-* repo files. For example, to delete the adobe one:
- Code: Select all
su
<root password>
- Code: Select all
cd /etc/yum.repos.d
- Code: Select all
rm adobe*
And that archive and the folder it created when you extracted it:
- Code: Select all
rm -rf all*
(this command will delete all files and folders beginning with "all")
Get rid of everything in the /etc/yum.repos.d folder until you're left with yellowdog-base.repo, yellowdog-updates.repo, and yellowdog-extras.repo, then we can look at the printout again:
- Code: Select all
more /etc/yum.repos.d/*