d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Need Some Centos Help
Add Reply New Topic New Poll
Member
Posts: 22,818
Joined: Jan 31 2009
Gold: 10.69
Nov 13 2013 12:06pm
I don't know if anyone knows how to use this, because I got asked to install Wine on it for my work and I've never used Linux or anything like this before. Essentially, the issue that I'm running into is that I get all the way to the point where I've extracted Wine. I try to run it as a 64 bit, and it tells me that I need gcc 4.4. I have tried to download that, and found the file where it's located, but I don't know how to either update the system to see that I have it, or get rid of the old 4.1.2 gcc. I'm pretty much stuck at this point, and I could use some help. If you need anymore info, let me know
Member
Posts: 11,637
Joined: Feb 2 2004
Gold: 434.84
Nov 13 2013 12:44pm
Try:

Code

# yum clean all
# yum groupinstall “Development tools”
# yum install wine


I wouldn't try installing it manually unless you need a bleeding-edge version for a specific reason. All of this needs to be run as root or using sudo.
Member
Posts: 22,818
Joined: Jan 31 2009
Gold: 10.69
Nov 13 2013 02:06pm
Quote (rockonkenshin @ Nov 13 2013 11:44am)
Try:

Code
# yum clean all
# yum groupinstall “Development tools”
# yum install wine


I wouldn't try installing it manually unless you need a bleeding-edge version for a specific reason. All of this needs to be run as root or using sudo.


Awesome, wasn't quite it, I had to download some additional repos but I got it working! Thanks :)
Member
Posts: 11,610
Joined: Oct 28 2008
Gold: 1,795.00
Nov 13 2013 03:06pm
Quote (Tibbers @ Nov 13 2013 02:06pm)
Awesome, wasn't quite it, I had to download some additional repos but I got it working! Thanks :)


Why are you using wine in the first place? If it's for personal or development use I'd use Ubuntu/gnome, centos is built to be better used on a deployment level environment
Member
Posts: 2,969
Joined: Aug 23 2011
Gold: 575.37
Nov 24 2013 02:13am
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll