Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined! jonniemuk's Avatar
    Join Date
    Jul 2009
    Location
    kampala uganda
    Posts
    30

    Cool 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.

  2. #2
    Linux 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-downloadonly
    Last edited by atreyu; 11-29-2011 at 04:58 AM. Reason: what's my plugin name?

  3. #3
    Banned
    Join Date
    Nov 2011
    Location
    India
    Posts
    29

    Cool 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

  4. #4
    Linux Guru
    Join Date
    May 2011
    Posts
    1,843
    much better, Manoj.

  5. #5
    Banned
    Join Date
    Nov 2011
    Location
    India
    Posts
    29
    Quote Originally Posted by atreyu View Post
    much better, Manoj.
    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...