Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

#1 2007-11-02 11:16:16 pm

tulsa_sr5
Member
Registered: 2007-11-01
Posts: 70

Successful software installs

Thought we could have a thread listing different software that installs ok, and how it was done. 

edit:  links to posts of reported working apps
google earth http://forum.eeeuser.com/viewtopic.php?pid=14602#p14602
real player 10 http://forum.eeeuser.com/viewtopic.php?pid=14602#p14602
blender 2.45 http://forum.eeeuser.com/viewtopic.php?pid=11818#p11818
vpnc http://forum.eeeuser.com/viewtopic.php?pid=12082#p12082
scumvm http://forum.eeeuser.com/viewtopic.php?pid=12085#p12085
azereus http://forum.eeeuser.com/viewtopic.php?pid=12085#p12085
gimp http://forum.eeeuser.com/viewtopic.php?pid=14240#p14240
ufraw/dcraw http://forum.eeeuser.com/viewtopic.php?pid=14240#p14240
Picasa (with minor mod)  http://forum.eeeuser.com/viewtopic.php?pid=14290#p14290
aMSN  http://forum.eeeuser.com/viewtopic.php?pid=14290#p14290
RSYNC  http://forum.eeeuser.com/viewtopic.php?pid=14290#p14290
3D Desktop  http://forum.eeeuser.com/viewtopic.php?pid=14290#p14290
vlc http://forum.eeeuser.com/viewtopic.php?id=1164
xmms http://forum.eeeuser.com/viewtopic.php?id=1164
wine http://forum.eeeuser.com/viewtopic.php?id=897 -- no DirectX
ZSNES http://forum.eeeuser.com/viewtopic.php?id=1220
audacity http://forum.eeeuser.com/viewtopic.php?pid=14938#p14938
gftp http://forum.eeeuser.com/viewtopic.php?pid=15073#p15073
freemind 7.61 http://forum.eeeuser.com/viewtopic.php?pid=15513#p15513



My main thing so far was getting Opera running.  The fit to width view is really great to prevent left-right scrolling on the small screen, plus all the other stuff I love about it. Anyway, the regular Xandros download wouldn't intall, but getting the beta of Kestral from Opera's site in tar.gz format, extracting it with the file mamnager, and running install.sh in a terminal window did work,and it seems to be working great.

hope this helps someone.

Last edited by tulsa_sr5 (2007-11-07 11:27:11 pm)


eee owner since 11-01-07
using Mandriva 2008.1

Offline

 

#2 2007-11-03 12:50:23 am

dleuen
Member
From: Denver Colorado USA
Registered: 2007-10-30
Posts: 27

Re: Successful software installs

I just installed Blender 2.45 smile. I had to add the debian mirror as for a dev environment and apt-get libalut0. After that, just downloaded blender from the web site and untared to my ext2 sd card. Sweet.

Offline

 

#3 2007-11-03 12:08:34 pm

tulsa_sr5
Member
Registered: 2007-11-01
Posts: 70

Re: Successful software installs

how is blender running for you?  I can not figure out how to work that software.

Oh, and thanks to a tip in the mythfrontend working thread (thanks adamn!) I got vpnc to install by using the command line
apt-get install vpnc
after adding debian repositories

This is great for me, as I do a lot of remote work using krdc to vnc to my automation pc's at work.  Scaling a 1600x1200 remote pc on an eee looks pretty funny, but full screen mode works nicely, it auto scrolls when the pointer hits a screen edge.

EDIT:  had an email from another forum member about a problem I always assumed was just me.  If you are able to connect with vpnc, but have trouble hitting servers on the remote network afterward, take a look at your /etc/resolv.conf file.  vpnc-connect will alter that file to use the dns servers that your vpn server gives it.  It seems like it doesn't always work though, in my case it typically leaves one of my ISPs dns servers at the top of the list causing lookups to fail.  My fix is to have a script that calls the vpn-connect program, sleeps for a few seconds, and then copies the special resolv.conf.vpn file i created over to resolv.conf.

This seems like a hack to me, so I'm open to better solutions.  Also, vpnc-disconnect will try to restore the original resolv.conf file when you end your vpn session, manually changing the file can break that too, so my vpn_disco script adds a call to the dhcp client app which should repull all that from your local router.

Last edited by tulsa_sr5 (2007-11-12 6:57:30 pm)


eee owner since 11-01-07
using Mandriva 2008.1

Offline

 

#4 2007-11-03 12:11:49 pm

elwood
Member
From: Germany
Registered: 2007-11-02
Posts: 31

Re: Successful software installs

I installed scumvm and azureus from the debian rep., both work witout problems.

Offline

 

#5 2007-11-03 12:46:29 pm

rayman
New member
Registered: 2007-11-03
Posts: 2

Re: Successful software installs

I'm very new to Linux but I would love to run Opera as my browser.  Could you give more specific instructions as to just how the install happens.  I found the Opera file you noted and downloaded it but now I am somewhat lost.  Any help with this would be greatly  appreciated.  Thanks.

A step by step approach would be best as I have NEVER installed a Linux program.

Offline

 

#6 2007-11-03 1:10:04 pm

tulsa_sr5
Member
Registered: 2007-11-01
Posts: 70

Re: Successful software installs

First a warning - I can't guarantee that I haven't broken something by doing this.  It seems fine but a problem may pop up that means I will have to reinstall the OS at some point.  Any time you mess around with installing stuff on linux there is this risk.

you can use the File Manger on the work tab to find your downloaded tar file
right click on it, select extract all
another window will open asking where to save the extracted file - i chose the user folder
once that finished I opened a terminal window with ctrl+alt+t (all 3 keys at once)
you should be in the user folder, the 'ls' command is like 'dir' in windows and will list the files.  There should be a folder named
opera-9.50-20071024.5-shared-qt.i386-1643/  or something like that
type
cd oper  (hit the tab key at this point, it should finish the rest of the directory name for you) and hit enter to change into that directory
do another ls command to see the files here, there should be an install.sh
i did
sudo sh ./install.sh
to run the install script, answered 'y' to all the questions, and it installed.  Only quirk is that I have to launch opera from the terminal window.  I'm still trying to figure out how to add desktop icons, but that may not be possible.  To launch it anytime, use ctrl+alt+t to get a terminal window, type 'opera' and hit enter to launch it.  You'll have to leave that term window open too while opera runs.


eee owner since 11-01-07
using Mandriva 2008.1

Offline

 

#7 2007-11-03 2:32:52 pm

rayman
New member
Registered: 2007-11-03
Posts: 2

Re: Successful software installs

Thanks for the quick reply.  I may give it a try later.  Would I be correct to downliad the Xandros 4.0 file in TAR.GZ format?

I can see this will be a bit of a learning curve but I really do like the Opera browser and use it on both my Windows and Mac machines.

Every time I played with Linux in the past I always was a bit put off by the Application install hoops you seemed to have to get past...  getting lazy I guess.

I noticed you were also working on getting a working Opera desktop icon... I wish you success and please keep the forum posted on your efforts.

Thanks again for your help.

Offline

 

#8 2007-11-06 3:59:14 am

ohyes
Senior Member
Registered: 2007-11-02
Posts: 306
Website

Re: Successful software installs

tulsa_sr5 wrote:

Only quirk is that I have to launch opera from the terminal window.  I'm still trying to figure out how to add desktop icons, but that may not be possible.  To launch it anytime, use ctrl+alt+t to get a terminal window, type 'opera' and hit enter to launch it.  You'll have to leave that term window open too while opera runs.

Thanks for your helpful directions.  I got it installed.  Did so under the KDE desktop ( http://wiki.eeeuser.com/howto:getkde ) and was delighted to see that Opera shows up on the Launch menu automatically, hence no need to run it in the console window.

That 'fit to width' function is really great!


John

old: 4g Pearl - 1GB DDR2 - WinXP Pro
new: 1g 1000H

Offline

 

#9 2007-11-06 7:13:30 am

mikeatboduel
Member
Registered: 2007-11-01
Posts: 37

Re: Successful software installs

I've got the Gimp (image manipulation) and UFRAW/DCRAW (RAW photo file editing) workin fine under bothe Easy and Advanced mode.

For details see the Wiki, "Photography using the Eee - The Gimp, RAW Editing".

Offline

 

#10 2007-11-06 9:01:52 am

rbeer
Member
From: Reading, UK
Registered: 2007-10-31
Posts: 25

Re: Successful software installs

If this is becoming a thread on software that works with no issues, i'd like to add:

Picasa (with minor mod)
aMSN
RSYNC
3D Desktop

Last edited by rbeer (2007-11-06 9:02:39 am)

Offline

 

#11 2007-11-06 9:42:28 am

bradlinder
Member
Registered: 2007-11-06
Posts: 38

Re: Successful software installs

How do you uninstall an application if you use sh to install it? I want to make sure that I can upgrade to the next version of Opera without leaving gunk lying around eating up memory.

Offline

 

#12 2007-11-06 1:51:40 pm

mikeatboduel
Member
Registered: 2007-11-01
Posts: 37

Re: Successful software installs

Synaptic is your friend here.  If you install using synaptic, uninstall is simple; just click on the package and select "Uninstall"

Offline

 

#13 2007-11-06 3:08:27 pm

Allan_Jones
Member
Registered: 2007-11-02
Posts: 31

Re: Successful software installs

Has anyone managed to install Audacity (an audio editor)? That's one I'd like to install when my eeepc arrives.

Allan

Offline

 

#14 2007-11-06 3:41:30 pm

thatgadgetgirl
Member
From: Canada
Registered: 2007-11-02
Posts: 39

Re: Successful software installs

I've installed Google Earth and RealPlayer 10...no probs

Offline

 

#15 2007-11-06 4:45:55 pm

bradlinder
Member
Registered: 2007-11-06
Posts: 38

Re: Successful software installs

mikeatboduel wrote:

Synaptic is your friend here.  If you install using synaptic, uninstall is simple; just click on the package and select "Uninstall"

Right. The problem is that Opera doesn't want to install through Synaptic, so I followed the directions above to download and install it from Opera's site. Unfortunately, I can't figure out how to uninstall it.

Allan_Jones: Audacity installs just fine through Synaptic.

Offline

 

#16 2007-11-06 5:19:23 pm

tulsa_sr5
Member
Registered: 2007-11-01
Posts: 70

Re: Successful software installs

really I don't think there's anything to uninstalling it other than removing the files and folders it creates in your user folder.


eee owner since 11-01-07
using Mandriva 2008.1

Offline

 

#17 2007-11-06 9:12:19 pm

bradlinder
Member
Registered: 2007-11-06
Posts: 38

Re: Successful software installs

Hmm, I removed everything it said had been installed, but I still have an Opera shortcut in my start menu. I suppose I can just delete that, but it makes me thing I must have missed something, since the shortcut has an icon, meaning there must be an icon file lying around somewhere, right?

Offline

 

#18 2007-11-06 9:17:15 pm

mkrishnan
Moderator
From: Chicago, IL, USA
Registered: 2007-11-06
Posts: 3433

Re: Successful software installs

Just as a suggestion, is it possible to edit the list of working apps as they're reported into the first post? This would make a great sticky. Perhaps if people can also report apps that have worked under WINE.


Mohan

Offline

 

#19 2007-11-06 9:30:50 pm

tulsa_sr5
Member
Registered: 2007-11-01
Posts: 70

Re: Successful software installs

you are right, it sounds like a few wiles still lying around.  I guess they are wasting a very small amount of disk space, but they shouldn't be causing any perfomance hit.


eee owner since 11-01-07
using Mandriva 2008.1

Offline

 

#20 2007-11-06 9:31:21 pm

tulsa_sr5
Member
Registered: 2007-11-01
Posts: 70

Re: Successful software installs

mkrishnan wrote:

Just as a suggestion, is it possible to edit the list of working apps as they're reported into the first post? This would make a great sticky. Perhaps if people can also report apps that have worked under WINE.

yeah, that's a great idea - I will do that

edit:  yeah it's obvious to me know that more stuff works than doesn't, prob need to start something i the wiki?

Last edited by tulsa_sr5 (2007-11-06 9:40:25 pm)


eee owner since 11-01-07
using Mandriva 2008.1

Offline

 

#21 2007-11-06 9:36:12 pm

mkrishnan
Moderator
From: Chicago, IL, USA
Registered: 2007-11-06
Posts: 3433

Re: Successful software installs

Thanks! I think this'll really help us newbies. Perhaps ultimately it can also be migrated to the Wiki once it gets sort of stable....


Mohan

Offline

 

#22 2007-11-06 9:39:28 pm

DonkeyBeliever
Senior Member
Registered: 2007-10-30
Posts: 113

Re: Successful software installs

I've just created a wiki to address this problem, also if people could start making either step by step guides on the forum or the wiki that would help us out.

The Wiki post is here, feel free to edit it!

http://wiki.eeeuser.com/list:othersoftware

Offline

 

#23 2007-11-06 9:44:02 pm

mkrishnan
Moderator
From: Chicago, IL, USA
Registered: 2007-11-06
Posts: 3433

Re: Successful software installs

Some more to add to (either) list...these are mostly reports and not instructions.

vlc http://forum.eeeuser.com/viewtopic.php?id=1164
xmms http://forum.eeeuser.com/viewtopic.php?id=1164
wine http://forum.eeeuser.com/viewtopic.php?id=897 -- no DirectX

Last edited by mkrishnan (2007-11-06 9:44:13 pm)


Mohan

Offline

 

#24 2007-11-06 9:50:09 pm

tulsa_sr5
Member
Registered: 2007-11-01
Posts: 70

Re: Successful software installs

added those too, now it's time to go check out the wiki entry you started.  I have to say i'm impressed that asus seems to have given us a great starting point, it seems most stuff just works out with regular steps to install.


eee owner since 11-01-07
using Mandriva 2008.1

Offline

 

#25 2007-11-06 9:55:47 pm

mkrishnan
Moderator
From: Chicago, IL, USA
Registered: 2007-11-06
Posts: 3433

Re: Successful software installs

Yeah, there are tons of things you can get off of the Debian stable repository that will almost certainly just work, and as people use Synaptics or apt-get to get them, I'm sure we'll see lots more reports. I'm personally also very curious about reports regarding what works in WINE. I plan on helping answer that question myself, hopefully later this week. wink

Reportedly, MSN 7 works with webcams through their Linux drivers in WINE, so that's one I am particularly curious about. smile

Last edited by mkrishnan (2007-11-06 9:56:38 pm)


Mohan

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson