LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-19-2011, 06:01 AM   #1
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,340

Rep: Reputation: 62
How do I install Wine on Ubuntu 10.10?


I tried the GUI package tool,and I can't figure it out.....
 
Old 01-19-2011, 06:04 AM   #2
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hi,

The GUI package is installed on top of the compatibility layer. Wine is a command line tool. Did you install (or did it get autoinstalled) the wine package?

Kind regards,

Eric
 
Old 01-19-2011, 07:35 AM   #3
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,340

Original Poster
Rep: Reputation: 62
Quote:
Originally Posted by EricTRA View Post
Hi,

The GUI package is installed on top of the compatibility layer. Wine is a command line tool. Did you install (or did it get autoinstalled) the wine package?

Kind regards,

Eric

No, I'm only running off the live CD, I haven't installed it yet. I just want this info for the future, when I DO install it. I just need to know how to use Synaptic. How do I SEARCH for Wine?
 
Old 01-19-2011, 07:40 AM   #4
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello,

In the menu you have an option called Ubuntu Software Center. Start that one up and in the search box (top right) type wine. That will give you some packages you can install. One of them will be the stable version and another one the beta version. Click on the one you want to install and then on the Install button.

That's one way. Using Synaptic you type in the search box (top right) wine and you'll get a similar list. Click on the check box at the beginning of the line and then in the pull down menu Mark for installation. When you've selected everything you wish to install, click on the apply button.

Or, from the command line:
Code:
sudo apt-get install wine
Kind regards,

Eric
 
Old 01-20-2011, 01:50 AM   #5
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,340

Original Poster
Rep: Reputation: 62
Quote:
Originally Posted by EricTRA View Post
In the menu you have an option called Ubuntu Software Center.
Sorry I can't find it - I have *Ubuntu One* in the menu, which asks me for a password...

Or will this option only be there once I *install* it?


And the cmd line doesn't work either:" E: Unable to locate package wine"

Last edited by resetreset; 01-20-2011 at 01:51 AM.
 
Old 01-20-2011, 04:03 AM   #6
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by resetreset View Post
Sorry I can't find it - I have *Ubuntu One* in the menu, which asks me for a password...

Or will this option only be there once I *install* it?


And the cmd line doesn't work either:" E: Unable to locate package wine"
Hi,

Are you running the netbook edition of Ubuntu 10.10? When you tried in the terminal, did you sync the repos first before attempting to install? Try:
Code:
sudo apt-get update
sudo apt-get install wine
Not sure if this will work from a LiveCD since everything you'll be doing only will exist in memory for the duration of your session. If you want/need this, then better install to harddisk.

Kind regards,

Eric
 
Old 01-21-2011, 12:16 AM   #7
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,340

Original Poster
Rep: Reputation: 62
What does "sudo apt-get update" do?
 
Old 01-22-2011, 01:03 AM   #8
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello,

In easy terms explained, sudo apt-get update synchronizes what you have installed with what's available in the repositories of your distro. After that you can run sudo apt-get upgrade to apply the differences (newer versions) of packages installed on your system. Have a look at this documentation at Debian.org for more details about Debian package management. Although Ubuntu has lots of differences compared to Debian, it's still based on it and uses the same package management system, so the information from that documentation applies.

Kind regards,

Eric
 
Old 01-22-2011, 03:45 AM   #9
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,340

Original Poster
Rep: Reputation: 62
OK, I found the Software Centre, it was right there, I must be getting stupid or something
But when I search for Wine, it says: Wine 1.2 is not available for this type of computer (i386).
What next? Maybe I shouldn't install Ubuntu....
 
Old 01-22-2011, 10:34 AM   #10
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello,

The latest stable release on the Wine website is 1.2.2. I don't know if that's available in the repository for your version of Ubuntu. If you run:
Code:
sudo apt-get install wine
you'll get the version from your repository which should be 1.2 according to their site (http://packages.ubuntu.com/search?ke...ck&section=all)

Kind regards,

Eric
 
Old 01-23-2011, 01:28 AM   #11
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,340

Original Poster
Rep: Reputation: 62
This is the error message I'm getting when I do that -

ubuntu@ubuntu:~$ sudo apt-get install wine
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package wine
 
Old 01-23-2011, 02:24 AM   #12
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello,

Did you run
Code:
sudo apt-get update
before trying to install? If so what where the errors if any?

Kind regards,

Eric
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to install wine in ubuntu 9.1? abhigarg28 Linux - Newbie 5 03-17-2010 02:33 AM
Unable to install wine 9.22 on Ubuntu 6.06 WhiskeyTangoFoxtrot Linux - Software 1 10-05-2006 08:11 PM
wine install help on ubuntu adamf4i Linux - Games 2 08-24-2006 12:27 AM
Error trying to install Wine on Ubuntu robogymnast Linux - Software 3 07-24-2006 01:18 PM
Wine on x86_64 Ubuntu install help Nox_hand Ubuntu 4 12-25-2005 09:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:56 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration