mbruzek@warhorse:/etc/apt/sources.list.d$ ls
charmers-ubuntu-tools-xenial.list juju-ubuntu-stable-xenial.list
docker.list juju-ubuntu-stable-xenial.list.save
docker.list.distUpgrade scootersoftware.list
docker.list.save scootersoftware.list.distUpgrade
fingerprint-ubuntu-fingerprint-gui-xenial.list scootersoftware.list.save
fingerprint-ubuntu-fingerprint-gui-xenial.list.save slack.list
google-chrome.list steam.list
google-chrome.list.distUpgrade steam.list.distUpgrade
google-chrome.list.save steam.list.save
graphics-drivers-ubuntu-ppa-xenial.list yellow-ubuntu-ppa-vivid.list
graphics-drivers-ubuntu-ppa-xenial.list.save yellow-ubuntu-ppa-vivid.list.distUpgrade
juju-ubuntu-devel-xenial.list yellow-ubuntu-ppa-vivid.list.save
juju-ubuntu-devel-xenial.list.save
mbruzek@warhorse:/etc/apt/sources.list.d$ sudo rm juju-ubuntu-stable-xenial.list*
mbruzek@warhorse:/etc/apt/sources.list.d$ sudo apt-get update
...
mbruzek@warhorse:/etc/apt/sources.list.d$ sudo apt-get install juju-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
juju-core is already the newest version (1.25.6-0ubuntu1~16.04.1~juju1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
mbruzek@warhorse:/etc/apt/sources.list.d$ sudo apt-get purge juju-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
juju-core*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 260 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 592816 files and directories currently installed.)
Removing juju-core (1.25.6-0ubuntu1~16.04.1~juju1) ...
Purging configuration files for juju-core (1.25.6-0ubuntu1~16.04.1~juju1) ...
mbruzek@warhorse:/etc/apt/sources.list.d$ sudo apt-get install juju-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
juju-1.25
The following NEW packages will be installed:
juju-1.25 juju-core
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 36.5 MB of archives.
After this operation, 260 MB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.
mbruzek@warhorse:/etc/apt/sources.list.d$ sudo apt-get purge juju
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
juju*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 49.2 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 592799 files and directories currently installed.)
Removing juju (2.0-beta13-0ubuntu1~16.04.1~juju1) ...
mbruzek@warhorse:/etc/apt/sources.list.d$ sudo apt-get install juju
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
juju-core
The following NEW packages will be installed:
juju
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/9,816 B of archives.
After this operation, 49.2 kB of additional disk space will be used.
Selecting previously unselected package juju.
(Reading database ... 592796 files and directories currently installed.)
Preparing to unpack .../juju_2.0-beta13-0ubuntu1~16.04.1~juju1_all.deb ...
Unpacking juju (2.0-beta13-0ubuntu1~16.04.1~juju1) ...
Setting up juju (2.0-beta13-0ubuntu1~16.04.1~juju1) ...
mbruzek@warhorse:/etc/apt/sources.list.d$ juju
bash: /usr/bin/juju: No such file or directory
mbruzek@warhorse:/etc/apt/sources.list.d$ juju version
bash: /usr/bin/juju: No such file or directory
mbruzek@warhorse:/etc/apt/sources.list.d$ sudo apt-get install juju-2.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
juju-2.0 is already the newest version (2.0-beta13-0ubuntu1~16.04.1~juju1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
mbruzek@warhorse:/etc/apt/sources.list.d$ juju version
bash: /usr/bin/juju: No such file or directory
mbruzek@warhorse:/etc/apt/sources.list.d$ juju install juju-core
bash: /usr/bin/juju: No such file or directory
mbruzek@warhorse:/etc/apt/sources.list.d$ sudo apt-get install juju-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
juju-1.25
The following NEW packages will be installed:
juju-1.25 juju-core
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 36.5 MB of archives.
After this operation, 260 MB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.