Get weather in the terminal ubuntu 16.04




Terminal:
curl wttr.in/caracas

2 comentarios :

install opera with ppa ubuntu




Setup key with:

Terminal:
wget -O - http://deb.opera.com/archive.key | sudo apt-key add -



Setup repository with:


Terminal:
sudo sh -c 'echo "deb http://deb.opera.com/opera-stable/ stable non-free" >> /etc/apt/sources.list.d/opera.list'


Update:

Terminal:
apt-get update


Installl

Terminal:
apt-get install opera



0 comentarios :