LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-11-2008, 12:37 AM   #1
howardap
LQ Newbie
 
Registered: Sep 2008
Posts: 1

Rep: Reputation: 0
Help needed for selecting and installing Linux basic software


I need help selecting a Linux operating system and internet browser that can run, or compile and run, Visual Basic programs. It should also run some Windows software.

I have been providing children (6-14) year olds in this low income community, free computers. I have been using Win ME because I could find it free.

The kids go online using my wireless, and also use educational software I have written using VB4 (I have version 8 but am just starting to use it. I build these computers using the least expensive new motherboard/cpu combinations with a mixture of new and used componants.I keep Ghost images so that I can quickly restore these computers when the kids mess them up. I have been installing Open Office, which works fine.


I will appreciate knowing which combinations of software I should use that is reilable and simple to install.
I need a Linux operating system and browser that would replace the old Windows. (Old Windows versions are hard to get legal copies now.)


Thanks

Howardap
 
Old 09-11-2008, 12:53 AM   #2
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,358

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
You'll need an MS compatibility option eg http://www.winehq.org/.
See also this page:http://www.codeweavers.com/products/differences/
 
Old 09-11-2008, 01:00 AM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
to have Microsoft(tm) Visual Basic(tm) programs run install win xp
they will not run on Linux.
But you can rewright them as a shell script ( *.sh)

to run some win.exe program's install wine on any Linux diotro .
http://www.winehq.org/
They may or may not run . If the windows program requires direct X then a fully Open GL 2 complaint 3d card must be installed , that means a new Nvidia card .Wine requires GL2 to emulate win direct x .
As for a web browser almost all if not all Linux install dvd's/cd's come with Firefox 2 or 3
for low end hardware ( except for the $300 - $500 nvidia card )
look at " Puppy Linux "
http://www.puppylinux.org/
"Damn Small Linux"
http://www.damnsmalllinux.org/
Xubuntu
http://www.xubuntu.org/

Last edited by John VV; 09-11-2008 at 01:02 AM.
 
Old 09-11-2008, 01:02 AM   #4
gankoji
Member
 
Registered: Nov 2007
Location: Southern California
Distribution: Slackware-13.0 x86_64, Slackware 12.2, slackware64-current
Posts: 225

Rep: Reputation: 35
Smile

Kudos, Howard, for your program and providing computers to kids, especially now since you want to start into linux. Linux isn't going to be "easy" in this case, bc you will have some issues, specifically in that VB 4 apps aren't supported very well in wine (a windows compatibility suite that allows to run lots of windows programs on linux). You have a few options when it comes to your educational software.

1. You can check the app database at www.winehq.com and see if wine supports any versions of the VB runtime. If that's the case, then you can install the VB runtime program and your programs should work fine.

2. You can look into updating your programs to a more recent version of VB, such as VB.NET. the .NET framework has been recently supported by the developers of wine, using only one extra programs (mono) as far as I know. If you can do this, it will more than likely make your headaches fewer and further between.

Other than the educational software you have mentioned, you shouldn't have any other problems with any version of linux you choose, as they all come pre-packaged with decent web browsers (firefox, konqueror, and seamonkey to name a few). You can look into Ubuntu and Fedora, as they are both well supported and well documented on their forums.

For wireless cards, you can check here, linuxforums.org and any other forums site, as well as a few driver dev sites, for information regarding the cards that are currently supported in linux. Linux is infamous for not having good support for wireless cards, but more cards are being added to the compatibility list every day.

If there are any other problems you run into or questions that you have, feel free to let us know here. There's always someone willing to help you through a problem.
 
Old 09-11-2008, 01:06 AM   #5
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Hello.

Quote:
Originally Posted by howardap View Post
I have been providing children (6-14) year olds in this low income community, free computers. I have been using Win ME because I could find it free.

The kids go online using my wireless, and also use educational software I have written using VB4 (I have version 8 but am just starting to use it. I build these computers using the least expensive new motherboard/cpu combinations with a mixture of new and used componants.I keep Ghost images so that I can quickly restore these computers when the kids mess them up. I have been installing Open Office, which works fine.
It's not a trivial question this one that you make here. No linux version can run windows software natively. Being that said, you can use wine to run *some* windows programs. You will need to test your programs to see if they can work in wine.

However, this is not what I call a long term solution. A long term solution would be to use a linux native language to develop your software from now on, instead of learning a new VB version. Note that most times (not always, but most times) wine will run better older software. If you want to use the latest and greates VB version then you are likely to have more problems.

If you are proficient with VB, you might want to try GAMBAS: http://gambas.sourceforge.net/

It is not an VB clone, but it's very similar, and porting your applications should be possible with minimal effort. Then those apps would run natively under linux, and you wouldn't have problems in that regard.




About web browsers, I doubt you will have problems. Most of the famous browsers that are available under windows (firefox, opera) can be used under linux. And there are many more options.



Let us know an average of the hardware that this will be running on, so we can suggest you some distros that can fit the power of your hardware adequately.



All in all, I wish you luck on your new quest.

Welcome.
 
Old 10-10-2008, 03:13 AM   #6
Fred Caro
Senior Member
 
Registered: May 2007
Posts: 1,007

Rep: Reputation: 167Reputation: 167
hardup helper

Dear Sir/Madam,
ah hem. This is a problem I have encoutered (work for a charity) in that you cannot really afford the Microsoft licience fees but compatability with their peers is a problem. Wine 1 is easier to install than previous verions but to explain it to others takes time.
Open Office is a good compromise as this is largely compatable with Windows and represents the essential common usage. Games can be played on a native version in many cases and are free over the internet.
It is perhaps worth noting that the Gui is much the same on Windows as Linux but bare in mind icons/graphics are copy-writable where as numbers and dictioary words are not, therefore, there are slight alterations but they are slight.
Easiest to use Linux include: Mandriva (includes 3D ) Mepis and Suze.

Fred.
 
  


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
Selecting And Burning Software ISO Packages, Then Installing? Novatian Debian 1 05-11-2008 05:59 PM
6. Installing Basic System Software--- GCC-3.4.1 ukyo Linux From Scratch 8 06-13-2005 08:34 PM
Selecting a VERY basic installation ticpg Mandriva 3 05-23-2005 12:09 AM
basic redhat software installing question brewhaha Linux - Software 1 07-03-2002 12:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:04 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