On Tue, 2021-06-01 at 09:32 -0400, Francisco Tissera wrote:
> Hello everyone,
> 
> 
> I am currently using Fedora_linux 34, and I'd like to know, since I
> have 
> been using this OS for over a month and a half, and I find DNF's
> output 
> a bit... too much, if I could modify it somehow.
> 
> I'd like to modify how it outputs the installation of software.
> 
> For example, when  the dnf install package name command is issued, 
> the 
> dependency check was done.
> 
> Can that line of output be suppressed in any way?
> 
> If not, that's fine, I'll get used to it, but still, it would be cool
> if 
> it could.
> 
> Any help would be apriciated.
Anything that writes to standard output (or even standard error) can be
filtered on whatever criteria you like, typically using grep, e.g.:

$ sudo dnf update|grep -v "Last metadata" 
Dependencies resolved.
Nothing to do.
Complete!

poc
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to