I installed 17.04 ("Zesty Zapus")
I have an HP machine and I installed drivers for it from the CD.
I followed instructions found here. Except I should have replaced
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" >> /etc/apt/sources.list.d/pgdg.list'
with
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ zesty-pgdg main" >> /etc/apt/sources.list.d/pgdg.list'
I followed instructions here
except that I replaced xenial
with zesty
in step 1. (Also I did not follow instructions here for installing RStudio.)