<div dir="ltr">In the spirit of providing a temporary solution to the request to <a href="https://bugs.swift.org/browse/SR-116">https://bugs.swift.org/browse/SR-116</a>, I&#39;ve been posting .deb packages for Ubuntu 14.04 and 15.10 on an S3 repository.  <div><br></div><div>The following commands will add the repository to allow installation of swift-2.2:<br><div><br></div><div><div>wget -qO- <a href="http://dev.iachieved.it/iachievedit.gpg.key">http://dev.iachieved.it/iachievedit.gpg.key</a> | sudo apt-key add -</div></div><div><br></div><div>Ubuntu 14.04:</div><div>echo &quot;deb <a href="http://iachievedit-repos.s3.amazonaws.com/">http://iachievedit-repos.s3.amazonaws.com/</a> trusty main&quot; | sudo tee --append /etc/apt/sources.list<br></div></div><div><br></div><div>Ubuntu 15.10:</div><div>echo &quot;deb <a href="http://iachievedit-repos.s3.amazonaws.com/">http://iachievedit-repos.s3.amazonaws.com/</a> wily main&quot; | sudo tee --append /etc/apt/sources.list<br></div><div><br></div><div><div>sudo apt-get update</div></div><div><div>apt-get install swift-2.2</div></div><div><br></div><div>I typically try to get an updated package out there shortly after the .tgz are released by Apple, but these are built on my own and are not a repackaging of the Apple binaries.</div><div><br></div><div>At some point for SR-116 the real answer is to not use a PPA or my repositories but work with Debian and Ubuntu to get a full package maintainer.  In the meantime, these are for anyone to enjoy.</div><div><br></div><div>Joe</div><div><br></div></div>