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的安裝包再安裝。