You are not logged in.
Pages: 1
there`s no way to have colored output for apt-get like you can have it colored with pacman in arch?
Offline
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
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
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
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
yeah,even with apt command and progressbar still not nice enough,which`s a shame.
EDIT: Love your avatar BTW -- isn't that old "Arch Aqua" logo?
https://www.archlinux.org/art/
ye,that old arch logo,thanks.
Offline
Pages: 1