Search found 2 matches
- Fri Oct 04, 2013 2:05 pm
- Forum: Other topics
- Topic: [RESOLVE] Find the name of Ubuntu version with Mint
- Replies: 10
- Views: 23034
Re: [RESOLVE] Find the name of Ubuntu version with Mint
Hi all, I have read a little about awk so this is my prettier solution : #Add the key wget -q http://josm.openstreetmap.de/josm-apt.key -O- | sudo apt-key add - #Add the repository echo "deb http://josm.openstreetmap.de/apt `grep "VERSION=" /etc/os-release | awk '{ print $2 }' | tr [:...
- Wed Oct 02, 2013 1:48 pm
- Forum: Other topics
- Topic: [RESOLVE] Find the name of Ubuntu version with Mint
- Replies: 10
- Views: 23034
Re: [RESOLVE] Find the name of Ubuntu version with Mint
Hello all, On Olivia, the previous solution doesn't work for me (Ubuntu version : 13.04, Raring Ringtail) so to install JOSM with the openstreetmap.de repository and stay with a recent version of this amazing tool you can use these commands : #Add the key wget -q http://josm.openstreetmap.de/josm-ap...