From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 12 Dec 2023 21:51:17 +0200 From: "Dmitry V. Levin" To: ALT Linux Community general discussions Message-ID: <20231212195117.GA23683@altlinux.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Comm] =?koi8-r?b?QXV0b2luc3RhbGxlZCBsZWFmINDBy8XU2Q==?= X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Community general discussions List-Id: ALT Linux Community general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2023 19:51:18 -0000 Archived-At: List-Archive: List-Post: On Tue, Dec 12, 2023 at 09:55:14PM +0400, Aleksey Cheusov wrote: > Привет. Никто не подскажет способ найти leaf пакеты с флагом > autoinstalled? Это все пакеты с флагом autoinstalled: $ rpm -qa --qf '[%{autoinstalled}:%{name}\n]' | sed '/^1:/!d;s///' А это все leaf пакеты: $ apt-cache list-nodeps (apt-скрипт list-nodeps из пакета apt-scripts) -- ldv