Results 1 to 5 of 5
hello *,
In fedora is it possible to get back the installed files of an application and install them on another machine. like i downloaded and installed vlc via "yum ...
- 11-29-2011 #1
how to repack an installed programe
hello *,
In fedora is it possible to get back the installed files of an application and install them on another machine. like i downloaded and installed vlc via "yum install vlc" but i want to retrieve back the installed files (rpms) for re installation because i have a very slow connection.
- 11-29-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
No need to repackage it, you can just reuse the same RPM - but maybe that's what you mean.
There is a yum plugin called downloadonly or something like that, it keeps the file in your cache (like in /var/cache/yum or somewhere).
You can also just wget the file you want from the repos. Here is the Fedora 16 i386 repo, e.g.:
Index of /pub/fedora/linux/releases/16/Everything/i386/os/Packages
Edit: In F16 that yum plugin is yum-plugin-downloadonlyLast edited by atreyu; 11-29-2011 at 04:58 AM. Reason: what's my plugin name?
- 11-29-2011 #3Banned
- Join Date
- Nov 2011
- Location
- India
- Posts
- 29
yum configuration changes
Hi ,
You can do this by simple steps like:
1) change configuration file yum.conf
keepcache=1
2) After running "yum install anypackage", package will be stored in /var/cache/yum directory
Thanks & Regards,Last edited by oz; 11-29-2011 at 12:29 PM. Reason: spam removal
- 11-29-2011 #4Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
much better, Manoj.
- 11-29-2011 #5


Reply With Quote
