﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10332	Create or update your PPA for install in Mint	percherie	team	"Hi,


I use Linux Mint and command '''lsb_release -c''' return a codename version different (Nadia, Quiana). With a PPA installation it's simply, securely and adaptive.

For example without PPA i can use for Ubuntu but don't work for Mint
{{{
echo ""deb http://josm.openstreetmap.de/apt `lsb_release -sc` universe #JOSM"" | sudo tee -a /etc/apt/sources.list && wget -q http://josm.openstreetmap.de/josm-apt.key -O- | sudo apt-key add - && sudo apt-get update
}}}

With PPA i can use for Ubuntu '''AND''' Mint

{{{
sudo add-apt-repository ppa:openstreetmap/ppa && sudo apt-get update && sudo apt-get install josm
}}}

Problem your PPA is out of date : https://launchpad.net/~openstreetmap/+archive/ubuntu/ppa
"	defect	closed	normal	14.08	Core		fixed		simon04 stoecker
