On Ma, 22 iun 21, 15:30:35, Christian wrote:
> 
> /comm -23 <(apt-mark showmanual | sort -u) <(gzip -dc
> /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u)/

It's unclear what exactly '/comm -23' is supposed to be and it seems 
your mail program messed with line breaks.

Also, guessing from the command, this is supposed to be run under fish 
(the shell). The default shell in Debian is bash, which needs slightly 
different syntax for what you want to do.

In any case, 'apt-mark showmanual' definitely exists and works in Debian 
and is one way to achieve what you need (aptitude is another).

The file /var/log/installer/initial-status.gz doesn't exist on a fairly 
recent install of Debian bullseye (soon to be Debian 11). I'm guessing 
it is created by the Ubuntu installer.

If you show us an example (attaching it might work, if it's not too big) 
we might come up with methods to recreate the information on a fresh 
Debian install.

Hope this helps,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser

Attachment: signature.asc
Description: PGP signature

Reply via email to