Profile set (Portage)
From Gentoo Wiki
The profile set, also referred to as @profile in Portage development, contains the software packages selected by the selected profile.
The profile packages are defined by the Gentoo profiles (through the packages files when profile-formats in layout.conf has the profile-set option set). An end-user can easily see which packages are seen as part of the system set by running the following emerge command:
user $
emerge --pretend @profile
See also
- Package sets — describes package sets in high detail and includes a list of all typically available sets on a Gentoo system.
- /etc/portage/sets — an optional directory that is used to create user defined package sets
- System set (Portage) — contains the software packages required for a standard Gentoo Linux installation to run properly.
- World set (Portage) — encompasses the system set, the selected set, and the @profile set.
- Selected set (Portage) — contains the packages the admin has explicitly installed
- Selected-packages_set_(Portage) — contains the user-selected "world" packages that are listed in the /var/lib/portage/world file.