Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 14-06-2006, 09:59 PM   #1 (permalink)
In The Zone
 
Join Date: Mar 2005
Location: Right behind you...
Posts: 218
Default 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
Techmastro is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 14-06-2006, 10:33 PM   #2 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default 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/
mehulved is offline  
Old 14-06-2006, 11:18 PM   #3 (permalink)
In The Zone
 
Join Date: Mar 2005
Location: Right behind you...
Posts: 218
Default Re: Unable to install Wine

Yes i did exactly same. I also tried the same from synaptic package manager bt recieved same error msg
Techmastro is offline  
Old 15-06-2006, 12:36 AM   #4 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default 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.
mehulved is offline  
Old 15-06-2006, 01:30 AM   #5 (permalink)
In The Zone
 
Join Date: Mar 2005
Location: Right behind you...
Posts: 218
Default Re: Unable to install Wine

Thanx a lot buddy
Yes problem lies with source list only.
Techmastro is offline  
Old 15-06-2006, 03:00 PM   #6 (permalink)
Right Off the Assembly Line
 
Join Date: Jun 2006
Posts: 21
Default Re: Unable to install Wine

What's wine
teen is offline  
Old 15-06-2006, 04:30 PM   #7 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default 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.
mehulved is offline  
Old 15-06-2006, 04:48 PM   #8 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default 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!!
JGuru is offline  
Old 15-06-2006, 05:06 PM   #9 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default 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/.
mehulved is offline  
Old 15-06-2006, 05:19 PM   #10 (permalink)
In The Zone
 
Join Date: Mar 2005
Location: Right behind you...
Posts: 218
Default 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
Techmastro is offline  
Old 15-06-2006, 08:08 PM   #11 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default 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.
mehulved is offline  
Old 16-06-2006, 02:23 AM   #12 (permalink)
In The Zone
 
Join Date: Mar 2005
Location: Right behind you...
Posts: 218
Default 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)
Techmastro is offline  
Old 16-06-2006, 02:41 AM   #13 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default 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.
mehulved is offline  
Old 16-06-2006, 06:59 AM   #14 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post 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
praka123 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by topgear

Advertisement




All times are GMT +5.5. The time now is 08:45 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2