Fzf: sudo apt install fzf does not work in linux mint

Created on 7 Jun 2020  路  2Comments  路  Source: junegunn/fzf

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

Most helpful comment

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

All 2 comments

Same goes for Ubuntu. Version info:
#53~18.04.1-Ubuntu SMP Thu Jun 4 14:58:26 UTC 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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aleclarson picture aleclarson  路  3Comments

sandric picture sandric  路  3Comments

nordlow picture nordlow  路  3Comments

firedev picture firedev  路  3Comments

natemara picture natemara  路  3Comments