Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Portage: emerge(1) ebuild(1) ebuild.sh
Date: Thu, 07 Jan 2021 08:51:52
Message-Id: 20210107085140.2d76cc73@digimed.co.uk
In Reply to: [gentoo-user] Portage: emerge(1) ebuild(1) ebuild.sh by Kevin Shell
1 On Thu, 7 Jan 2021 16:43:00 +0800, Kevin Shell wrote:
2
3 > What's the relationship between
4 > ebuild(1) & emerge(1), ebuild(1) & ebuild.sh?
5
6 emerge is the high level command normally used by users to manage
7 packages. ebuild is only used for installing and removing packages,
8 emerge does a lot more besides, and is a more low level command.
9 ebuild.sh is for use by portage, bit by users.
10
11 > Why the ebuild(1)(python script) command exists,
12 > is it for debugging ebuild scripts?
13
14 That is one of its main uses, it can also be used to hack the ebuild
15 process.
16
17
18 --
19 Neil Bothwick
20
21 Most software is about as user-friendly as a cornered rat!

Replies

Subject Author
Re: [gentoo-user] Portage: emerge(1) ebuild(1) ebuild.sh Kevin Shell <kshell@×××.com>