Ubuntu "Unable to locate package lrzsz"解决办法

在Ubuntu上使用以下命令安装lrzsz时报错

$ sudo apt-get install lrzsz
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package lrzsz

解决办法:

sudo apt-get update

再运行就可以了:

sudo apt-get install lrzsz

 

posted @ 2021-10-22 18:36  BruceLong  阅读(597)  评论(0编辑  收藏  举报