Re: dnf keepcache

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Nov 15, 2015 5:09 AM, "Maurizio Marini" <maumar@xxxxxxxxxxxxxx> wrote:
>
> Hello
> how can get
> keepcache=1
> with dnf, like I did with yum?
> Should I use makecache, isn't it?
> -m
>
Did you added this lines to the dnf.conf configuration file?

keepcache=true # This config line adds the capability of keeping the
cache and the dowloaded packages on the cache if something got stuck
and you need to restart it without having to download the already
downloaded packages again.

deltarpm=true # This config line will retrieve delta rpm's packages
for download updates instead of downloading the full packages, it save
time and data if you are using 3G or LTE connections.

fastestmirror=true # This will force dnf to keep a cache of the most
efficience mirrors.

To add it:
su -c "echo 'keepcache=true' >> /etc/dnf/dnf.conf"
su -c "echo 'deltarpm=true' >> /etc/dnf/dnf.conf"
su -c "echo 'fastestmirror=true' >> /etc/dnf/dnf.conf"

Cheers.
> --
> users mailing list
> users@xxxxxxxxxxxxxxxxxxxxxxx
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
>

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux