/ 中存储网

Ubuntu环境下安装中国天气预报工具cnWeather的方法及命令

2015-06-25 15:20:37 来源:中存储网

当前在 Ubuntu 下已经有一款天气应用指示器 indicator-weather,但其可查询的中国城市天气屈指可数。Ubuntu 中文论坛上的 Just_Fancy 近日开发出一款中国天气预报工具 cnWeather,数据来源取自“中国天气网”。该工具且提供配置界面。

当前暂不支持自动设置开机启动,需手动设置,点击“系统设置-开机启动应用程序”。

Ubuntu 12.04 安装

方法一:获取源代码

git clone git://github.com/timxx/cnweather.git

方法二:添加 PPA

sudo  apt-add-repository  ppa:timxx/cnweatherx
sudo apt-get update && sudo apt-get install cnweather

或者下载 DEB 安装包:https://launchpad.net/~timxx/+archive/cnweatherx/+packages