无法启动我的天气指示器

Shu*_*puS 3 my-weather-indicator

我已经使用以下命令安装了 my-weather-indicator 软件:

sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install my-weather-indicator
Run Code Online (Sandbox Code Playgroud)

但是,我在我的系统中找不到它。等待您的帮助。谢谢。

BuZ*_*dEE 5

它位于/opt/extras.ubuntu.com/my-weather-indicator/bin/. 您可以在终端中执行它。:

/opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator
Run Code Online (Sandbox Code Playgroud)

您可以使用以下命令找到my-weather-indicator包的二进制文件:

dpkg -L my-weather-indicator | grep bin
Run Code Online (Sandbox Code Playgroud)

输出:

/opt/extras.ubuntu.com/my-weather-indicator/bin
/opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator
/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/dygraph-combined.js
Run Code Online (Sandbox Code Playgroud)