Facebook Twitter Instagram
    WiredRevolution.com
    • Home
    • About
    • Contact Us
    • Essential Linux Commands
    • Sitemap
    Facebook Twitter Instagram
    WiredRevolution.com
    gentoo

    Speed up Gentoo emerge with “parallel-fetch”

    RyanBy RyanSeptember 28, 2008Updated:October 8, 20081 Comment1 Min Read
    Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Email

    By default when you emerge a long list of packages in Gentoo you have to download each package completely before the build process can begin. This can be a large bottleneck, especially if your internet connection is not very fast.

    Luckily Portage has a great solution.

    Go to the file /etc/make.conf and add “parallel-fetch” to the FEATURES variable like this.

    FEATURES="parallel-fetch"
    

    If the FEATURE variable already exists add “parallel-fetch” to the end separated by whitespace.

    FEATURES="sandbox parallel-fetch"
    

    From now on Portage will fetch the source files for the next package in the list even while it is compiling another package.

    To see parallel fetch progress, run this command.

    $ tail -f /var/log/emerge-fetch.log
    
    Share. Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Email
    Previous ArticleFind the MAC address on a Windows machine
    Next Article Submit commands as root with sudo

    Related Posts

    Share a remote filesystem over SSH

    Setup NFS server on Gentoo

    View the status of a long emerge

    Most Commented
    March 12, 2009

    Fix blue tinted video in Ubuntu

    September 10, 2010

    Setup SSH access between VirtualBox Host and Guest VMs

    March 8, 2011

    Install GNOME Shell in Ubuntu 10.10 Maverick

    April 4, 2009

    Setup the PS3 Bluetooth Controller on Ubuntu

    October 22, 2008

    How to correctly use LD_LIBRARY_PATH

    Recent Comments
    • Execute command on linux virtual machine (or server) from windows commandline on Setup SSH access between VirtualBox Host and Guest VMs
    • Solved: How to SSH to a VirtualBox guest externally through a host? - Daily Developer Blog on Setup SSH access between VirtualBox Host and Guest VMs
    • How to SSH to a VirtualBox guest externally through a host? [closed] – Code D3 on Setup SSH access between VirtualBox Host and Guest VMs
    • How to copy and paste from VirtualBox? [duplicate] on Setup SSH access between VirtualBox Host and Guest VMs
    • Jackie Laguna on Fix OpenGL: ChoosePixelFormat SketchUp error in WINE
    © 2025 ThemeSphere. Designed by ThemeSphere.

    Type above and press Enter to search. Press Esc to cancel.