View Single Post

  #2 (permalink)  
Old 01-08-2008, 09:31 PM
codfather codfather is offline
Junior Member
User
 
Join Date: Jan 2008
My distro: Fedora 8
Posts: 1
Rep Power: 0
codfather is on a distinguished road
Default

If the command line doesn't worry you then do this

Depending on the application you have downloaded you could do the following:

You can open a terminal window in simple desktop mode by typing Ctrl+Alt+t, and then type the following.

tar xzvf <app-name> if it has been gzipped or

tar xjvf <app-name> if it has been bzipped

else do this

Use the inbuilt package management system to get the app you want, and add either Xandros or Debian application repositories.

In most cases the second option is preferably as it saves energy on dependencies etc.

Visit eeeuser.com, where many questions already have answers waiting.

hth

Cod
Reply With Quote