snippetbashTip
ebuild — A low level interface to the Gentoo Portage system. More information: <https://wiki.gentoo.org/wiki/
Viewed 0 times
thecommandlevelgentoointerfacecliebuildlow
linux
Problem
How to use the
ebuild command: A low level interface to the Gentoo Portage system. More information: <https://wiki.gentoo.org/wiki/Ebuild>.Solution
ebuild — A low level interface to the Gentoo Portage system. More information: <https://wiki.gentoo.org/wiki/Ebuild>.Create or update the package manifest:
ebuild {{path/to/file.ebuild}} manifestClean the temporary build directories for the build file:
ebuild {{path/to/file.ebuild}} cleanFetch sources if they do not exist:
ebuild {{path/to/file.ebuild}} fetchExtract the sources to a temporary build directory:
ebuild {{path/to/file.ebuild}} unpackCompile the extracted sources:
ebuild {{path/to/file.ebuild}} compileInstall the package to a temporary install directory:
ebuild {{path/to/file.ebuild}} installInstall the temporary files to the live filesystem:
ebuild {{path/to/file.ebuild}} qmergeFetch, unpack, compile, install, and qmerge the specified ebuild file:
ebuild {{path/to/file.ebuild}} mergeCode Snippets
Create or update the package manifest
ebuild {{path/to/file.ebuild}} manifestClean the temporary build directories for the build file
ebuild {{path/to/file.ebuild}} cleanFetch sources if they do not exist
ebuild {{path/to/file.ebuild}} fetchExtract the sources to a temporary build directory
ebuild {{path/to/file.ebuild}} unpackCompile the extracted sources
ebuild {{path/to/file.ebuild}} compileContext
tldr-pages: linux/ebuild
Revisions (0)
No revisions yet.