[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt-get -qq install



On 2022-08-02, Victor Sudakov <vas@sibptus.ru> wrote:
>
> Dear Colleagues,
>
> I'm trying to quiet apt's output by using `apt-get -qqy` in a CI/CD
> pipeline, however I still see ugly stuff like this in my CI/CD log:

Quiet level 2 implies -y.

> Selecting previously unselected package php-common.

That's dpkg ouput, isn't it? So maybe add '-o=Dpkg::Use-Pty=0' to your command.




-- 



Reply to: