Linux系统下无法启动Lantern工具的解决方法
Lantern是一款常用的系统监控工具,多用于Mac系统,也可以在Linux中使用。某些情况下Linux系统无法启动Lantern工具,并且还出现了一行错误代码,下面就来具体介绍一下这个问题的解决方法。
具体错误如下:
/.lantern/bin/lantern: error while loading shared libraries: libappindicator3.so.1: cannot open shared object file: No such file or directory
解决方法:
# apt-cache search libappindicator3
gir1.2-appindicator3-0.1 - Typelib files for libappindicator3-1
libappindicator3-1- allow applications to export a menu into the panel -- GTK3 version
libappindicator3-dev - allow applications to export a menu into the panel -- GTK3 development
安装:apt-get install ibappindicator3-1
当然上面的办法是针对文中的错误代码来定制的,如果是其他原因造成的Lantern,可以尝试重装Lantern,或者更换Lantern的安装包再安装。
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。
本文地址:/jtjc/Linux/2021-03-08/26594.html