Results 1 to 10 of 15
Hello,
I'm newbie.
I would wish to install Wine on Fedora Core 3. how I must make? Is there a documentation for that?
Thanks you for your response.
Manue85...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-17-2006 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 8
install Wine
Hello,
I'm newbie.
I would wish to install Wine on Fedora Core 3. how I must make? Is there a documentation for that?
Thanks you for your response.
Manue85
- 07-17-2006 #2Linux User
- Join Date
- Jun 2006
- Posts
- 311
Hi manue85,
On Fedora Core 3, if you use YUM, you can install Wine by running
$ yum -y install wineThe documentation is right there on Wine website as a HOWTO : -I would wish to install Wine on Fedora Core 3. how I must make? Is there a documentation for that?
http://www.winehq.com/site/howto
Or else, you can also read the README file that comes with the source to know how to install from source.
With Regards,
Thinker
- 07-17-2006 #3Just Joined!
- Join Date
- Jul 2006
- Posts
- 8
When i install wine by yum, i have this message
I had installed wine by package rpm, but i don't have the directory .wine and winecfg file.you have enabled checking of packages via GPG keys. This is a good thing. However, you do not have any GPG public keys installed. You need to download the keys for packages you wish to install and install them.
You can do that by running the command:
rpm --import public.gpg.key
- 07-17-2006 #4Linux User
- Join Date
- Jun 2006
- Posts
- 311
Hi manue85,
Read the posts in the following thread and try what is mentioned in it for problem that you have with YUM : -
http://www.linuxforums.org/forum/red...using-yum.html
With Regards,
Thinker
- 07-20-2006 #5Just Joined!
- Join Date
- Jul 2006
- Posts
- 8
I run the following commands :
then, i run this command :rpm --import /usr/share/doc/fedora-release-3/RPM-GPG-KEY*
and i have this error :yum -y install wine
Setting up Install Process
Setting up Repo: base
Cannot find a valid baseurl for repo: base
- 07-20-2006 #6
hi manue85 !!
/etc/yum.repos.d/
Originally Posted by manue85
this directory contains yum configuration files...
open yum.conf...
[core]
check enabled... i think its 0...
it should be 1
enabled=1
remove # sign from base url line...
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-20-2006 #7Just Joined!
- Join Date
- Jul 2006
- Posts
- 8
The URL in the BaseUrl is not good.
to that corresponds BaseUrl?
Manue85
- 07-20-2006 #8Linux User
- Join Date
- Jun 2006
- Posts
- 311
Hi manue85,
Do you use proxy for connecting to internet?
With Regards,
Thinker
- 07-20-2006 #9Just Joined!
- Join Date
- Jul 2006
- Posts
- 8
yes, i use a proxy for my connection to Internet.
My Fedora Core 3 is installed on Virtual PC.
- 07-20-2006 #10Linux User
- Join Date
- Jun 2006
- Posts
- 311
Hi manue85,
You need to export the variable http_proxy with your proxy settings for YUM to work properly.
Open a terminal, and run the following
Now run YUM to install/update/remove packages. So that you do not have to do this every time, you can add those two lines to your .bashrc file in the home directory, so that they are executed every time you launch a terminal.$ http_proxy=yourproxy:port_number
$ export http_proxy
With Regards,
Thinker


Reply With Quote
