广告

本站里的文章大部分经过自行整理与测试

2016年5月14日星期六

Gnome Shell Extension - Open Weather

https://github.com/jenslody/gnome-shell-extension-openweather
https://pkgs.org/fedora-23/fedora-updates-i386/gnome-shell-extension-openweather-1-0.18.20160325git8dd1696.fc23.noarch.rpm.html

Fedora 24 / 25 安装

$ su
$ dnf install gnome-shell-extension-openweather

Fedora 23 安装  

$ cd ~/Downloads
$ wget http://dl.fedoraproject.org/pub/fedora/linux/updates/23/i386/g/gnome-shell-extension-openweather-1-0.18.20160325git8dd1696.fc23.noarch.rpm
$ su
$ dnf install gnome-shell-extension-openweather-1-0.18.20160325*.fc23.noarch.rpm

Ubuntu GNOME / Debian 安装

$ sudo apt-get install gnome-shell-extension-weather

Manjaro GNOME 安装

$ su
$ pacman -S gnome-shell-extension-openweather

原码安装

# 编译需要用到 gnome-common
$ su
$ zypper install gnome-common   # OpenSUSE GNOME
$ urpmi gnome-common   # Mageia GNOME

$ su 用户名
$ cd ~ && git clone https://github.com/jenslody/gnome-shell-extension-openweather.git
$ cd ~/gnome-shell-extension-openweather
$ ./autogen.sh && make local-install

没有评论:

发表评论