fzf pakcage is not fully installed on ubuntu 21.04

Bug #1928670 reported by Roeniss Moon
26
This bug affects 5 people
Affects Status Importance Assigned to Milestone
fzf (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

As I reported on fzf github repo (https://github.com/junegunn/fzf/issues/2480), fzf pakcage is not fully installed on ubuntu 21.04 in docker container.

@ reproduction

```sh
docker run --rm -it ubuntu:21.04
apt update && apt install -y fzf tree
fzf --version
# 0.24 (devel)
dpkg -L fzf | grep binding
# /usr/share/doc/fzf/examples/key-bindings.bash
# /usr/share/doc/fzf/examples/key-bindings.fish
# /usr/share/doc/fzf/examples/key-bindings.zsh
# /usr/share/fish/vendor_functions.d/fzf_key_bindings.fish
cd /usr/share/doc/fzf/examples && tree
# .
# `-- plugin
# `-- fzf.vim -> ../fzf.vim # looks like dangling link
```

by above results, I concluded that fzf is not installed well.

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in fzf (Ubuntu):
status: New → Confirmed
Revision history for this message
Peter Goodall (pjgoodall) wrote :

Seems to be a packaging error - see https://github.com/junegunn/fzf/issues/2790

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.