install


 
Thread Tools Search this Thread
Operating Systems Linux install
# 1  
Old 03-27-2008
install

since i am a newbie to linux im still learning
im trying to install wine and other things using the
$ yum install wine
but the terminal says


[texasone@localhost texasone]$ yum install wine
Gathering header information file(s) from server(s)
Server: Fedora Core 1 - i386 - Base
Error - /var/cache/yum/base/header.info cannot be found
Please ask your sysadmin to update the headers on this system.

can someone tell me how to update the header
# 2  
Old 03-28-2008
Hi Texasone, the error message indicates that your system / kernel files are old, and you have to update them.
First, execute "yum clean all" to clean the old installation files and headers, then run "yum update" - it will update your system - that may be a long process. If this approach doesn't work for some reasons, install the kernel headers :
Code:
yum install kernel-source-`uname -r`
yum install kernel-dev-`uname -r`

or, as a last resort, find the RPM package for Wine, and execute :
Code:
rpm -Uvh the-path-to-wine.rpm

# 3  
Old 03-28-2008
i am using a package of wine
i followed the instructions for install/build in the readme file and i the following commands in the terminal/prompt

[texasone@localhost ~]$ su
Password: ******
[root@localhost texasone]# /home/texasone/wine/wine-0.9.58/tools/wineinstall
WINE Installer v0.75

You're running this from the wrong directory.
Change to the Wine source's main directory and try again.


how should i go about this problem
or is there a better program for linux for using .exe files

Last edited by Texasone; 03-30-2008 at 07:40 PM..
# 4  
Old 03-30-2008
okay
i just tried the "yum" command approach and i updated my headers (yum update)
now it says that i done have enough arguments


[root@localhost texasone]# yum install wine
Setting up Install Process
Setting up Repos
base 100% |=========================| 1.1 kB 00:00
updates-released 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
base : ################################################## 2622/2622
updates-re: ################################################## 910/910
Parsing package install arguments
No Match for argument: wine
Nothing to do
# 5  
Old 03-31-2008
"Nothing to do" means no match for download. Use "yum install wine*" with the " * " to match them all, or go here, select a package, download it and install via "rpm -Uvh package-name.rpm"
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

Install software in another directory with smitty install

Hello, I would like to ask if someone knows if is possible to install sofware via smitty or installp in another directorie , or we have to accept the default location? i would like to intall in /opt folder , but smitty installed it in /usr Thanks in advance (4 Replies)
Discussion started by: prpkrk
4 Replies

2. Fedora

Make check install and make all install

hi dear i want to know what is different between make check install and make all install? thanks in advane fereshte (3 Replies)
Discussion started by: komijani
3 Replies

3. Red Hat

Install Red Hat 4.2 (Not Enterprise) from install tree

Hi guys I would like to install Red Hat Linux 4.2 on my old box (pIII). However there is a problem: i can't find the .iso image anywhere in the Net, all the material that i've found is (i think) an install tree of the OS. It will be possible for me to install the OS from that install tree? ... (3 Replies)
Discussion started by: mk2soldier
3 Replies

4. Red Hat

CentOS 6.1 base install (like FreeBSD base install)?

Hello, What is the simplest way to install CentOS 6.1 with console base-system only using official LiveDVD image on VirtualBox machine? I'd like to get simplest console with network support like FreeBSD base installation. Then, install services which I need. The installer jest extracts the... (2 Replies)
Discussion started by: newbie_develope
2 Replies

5. Solaris

Solaris 10 install dvd drive boots, but not recoginized by install process

I am trying to build a Sun Ultra 10 with solaris 10. This computer is one of a collection that was donated to the non-profic company I work for. All media was wiped before I recieved them, so I am starting from stratch. I downloaded the Solaris 10 ISO and burned a DVD. The computer came with a... (4 Replies)
Discussion started by: gwillhight
4 Replies

6. Linux

install macbook pro fedora10 ???((<<if can install, how to install? >> ))

If may install can Tells everybody ??? (0 Replies)
Discussion started by: kzBSD
0 Replies

7. Debian

Can't install g++

Yo chaps. So. While I was trying to compile lighttpd from source (first time I've ever been so brave) I ran across this error: "C compiler cannot create executables" I Googled around a bit and found someone suggesting that the error came from not having g++ installed. Which makes sense. ... (3 Replies)
Discussion started by: nottrobin
3 Replies

8. HP-UX

Oracle 9i install: Error in invoking target install of makefile

I receive an error while installing Oracle 9i: Error in invoking target install of makefile /opt/oracle/product/9.2.0/sqlplus/lib/ins_sqlplus.mk Furthermore: $ whoami oracle $ echo $ORACLE_HOME /opt/oracle/product/9.2.0 $ pwd /opt/oracle/product/9.2.0/sqlplus/lib $ ll total... (5 Replies)
Discussion started by: chris2005
5 Replies
Login or Register to Ask a Question