Results 1 to 10 of 11
hi
i m using fedora6.
when i type the following command in terminal........
$yum install wine
this is i m getting...(
Loading "installonlyn" plugin
Setting up Install Process
Setting up ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-31-2007 #1Just Joined!
- Join Date
- Jun 2007
- Posts
- 24
Installing Wine with YUM
hi
i m using fedora6.
when i type the following command in terminal........
$yum install wine
this is i m getting...(
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
livna 100% |=========================| 2.1 kB 00:00
macromedia 100% |=========================| 1.9 kB 00:00
adobe-linux 100% |=========================| 951 B 00:00
core 100% |=========================| 1.1 kB 00:00
http://fedora.inode.at/updates/6/i38...ta/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
Trying other mirror.
updates 100% |=========================| 1.2 kB 00:00
http://download.skype.com/linux/repo...ta/repomd.xml: [Errno 14] HTTP Error 404: Server: nginx/0.5.14
Date: Tue, 31 Jul 2007 19:51:19 GMT
Content-Type: text/html
Content-Length: 1292
X-Cache: MISS from bichitra.iitg.ernet.in
Proxy-Connection: close
Trying other mirror.
Error: Cannot open/read repomd.xml file for repository: skype )
not only this command, when i try to install anything with yum, i m getting the same.
what is the problem????
how to resolve it????
- 08-01-2007 #2
try
command while you are root.Code:yum install wine
- 08-01-2007 #3You have installed a lot of useless repos and Yum is not working properly because of that.
Originally Posted by veda82
Post the output of this
Code:ls /etc/yum.repos.d
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-02-2007 #4Just Joined!
- Join Date
- Jun 2007
- Posts
- 24
see this, and tell me which are useless, how can i make my yum working properly.
[root@kakarla ~]# ls /etc/yum.repos.d
adobe-linux.repo fedora-extras.repo livna.repo
dries.repo fedora-legacy.repo livna-testing.repo
fedora-core.repo fedora-updates.repo macromedia.repo
fedora-development.repo fedora-updates-testing.repo newrpms.repo
fedora-extras-development.repo livna-devel.repo skype.repo
[root@kakarla ~]#
- 08-02-2007 #5
Log in as root and move these repo files to someother place
After moving those repos, execute thisadobe-linux.repo dries.repo fedora-legacy.repo livna-testing.repo macromedia.repo newrpms.repo livna-devel.repo skype.repo
Try to install any package.Code:yum clean all
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-03-2007 #6Just Joined!
- Join Date
- Jun 2007
- Posts
- 24
i followed your instructions exactly. and then i tried to install wine with yum. but this time it tried a lot of mirrors. but every mirror gone to time out. finally it is saying like this.
ftp://mirrors.tummy.com/pub/rpm.livn...ta/repomd.xml: [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Trying other mirror.
Error: Cannot open/read repomd.xml file for repository: livna
[root@kakarla ~]#
see this. and help me
- 08-03-2007 #7
Remove Livna.repo /etc/yum.repos.d folder and re-install it.
Execute this
Code:rpm -Uvh http://rpm.livna.org/livna-release-6.rpm yum clean all
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-03-2007 #8Just Joined!
- Join Date
- Jun 2007
- Posts
- 24
no use, i typed as you said. this is i m getting.
[root@kakarla ~]# rpm -Uvh http://rpm.livna.org/livna-release-6.rpm
Retrieving http://rpm.livna.org/livna-release-6.rpm
error: skipping http://rpm.livna.org/livna-release-6.rpm - transfer failed - Unknown or unexpected error
Segmentation fault
[root@kakarla ~]#
is there any chance to get back my orignal yum like the fresh one, which we have after fresh installation of linux.
- 08-03-2007 #9
Did you remove Livna.repo file from /etc/yum.repos.d folder?
Execute this:
In case it doesn't work, Execute thisCode:rpm -i http://rpm.livna.org/livna-release-6.rpm yum clean all
Post output here.Code:less /etc/fedora-release
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-03-2007 #10Just Joined!
- Join Date
- Jun 2007
- Posts
- 24
this is the o/p:
[root@kakarla ~]# more /etc/fedora-release
Fedora Core release 6 (Zod)
[root@kakarla ~]#
what is the meaning we can understand from this o/p? plz tell me.
.................................................. .................................................. ................................
i m sorry for troubling u. many thanks for your Patience.
rpm -i http://rpm.livna.org/livna-release-6.rpm
yum clean all
with these two i m getting result. only thing i modified is : i set the proxy settings in ( /etc/profile) and ( .bash_profile) files.
then it is working nicely. thank you very much.
but i have some doubts:
1. for yum configuration, in which file i need to put proxy settings really?, i mean in (.bashrc) or in (.bash_profile) or in ( /etc/profile).
2. i installed wine successfully through yum, then how to use it? where can i found it?
3. in windows if any thing we installed, that we can find (shortcut icons) in program files folder. in linux where we can find these?
finally once again thanks for your help


Reply With Quote
