You are not logged in.

#1 2016-04-09 15:43:15

theodore
Member
Registered: 2016-04-01
Posts: 14

no color output for apt?

there`s no way to have colored output for apt-get like you can have it colored with pacman in arch?

Offline

#2 2016-04-09 15:59:44

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: no color output for apt?

Try using apt(8) instead, it has a limited palette and a coloured progress bar.

You can add the palette & bar to `apt-get` by creating a file at /etc/apt/apt.conf.d/99colourbar with the following content

Dpkg::Progress-Fancy "1";
APT::Color "1";

It's not as nice as pacman though and there's no ILoveCandy equivalent sad

EDIT: Love your avatar BTW -- isn't that old "Arch Aqua" logo?
https://www.archlinux.org/art/

Last edited by Head_on_a_Stick (2016-04-09 16:32:29)

Offline

#3 2016-04-09 16:07:08

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: no color output for apt?

A search shows that this is a Debian feature request, but there are various wrapper scripts you can find to colour output.

EDIT: or use apt as HoaS suggests

Last edited by damo (2016-04-09 16:07:49)


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#4 2016-04-09 16:11:22

Horizon_Brave
Operating System: Linux-Nettrix
Registered: 2015-10-18
Posts: 1,473

Re: no color output for apt?

Heh, I also tried adding the  APT::Color "1"; line to the 70deb  and 90bunsen fles in   /etc/apt/apt.conf.d/    Just to make sure that the 99progressbar file wasn't just applied to the progress bar. I was hoping adding it to the 70deb would make the global text of apt to be colorized... No dice though!


"I have not failed, I have found 10,000 ways that will not work" -Edison

Offline

#5 2016-04-09 17:44:53

theodore
Member
Registered: 2016-04-01
Posts: 14

Re: no color output for apt?

yeah,even with apt command and progressbar still not nice enough,which`s a shame.

Head_on_a_Stick wrote:

EDIT: Love your avatar BTW -- isn't that old "Arch Aqua" logo?
https://www.archlinux.org/art/

ye,that old arch logo,thanks.

Offline

Board footer

Powered by FluxBB