I have ubuntu, but this doesnt work

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Colo
Newbie
Newbie
Posts: 3
Joined: Thu Aug 28, 2008 2:18 pm

I have ubuntu, but this doesnt work

Post by Colo »

I follow the download steps and did everything, but when I clicked the download/install link, it gives me pop-up error: "cannot find 'wine' "

My brother also has ubuntu and he gets the same error, please help :( thanks
sixofour
Newbie
Newbie
Posts: 4
Joined: Thu Aug 28, 2008 1:37 pm

Post by sixofour »

did you:

Sudo apt-get install wine

?

After that you just type "wine" into konsole.
Colo
Newbie
Newbie
Posts: 3
Joined: Thu Aug 28, 2008 2:18 pm

Post by Colo »

tom@tom-desktop:~$ Sudo apt-get install wine
bash: Sudo: command not found
tom@tom-desktop:~$ sudo apt-get install wine
[sudo] password for tom:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package wine is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package wine has no installation candidate
tom@tom-desktop:~$
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

I have ubuntu, but this doesnt work

Post by austin987 »

On Thu, Aug 28, 2008 at 2:53 PM, Colo <[email protected]> wrote:
tom@tom-desktop:~$ Sudo apt-get install wine
bash: Sudo: command not found
tom@tom-desktop:~$ sudo apt-get install wine
[sudo] password for tom:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package wine is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package wine has no installation candidate
tom@tom-desktop:~$





Might have to enable universe repository.
sixofour
Newbie
Newbie
Posts: 4
Joined: Thu Aug 28, 2008 1:37 pm

Post by sixofour »

Code: Select all

crono@Nekron:~$ sudo apt-cache search wine
[sudo] password for crono:
tellico - collection manager for books, videos, music
tellico-data - collection manager for books, videos, music [data]
unmass - Extract game archive files
winefish - LaTeX Editor based on Bluefish
libdscaler - Video deinterlacer plugins from the DScaler project
pptview - view PowerPoint slide shows
kde-guidance - collection of KDE system administration tools for GNU/Linux
wine - Microsoft Windows Compatibility Layer (Binary Emulator and Library)
wine-dev - Microsoft Windows Compatibility Layer (Development files)
crono@Nekron:~$ sudo apt-get install wine
Reading package lists... Done
Building dependency tree
Reading state information... Done
wine is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
crono@Nekron:~$
I'm not sure what the problem is, it works for me though.
Colo
Newbie
Newbie
Posts: 3
Joined: Thu Aug 28, 2008 2:18 pm

Post by Colo »

Might have to enable universe repository.

hehe, thats Chinese to me :) I am a newbie, can you explain?:) thanks
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Colo wrote:
Might have to enable universe repository.
hehe, thats Chinese to me :) I am a newbie, can you explain?:) thanks
https://help.ubuntu.com/community/Begin ... 20software
Locked