Skip to content
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

sudo apt install fzf does not work in linux mint #2072

Open
baditaflorin opened this issue Jun 7, 2020 · 6 comments
Open

sudo apt install fzf does not work in linux mint #2072

baditaflorin opened this issue Jun 7, 2020 · 6 comments

Comments

@baditaflorin
Copy link

sudo apt-get install fzf

[sudo] password for florin:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package fzf

@averaart
Copy link

averaart commented Jun 18, 2020

Same goes for Ubuntu. Version info:
#53~18.04.1-Ubuntu SMP Thu Jun 4 14:58:26 UTC 2020

@ghost
Copy link

ghost commented Jun 18, 2020

It's not in apt packages please use this method for easy install

git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install

Also if you face any problem let me know.

sudo apt-get install fzf

[sudo] password for florin:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package fzf

@PatrickF1
Copy link

Wait, if it's not in apt packages, why does the readme suggest you can install with this command?

sudo apt-get install fzf

@caquillo07
Copy link

Installing with apt does work, but its a very old version 0.20 in this case

@dreamalligator
Copy link

Installing with apt does work, but its a very old version 0.20 in this case

Thanks @caquillo07! I made a small PR to warn others when installing. #2538

@m-nathani
Copy link

I am also trying to install using apt on ubuntu

No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.2 LTS
Release:	22.04
Codename:	jammy

and getting error on these mirrors

murtaza@murtaza-desktop:~/my-projects/fzf$ sudo apt install fzf
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  gcc-10-base gcc-10-base:i386 libllvm13 libllvm13:i386 libvulkan1:i386 libwayland-client0:i386
  libxcb-randr0:i386 mesa-vulkan-drivers:i386
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  fzf
0 upgraded, 1 newly installed, 0 to remove and 16 not upgraded.
Need to get 926 kB of archives.
After this operation, 2,486 kB of additional disk space will be used.
Err:1 http://mirror.0x.sg/ubuntu jammy/universe amd64 fzf amd64 0.29.0-1
  404  Not Found [IP: 118.189.187.101 80]
E: Failed to fetch http://mirror.0x.sg/ubuntu/pool/universe/f/fzf/fzf_0.29.0-1_amd64.deb  404  Not Found [IP: 118.189.187.101 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants