sudo apt install fzf 安装无效,换了阿里,清华,华为的源还是不行
sudo apt install fzf
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
E: 无法定位软件包 fzf
网上找到这个方法有用:https://bytexd.com/how-to-use-fzf-command-line-fuzzy-finder/
具体操作:
1,git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
source .bashrc这一步骤错误,直接跳过
-bash: .bashrc: 没有那个文件或目录
2,[ -f ~/.fzf.bash ] && source ~/.fzf.bash
然后测试可以用了
3,这个步骤也不行 直接跳过
sudo ~/.fzf/shell/completion.bash
sudo: /root/.fzf/shell/completion.bash:找不到命令
root@cy-virtual-machine:/home# sudo ~/.fzf/shell/key-bindings.bash
sudo: /root/.fzf/shell/key-bindings.bash:找不到命令