Bat: `apt install bat` on Ubuntu 20.04 doesn't add executable to PATH; nor does it install anything

Created on 14 Sep 2020  Â·  3Comments  Â·  Source: sharkdp/bat

After running apt get install bat nothing is in PATH; additionally, the suggestion isn't there, i.e.:

$ bat /etc/apt/sources.list

Command 'bat' not found, but can be installed with:

sudo apt install bacula-console-qt

So double-checked, and got nothing:

$ find / -type f -executable -name bat
duplicate

All 3 comments

Should it not be installed via cargo install bat?

I don't think apt can do it.

Please check out the README: https://github.com/sharkdp/bat#on-ubuntu-using-apt

Ahh, batcat… thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hoffa picture hoffa  Â·  18Comments

tnemeth picture tnemeth  Â·  20Comments

mre picture mre  Â·  21Comments

enihcam picture enihcam  Â·  18Comments

sumanthratna picture sumanthratna  Â·  20Comments