 |
14-06-2006, 09:59 PM
|
#1 (permalink)
|
|
In The Zone
Join Date: Mar 2005
Location: Right behind you...
Posts: 218
|
Unable to install Wine
Hello all,
I recently switched to Ubuntu version 6. Though i successfully installed most of the softwares needed bt i m unable to install wine.
I gives error msg "bad header [some ip address]". Though i updated my sourcelist etc (as suggested by some frnd)
Can u plz help me out. I m complete novice
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
14-06-2006, 10:33 PM
|
#2 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: Unable to install Wine
Can you describe the steps taken?
Did you do
Code:
sudo apt-get update
then do
Code:
sudo apt-get install wine
You can also install winetools, which is really helpful.
Then you can check out http://frankscorner.org/
|
|
|
14-06-2006, 11:18 PM
|
#3 (permalink)
|
|
In The Zone
Join Date: Mar 2005
Location: Right behind you...
Posts: 218
|
Re: Unable to install Wine
Yes i did exactly same. I also tried the same from synaptic package manager bt recieved same error msg
|
|
|
15-06-2006, 12:36 AM
|
#4 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: Unable to install Wine
Check your sources.list with the one here www.ubuntuguide.org.
I think you have some bad server in sources.list so it's not updating properly and giving errors.
|
|
|
15-06-2006, 01:30 AM
|
#5 (permalink)
|
|
In The Zone
Join Date: Mar 2005
Location: Right behind you...
Posts: 218
|
Re: Unable to install Wine
Thanx a lot buddy 
Yes problem lies with source list only.
|
|
|
15-06-2006, 03:00 PM
|
#6 (permalink)
|
|
Right Off the Assembly Line
Join Date: Jun 2006
Posts: 21
|
Re: Unable to install Wine
What's wine
|
|
|
15-06-2006, 04:30 PM
|
#7 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: Unable to install Wine
WINE stands for WINE is not an emulator. It is also called as WINdows Emulator.
It lets you run windows apps under linux.
|
|
|
15-06-2006, 04:48 PM
|
#8 (permalink)
|
|
Wise Old Owl
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
|
Re: Unable to install Wine
Try CrossOver Office. You can install IE 6.0, Dreamweaver, Office 2003,
PhotoShop 7.0 etc., It sure rocks!! Checkout the below link for more details.
http://www2.codeweavers.com/
Now run Windows applications on Linux!!
|
|
|
15-06-2006, 05:06 PM
|
#9 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: Unable to install Wine
Quote:
|
Originally Posted by JGuru
Try CrossOver Office. You can install IE 6.0, Dreamweaver, Office 2003,
PhotoShop 7.0 etc., It sure rocks!! Checkout the below link for more details.
http://www2.codeweavers.com/
Now run Windows applications on Linux!!
|
Just in case you don't want to spend use can use wine and winetools to install all of the above. Just check http://frankscorner.org/.
|
|
|
15-06-2006, 05:19 PM
|
#10 (permalink)
|
|
In The Zone
Join Date: Mar 2005
Location: Right behind you...
Posts: 218
|
Re: Unable to install Wine
Guys can u tell me hw to install downloaded packages. I have downloaded few packages having .tar.gz extension bt i m stuck on hw to install them.
Secondly i m unable to edit my menu using "alacarte menu editor" i m currently using root account & changes are nt reflected
|
|
|
15-06-2006, 08:08 PM
|
#11 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: Unable to install Wine
To untar and unzip .tar.gz packages use
Code:
tar xzvf <package name>
Then there will be a directory created cd to that directory. There will be a README file in which instructions will be given on how to proceed.
In Ubuntu don't use root account, rather use sudo to carry out administrative tasks.
Try logging out and logging back in that might show the changes in your menu.
|
|
|
16-06-2006, 02:23 AM
|
#12 (permalink)
|
|
In The Zone
Join Date: Mar 2005
Location: Right behind you...
Posts: 218
|
Re: Unable to install Wine
Even logging out does nt change the menu.
Problem is quite confusing if i change any submenu under internet thn it is reflected immediately bt if i m unable to change sub menu options under administration title. neither i can add any new menu title like add/remove application
one more querry if i install any packages thn where are they get installed i mean hw can i access thm if they didnt turn up at menu. (same as if we install any application in windows thn by default it goes to c:\program files)
|
|
|
16-06-2006, 02:41 AM
|
#13 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: Unable to install Wine
Press alt + F2, for run command. You can then type the name of the program.
Or you can type it from command line too.
|
|
|
16-06-2006, 06:59 AM
|
#14 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
Re: Unable to install Wine
For reference,am posting my /etc/apt/sources.list below:
Code:
prakash@prakash-desktop:~$ cat /etc/apt/sources.list
deb file:/var/cache/apt-build/repository apt-build main
# Automatically generated sources.list
# http://www.ubuntulinux.nl/source-o-matic
#
# If you get errors about missing keys, lookup the key in this file
# and run these commands (replace KEY with the key number)
#
# gpg --keyserver subkeys.pgp.net --recv KEY
# gpg --export --armor KEY | sudo apt-key add -
# Ubuntu supported packages (packages, GPG key: 437D05B5)
deb http://in.archive.ubuntu.com/ubuntu dapper main restricted
deb http://in.archive.ubuntu.com/ubuntu dapper-updates main restricted
deb http://security.ubuntu.com/ubuntu dapper-security main restricted
# Ubuntu community supported packages (packages, GPG key: 437D05B5)
deb http://in.archive.ubuntu.com/ubuntu dapper universe multiverse
deb http://in.archive.ubuntu.com/ubuntu dapper-updates universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security universe multiverse
# Seveas' packages (packages, GPG key: 1135D466)
deb http://seveas.theplayboymansion.net/seveas dapper-seveas all
# Cipherfunk multimedia packages (packages, GPG key: 33BAC1B3)
deb ftp://cipherfunk.org/pub/packages/ubuntu/ dapper main
# Penguin Liberation Front (packages)
deb ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf/ dapper free non-free
# The Opera browser (packages)
deb http://deb.opera.com/opera etch non-free
prakash@prakash-desktop:~$
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|