LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Where Do Downloaded files are stored? (https://www.linuxquestions.org/questions/linux-newbie-8/where-do-downloaded-files-are-stored-903522/)

siddiqui_1985 09-17-2011 07:33 AM

Where Do Downloaded files are stored?
 
Assalam-o-Alikum / Hi :

i'm new to linux and am wondering where the downloaded files saved in linux??
i'm using fedora 15 and downloaded some usefull softwares and i want to install them on my other pc in my shop where i dont have internet connection.

can anybody tell me where these downloaded files are saved so that i can install them later some time if needed ?????

repo 09-17-2011 07:35 AM

How are you downloading the files?
Look in the preferences from your browser to see/set the download location.

Kind regards

colucix 09-17-2011 07:37 AM

What files? Do you mean official Fedora packages or some other software from online repositories? How did you download them? Please, provide more details.

siddiqui_1985 09-17-2011 07:39 AM

actually my exact point is im downloading files using yum from console.

where do they go let say i download a file

"yum install [file nanme]"

siddiqui_1985 09-17-2011 07:45 AM

Quote:

Originally Posted by colucix (Post 4474375)
official Fedora packages and other software from online repositories.

yes from both i downloaded wine using yum install wine.

i want to install this package on my other pc where i dont have internet connection at my shop .
sorry about my english

knudfl 09-17-2011 07:52 AM

Packages installed with yum are deleted right after install.

But new installs can be saved by editing /etc/yum.conf :
Edit : keepcache=0 , to : keepcache=1

Packages cache : /var/cache/yum/<repo-name>/packages
.. Like : /var/cache/yum/fedora/packages

.

frieza 09-17-2011 08:13 AM

repositories are usually either web servers or ftp servers, so all you really need to know is the URL of the repository, the directory it's in and the name of the package and it's dependencies and you could do a manual download of said packages with a web browser and burn them to disk (or copy them to your thumb drive)

just a thought.

John VV 09-17-2011 04:23 PM

this command dose not "download" a program
yum install [file nanme]"

as per the command it INSTALLS it

if you want to download ONLY and not install a fedora 15 rpm you need to install the "download-only" yum plugin

BUT that rpm will ONLY work on a fedora 15 box that has the SAME updates installed.

please read the yum help and man page
Code:

yum --help
------------
man yum



All times are GMT -5. The time now is 12:45 AM.