
ebuild
List of commands for ebuild:
-
ebuild:tldr:1e175 ebuild: Compile the extracted sources.$ ebuild ${filename-ebuild} compiletry on your machineexplain this command
-
ebuild:tldr:516c0 ebuild: Create or update the package manifest.$ ebuild ${filename-ebuild} manifesttry on your machineexplain this command
-
ebuild:tldr:8baa7 ebuild: Install the package to a temporary install directory.$ ebuild ${filename-ebuild} installtry on your machineexplain this command
-
ebuild:tldr:92345 ebuild: Fetch, unpack, compile, install and qmerge the specified ebuild file.$ ebuild ${filename-ebuild} mergetry on your machineexplain this command
-
ebuild:tldr:9b7f5 ebuild: Extract the sources to a temporary build directory.$ ebuild ${filename-ebuild} unpacktry on your machineexplain this command
-
ebuild:tldr:a22bf ebuild: Clean the temporary build directories for the build file.$ ebuild ${filename-ebuild} cleantry on your machineexplain this command
-
ebuild:tldr:a6076 ebuild: Install the temporary files to the live filesystem.$ ebuild ${filename-ebuild} qmergetry on your machineexplain this command
-
ebuild:tldr:c0298 ebuild: Fetch sources if they do not exist.$ ebuild ${filename-ebuild} fetchtry on your machineexplain this command