-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
executable not found after upgrading to ubuntu 20.04 #905
Comments
Yeah, unfortunately they had to rename the This is documented in the Ubuntu ChangeLog, the package description, the list of files and the
Related issues on the Debian tracker: |
Just a note, at least in Ubuntu 20.04, the new executable is 'batcat', not 'batbat' as mentioned in the README above. A small typo :) |
uh, yes. that has to be fixed in the Debian package. |
@sharkdp , can you edit your first comment? It would save people the "try and error" until they read eugeneromero's comment with the right name. |
What version of
bat
are you using?[paste the output of
bat --version
here]currently none. before upgrade 0.12
Describe the bug you encountered:
...After upgrading to ubuntu 20.04 bat executable disappeared and this output is generated after running bat
Command 'bat' not found, but can be installed with:
sudo apt install bacula-console-qt
Describe what you expected to happen?
...bat to run without any problem
How did you install
bat
?apt-get, homebrew, GitHub release, etc.
---apt-get
[paste the output of
info.sh
here]system
$ uname -srm
Linux 5.4.0-21-generic x86_64
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu Focal Fossa (development branch)
Release: 20.04
Codename: focal
bat
$ bat --version
./info.sh: line 101: bat: command not found
$ env
bat_config
./info.sh: line 45: bat: command not found
bat_wrapper
No wrapper script.
bat_wrapper_function
No wrapper function.
tool
$ less --version
less 551 (GNU regular expressions)
The text was updated successfully, but these errors were encountered: