echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823
sudo apt-get update
sudo apt-get install sbt
# sudo apt-get update
...
Ign https://dl.bintray.com InRelease
Ign https://dl.bintray.com Release.gpg
Ign https://dl.bintray.com Release
Err https://dl.bintray.com Packages
Received HTTP code 403 from proxy after CONNECT
...
W: Failed to fetch https://dl.bintray.com/sbt/debian/Packages Received HTTP code 403 from proxy after CONNECT
E: Some index files failed to download. They have been ignored, or old ones used instead.
pub 4096R/642AC823 2015-05-29
Fingerprint=2EE0 EA64 E40A 89B8 4B2D F734 99E8 2A75 642A C823
uid sbt build tool <scalasbt@gmail.com>
sig sig3 642AC823 2015-05-29 __________ __________ [selfsig]
sub 4096R/06F9BF46 2015-05-29
sig sbind 642AC823 2015-05-29 __________ __________ []
https://keyserver.ubuntu.com/pks/lookup?op=vindex&search=sbt+build&fingerprint=on
# uname -a
Linux xxxxxxxx 3.13.0-107-generic #154-Ubuntu SMP Tue Dec 20 09:57:27 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty