I am trying to use apt-get
to install a specific version of amsynth. If I simply do
sudo apt-get install amsynth
It installs version 1.3. However I would like to install version 1.4. After searching the archive, it seems 1.4 is available http://packages.ubuntu.com/search?searchon=sourcenames&keywords=amsynth.
I've allowed the universe
packages (using the information in How do I enable the "Universe" repository?) and tried
sudo apt-get install amsynth=1.4.2-2
but the version cannot be found. How would I go about installing version 1.4?
Note: A potential solution is to install from https://launchpad.net/~nick-nickdowell/+archive/ubuntu/amsynth-master-daily.
However after running
sudo add-apt-repository ppa:nick-nickdowell/amsynth-master-daily
sudo apt-get update
sudo apt-get install amsynth
sudo apt-get upgrade
I still only have version 1.3 installed. The only clue I have as to why this doesn't work is that when running update I get in the console
W: Failed to fetch http://ppa.launchpad.net/nick-nickdowell/amsynth-master-daily/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found