Forrest logo
back to context overview

ebuild

List of commands for ebuild:

  • ebuild:tldr:1e175 ebuild: Compile the extracted sources.
    $ ebuild ${filename-ebuild} compile
    try on your machine
    explain this command
  • ebuild:tldr:516c0 ebuild: Create or update the package manifest.
    $ ebuild ${filename-ebuild} manifest
    try on your machine
    explain this command
  • ebuild:tldr:8baa7 ebuild: Install the package to a temporary install directory.
    $ ebuild ${filename-ebuild} install
    try on your machine
    explain this command
  • ebuild:tldr:92345 ebuild: Fetch, unpack, compile, install and qmerge the specified ebuild file.
    $ ebuild ${filename-ebuild} merge
    try on your machine
    explain this command
  • ebuild:tldr:9b7f5 ebuild: Extract the sources to a temporary build directory.
    $ ebuild ${filename-ebuild} unpack
    try on your machine
    explain this command
  • ebuild:tldr:a22bf ebuild: Clean the temporary build directories for the build file.
    $ ebuild ${filename-ebuild} clean
    try on your machine
    explain this command
  • ebuild:tldr:a6076 ebuild: Install the temporary files to the live filesystem.
    $ ebuild ${filename-ebuild} qmerge
    try on your machine
    explain this command
  • ebuild:tldr:c0298 ebuild: Fetch sources if they do not exist.
    $ ebuild ${filename-ebuild} fetch
    try on your machine
    explain this command
back to context overview