#10332 closed defect (fixed)
Create or update your PPA for install in Mint
Reported by: | percherie | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 14.08 |
Component: | Core | Version: | |
Keywords: | Cc: | simon04, stoecker |
Description
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
Attachments (0)
Change History (8)
comment:2 by , 10 years ago
Could you try to download the package from our repository manually and install it with dpkg
in order to test if the package is working on Mint. - Thanks
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I have added a new generic distribution, which should work for Mint:
deb http://josm.openstreetmap.de/apt alldist universe
follow-up: 7 comment:4 by , 10 years ago
Yes i use it for 2 years JOSM with Linux Mint. It's work perfectly ;-)
i test new depot it's ok. I test after totality remove josm after add new adresse:
sudo apt-get autoremove josm sudo apt-get clean sudo apt-get update sudo apt-get install josm
Why don't prefer PPA ? Add new deposetery it's easy now.
follow-up: 6 comment:5 by , 10 years ago
Cc: | added |
---|
Replying to percherie:
Problem your PPA is out of date : https://launchpad.net/~openstreetmap/+archive/ubuntu/ppa
We should remove this antediluvian version of JOSM from there... Who could do that?
comment:6 by , 10 years ago
Replying to Don-vip:
We should remove this antediluvian version of JOSM from there... Who could do that?
Done. (May take some time)
comment:7 by , 10 years ago
Replying to anonymous:
Why don't prefer PPA ? Add new deposetery it's easy now.
The way it is set up at the moment, this would be significant additional work and I don't see a mayor advantages compared to our current repository.
comment:8 by , 10 years ago
Milestone: | → 14.08 |
---|
EDT: Sorry, I first need to wake up and read the report properly.
Is this the recommended way to install josm on ubuntu(-derivates) ?
At least for Ubuntu we have our own repository. See Download for instructions.
Do not know if these packages work with Mint, though, but please try and report the result. - Thanks.