Ubuntu Pastebin

Paste from zeestrat at Thu, 24 Nov 2016 09:13:26 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# Remove the juju/daily ppa
sudo rm /etc/apt/sources.list.d/juju-ubuntu-daily-xenial.list
sudo rm /etc/apt/sources.list.d/juju-ubuntu-daily-xenial.list.save

# Remove juju
sudo apt-get remove --purge juju juju-2.0

# Update apt
sudo apt-get update

# Install juju
sudo apt-get install juju
Download as text