Linux系統(tǒng)下無法打開Lantern工具的處理方法
發(fā)表時間:2023-08-09 來源:明輝站整理相關(guān)軟件相關(guān)文章人氣:
[摘要]Lantern是一款常用的系統(tǒng)監(jiān)控工具,多用于Mac系統(tǒng),也可以在Linux中使用。某些情況下Linux系統(tǒng)無法啟動Lantern工具,并且還出現(xiàn)了一行錯誤代碼,下面就來具體介紹一下這個問題的解決方...
Lantern是一款常用的系統(tǒng)監(jiān)控工具,多用于Mac系統(tǒng),也可以在Linux中使用。某些情況下Linux系統(tǒng)無法啟動Lantern工具,并且還出現(xiàn)了一行錯誤代碼,下面就來具體介紹一下這個問題的解決方法。
具體錯誤如下:
/.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
當(dāng)然上面的辦法是針對文中的錯誤代碼來定制的,如果是其他原因造成的Lantern,可以嘗試重裝Lantern,或者更換Lantern的安裝包再安裝。
Linux是一套免費使用和自由傳播的類Unix操作系統(tǒng)