Clementine appears in two PPAs. How can I specify which one to use?
- by S Wilson
The clementine package in 12.04 lacks spotify support. So I added the clementine PPA like this:
sudo add-apt-repository ppa:me-davidsansome/clementine
sudo apt-get update
sudo apt-get install clementine
Then I installed like this:
sudo apt-get install clementine=1.0.1~precise
Because that's the version in the clementine-specific PPA. But now the update manager wants to update to the version from the ubuntu archive because it's newer.
How can I tell it to maintain clementine from the clementine PPA, not the ubuntu PPA?
I realize similar questions have been asked but not exactly this, and I can't figure it out, so any help would be appreciated.
Thanks.