执行tree时候出现如下错误:

ubunto查看tree时The program 'tree' is currently not installed. You can install it by typing: sudo apt i

一般apt-get出现这种情况:

Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package ****
是没有更新APT库

执行如下代码更新一下就好了:

	udo apt-get update
	sudo apt-get upgrade

ubunto查看tree时The program 'tree' is currently not installed. You can install it by typing: sudo apt i

然后再apt-get install *** 就好了,解决。
ubunto查看tree时The program 'tree' is currently not installed. You can install it by typing: sudo apt i

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
  • 2021-09-09
  • 2021-11-16
猜你喜欢
  • 2021-06-27
  • 2021-07-03
  • 2022-12-23
  • 2021-10-17
  • 2021-10-02
  • 2022-02-14
  • 2022-01-18
相关资源
相似解决方案