We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is an extension of #1420 which was closed previously.
What steps will reproduce the bug?
What happens?
Description says:
In this package the executable and its manpage have been renamed from ‘bat’ to ‘batbat’ because of a file name clash with another Debian paclage.
What did you expect to happen instead?
batbat
batcat
paclage
package
In this package the executable and its manpage have been renamed from ‘bat’ to ‘batcat’ because of a file name clash with another Debian package.
Perhaps also:
How did you install bat?
bat
This relates to info before installing bat.
➜ ~ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.5 LTS Release: 20.04 Codename: focal
➜ ~ apt info bat Package: bat Version: 0.12.1-1ubuntu0.2 Built-Using: rust-ansi-colours (= 1.0.1-2), rustc (= 1.61.0+dfsg1~llvm-1~exp1ubuntu0.20.04.1) Priority: optional Section: universe/utils Source: rust-bat Origin: Ubuntu Maintainer: Ubuntu Developers <[email protected]> Original-Maintainer: Debian Rust Maintainers <[email protected]> Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 4,210 kB Depends: libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgit2-28 (>= 0.26.0) Homepage: https://github.com/sharkdp/bat X-Cargo-Built-Using: rust-adler32 (= 1.0.3-1), rust-aho-corasick (= 0.7.8-1), rust-ansi-colours (= 1.0.1-2), rust-ansi-term (= 0.12.1-1), rust-atty (= 0.2.13-1), rust-base64 (= 0.10.1-1), rust-bincode (= 1.2.1-2), rust-bitflags (= 1.2.1-1), rust-byteorder (= 1.3.2-2), rust-cfg-if (= 0.1.9-1), rust-clap (= 2.33.0-5), rust-clicolors-control (= 1.0.1-1), rust-console (= 0.8.0-1), rust-content-inspector (= 0.2.4-1), rust-crc32fast (= 1.2.0-1), rust-dirs (= 2.0.2-1), rust-dirs-sys (= 0.3.4-1), rust-encoding (= 0.2.33-1), rust-encoding-index-japanese (= 1.20141219.5-1), rust-encoding-index-korean (= 1.20141219.5-1), rust-encoding-index-simpchinese (= 1.20141219.5-1), rust-encoding-index-singlebyte (= 1.20141219.5-1), rust-encoding-index-tests (= 0.1.4-1), rust-encoding-index-tradchinese (= 1.20141219.5-1), rust-error-chain (= 0.12.0-1build1), rust-flate2 (= 1.0.13-1), rust-fnv (= 1.0.6-1), rust-git2 (= 0.8.0-2ubuntu0.1), rust-humantime (= 1.3.0-1), rust-idna (= 0.2.0-1), rust-itoa (= 0.4.3-1), rust-lazy-static (= 1.4.0-1), rust-lazycell (= 1.2.1-1), rust-libc (= 0.2.66-1), rust-libgit2-sys (= 0.7.11-1ubuntu0.1), rust-libz-sys (= 1.0.25-1), rust-line-wrap (= 0.1.1-1), rust-linked-hash-map (= 0.5.2-2), rust-log (= 0.4.6-1), rust-matches (= 0.1.8-1), rust-memchr (= 2.2.1-1), rust-miniz-oxide (= 0.3.5-1), rust-onig (= 4.3.2-1), rust-onig-sys (= 69.1.0-1), rust-percent-encoding (= 2.1.0-2), rust-plist (= 0.4.2-1), rust-quick-error (= 1.2.2-1), rust-regex (= 1.2.1-3ubuntu0.1), rust-regex-syntax (= 0.6.13-1), rust-ryu (= 1.0.2-1), rust-safemem (= 0.3.3-1), rust-same-file (= 1.0.6-1), rust-serde (= 1.0.104-1), rust-serde-json (= 1.0.41-1), rust-shell-words (= 0.1.0-1), rust-smallvec (= 1.1.0-1), rust-strsim (= 0.9.3-1), rust-syntect (= 3.2.0-1), rust-term-size (= 0.3.1-2), rust-termios (= 0.3.0-1), rust-textwrap (= 0.11.0-1build1), rust-thread-local (= 0.3.6-1), rust-unicode-bidi (= 0.3.4-2), rust-unicode-normalization (= 0.1.11-1), rust-unicode-width (= 0.1.5-1), rust-url (= 2.1.0-1), rust-vec-map (= 0.8.1-2), rust-walkdir (= 2.3.1-1), rust-wild (= 2.0.2-1), rust-xml-rs (= 0.8.0-1build1), rust-yaml-rust (= 0.4.3-1), rustc (= 1.61.0+dfsg1~llvm-1~exp1ubuntu0.20.04.1) Download-Size: 1,533 kB APT-Manual-Installed: yes APT-Sources: http://gb.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages Description: cat(1) clone with syntax highlighting and git integration bat is a drop-in cat(1) replacement featuring: . * syntax highlighting for a large number of languages; * git integration; * automatic paging; * a user-friendly command-line interface. . In this package the executable and its manpage have been renamed from ‘bat’ to ‘batbat’ because of a file name clash with another Debian paclage. . This package contains the following binaries built from the Rust crate "bat": - bat
The text was updated successfully, but these errors were encountered:
This has been reported multiple times already https://github.com/sharkdp/bat/search?q=batbat&type=issues
Sorry, something went wrong.
No branches or pull requests
This is an extension of #1420 which was closed previously.
What steps will reproduce the bug?
What happens?
Description says:
What did you expect to happen instead?
batbat
->batcat
paclage
->package
Perhaps also:
How did you install
bat
?This relates to info before installing bat.
The text was updated successfully, but these errors were encountered: