Results 1 to 10 of 10
I am new to Linux. I would like to install NVU html editor on this machine. I am unsure what version of Linux to download and when downloaded how do ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-15-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 2
Installing software on Asus Eee PC
I am new to Linux. I would like to install NVU html editor on this machine. I am unsure what version of Linux to download and when downloaded how do you install as it does not seem to have an 'exe' file like Windows nor does it have a readme or install file to click. Help. Incidentally what are 'Distros' ?
- 03-15-2008 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Welcome to the forums geo-02!
Distros = distributions, meaning Linux distributions.
For minimal problems, you should always use the default package manager for the distribution that you are using to install software under Linux.
Take a look at the link in my signature for lots of information on getting started with Linux, and don't hesitate to post back should you have any other questions.oz
- 03-15-2008 #3
Hi geo-02 and welcome!
The EEE PC uses a modified vesion of Xandros Linux (another distro) and is kind of set up to be a specialized laptop that does what it does and that's it. That was the intent I think anyway, However you can download and install other Linux software onto it. Exe's are for Windows and are not made for Linux although you can run some Windows apps in Linux under Wine but that's another story.
To add software to the EEE PC, you have to start from the command line, but really it's not very hard. You do need to be aware of how the process works and the package names though if you are going to do it.
Open the "Work" tab, then open the "File Manager." Go up to "Tools" on the top task bar, then choose "Open Console Window." You will then be in the Linux command line. Ensuring you have an active Internet connection, type in:
This will bring up the synaptic package manager so you can view apps and utilities that are available. Unfortunately, Nvu isn't one of them...Code:sudo synaptic
I think the best way to install is from the .deb package. Open the terminal again and type this in:
This will download the package. After the download is complete, do:Code:wget http://nvudev.com/download/nvu-1.0.ubuntu.5.04.deb
It should install without problems. Still with the console open, type in:Code:sudo dpkg -i nvu-1.0.ubuntu.5.04.deb
...and press enter. Happy editing!Code:nvu
Last edited by Dapper Dan; 03-15-2008 at 02:21 PM.
- 03-16-2008 #4Just Joined!
- Join Date
- Mar 2008
- Posts
- 2
Installing software on Asus Eee PC/ Microsoft Money look-alike in Linux
Thank you so much for such a helpful and quick response. I have been able to install and use Nvu html editor. My next problem is how to activate/open it without going via File Manager and command line 'NVU'. Is there a way like windows to attach an icon or hyperlink so that if clicked on it will open NVU and if so which file does one attach it to?
My next search is to find a Microsoft Money lookalike in Linux and then coupled with NVU and Open Office I may be able to dispense with Microsoft alltogether!
Many thanks again
- 06-08-2008 #5Just Joined!
- Join Date
- Jun 2008
- Posts
- 1
worked real well for me too
thanks for the clear instructions!
- 06-12-2008 #6Linux Newbie
- Join Date
- Jun 2006
- Location
- Greece, Athens
- Posts
- 214
Try gnucash or kmymoney.
- 09-08-2008 #7Just Joined!
- Join Date
- Sep 2008
- Posts
- 2
another path?
i've just tried this but the path to download the file is timing out- can you suggest another? also, can you recommend any graphics software for creation of images for web pages for example?
cat
- 09-08-2008 #8Just Joined!
- Join Date
- Sep 2008
- Posts
- 2
and again....
ok,i managed to download something but when i try to run it i get this message: dpkg-deb: unexpected end of file in version number in nvu-1.0.ubuntu.5.04.deb
dpkg: error processing nvu-1.0.ubuntu.5.04.deb (--install):
subprocess dpkg-deb --control returned error exit status 2
Errors were encountered while processing:
nvu-1.0.ubuntu.5.04.deb
am i doing something wrong?
very confused new linux user
- 09-08-2008 #9forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Welcome to the forums!
The GIMP is a very popular graphics app for Linux. For some other options, take a look here:
Graphics | Linux App Finder
If you find something you are interested in, look for it in your default repositories first.oz
- 10-20-2008 #10Just Joined!
- Join Date
- Oct 2008
- Posts
- 1


Reply With Quote

