Results 1 to 7 of 7
Actually I have two questions related to the same thing.
1. How do you install a program that was downloaded to the desktop? Everytime I down load a program it ...
- 12-06-2006 #1Just Joined!
- Join Date
- Oct 2006
- Location
- The Bricks
- Posts
- 59
how to install a program from the desktop linux
Actually I have two questions related to the same thing.
1. How do you install a program that was downloaded to the desktop? Everytime I down load a program it goes to the desktop and I haven't been able to figure out how to run it while it is on the desktop.
2. How do you change where the file is downloaded? By default they always end up on the desktop. I would like to know how to change it to my liking.
- 12-06-2006 #2for package installation, all depends on package's format type. check this tutorial 'Installing Softwares in Linux'1. How do you install a program that was downloaded to the desktop? Everytime I down load a program it goes to the desktop and I haven't been able to figure out how to run it while it is on the desktop.
which package are you using for downloading?2. How do you change where the file is downloaded? By default they always end up on the desktop. I would like to know how to change it to my liking.
for FireFox, Edit -- Preferences -- Main tab -- save file to... click on Browse button and select folder of your choice.
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-06-2006 #3Just Joined!
- Join Date
- Oct 2006
- Location
- The Bricks
- Posts
- 59
I was referring to installing the program while it is on the deskop. I've been trying to figure out how to do that from the command line if it is possible.
If the program was down loaded to a directory I know I can cd into it and run whatever commands needed. If it is on the desktop how would that be done?
Thanks for the info on firefox.
- 12-06-2006 #4Code:
cd ~/Desktop ls
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-06-2006 #5Just Joined!
- Join Date
- Oct 2006
- Location
- The Bricks
- Posts
- 59
I thought I tried that maybe I did something wrong. I'll try it again. Thanks.
- 12-06-2006 #6Just Joined!
- Join Date
- Dec 2006
- Posts
- 2
Step 1. Move the file into the root folder (/root).
2. Open up the Konsole and type tar xzpvf the-file-name.here.tar.gz
3.After it does its stuff type cd the-file-name.here without the .tar.gz
4.Type make ; make install
5. After it does that it should be in the start menu, if it isn't the right-click and press run command, then type the programs name and press enter.
- 12-06-2006 #7Just Joined!
- Join Date
- Oct 2006
- Location
- The Bricks
- Posts
- 59
That's what I do.
I wanted to know how to get to the file while it is on the desktop. I'll try Casper's solution when I get home.


Reply With Quote