Prefix

From Gentoo Wiki
Jump to:navigation Jump to:search
Resources

Gentoo Prefix enables the power of Gentoo and Portage on other distributions and/or operating systems (Microsoft Windows via Cygwin, Android via Termux, etc.).

Prefix can be thought of as being like an app store, along the lines of Homebrew, Snap, or Flatpak - which opens all the packages offered in Gentoo to systems that do not have such functionality.

Tip
Whenever a piece of software needs to be compiled on a binary distribution, why download and compile source tarballs and dependencies, only to clutter the root filesystem with files that don't always have an easy way to be uninstalled ? Let Gentoo Prefix handle downloading, dependency resolution, configuration, compiling, installation, updates, removal, and more.

Be it because there is no binary installation option available, or because a particular compile time option is needed - use Gentoo Prefix to easily compile and install the software safely, as a package!

Gentoo prefix grants access to the huge amount of up-to-date software from the Gentoo ebuild repository, as well as from GURU, and from any other publicly accessible repository. It brings with it the great flexibility of the USE flag system, with easy installation, updates, and removal of packages.

Gentoo Prefix is installed onto a system as a third party piece of software, and will work with with most Linux, and some Unix(like), systems.

While the Gentoo Linux distribution is traditionally used to install a Linux kernel with a boot loader, like most other Linux distributions, Prefix is a way of installing a Gentoo system in a non-standard location, designated by a 'prefix', on a preexisting system.

Prefix is tested on many GNU/Linux distributions, and should work on most. Of course, Prefix can also be used on a Gentoo installation.

See the Prefix project page for more information.

See also

Gentoo prefix on different systems

  • Prefix/Darwin — brings the power of Gentoo to Darwin (macOS/OS X) based systems, similar to pkgsrc, macports, and homebrew.
  • Prefix/Cygwin — instructions for any poor soul attempting to bootstrap Gentoo Prefix on a Microsoft Windows system via Cygwin.
  • Prefix/NetBSD — work in progress; page simply contains notes about efforts to get it up and running.