Changes between Version 145 and Version 146 of Download
- Timestamp:
- 2020-03-02T19:02:15+01:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v145 v146 65 65 Edit the package resource list {{{/etc/apt/sources.list}}}: 66 66 67 {{{ 68 #!sh 69 sudo $EDITOR /etc/apt/sources.list 67 {{{#!sh 68 sudo editor /etc/apt/sources.list 69 }}} 70 {{{#!comment 71 ### below does not work on GNU Debian systems 72 `sudo $EDITOR /etc/apt/sources.list` 70 73 }}} 71 74 72 75 and add one of the following lines according to your Ubuntu-Version: 73 76 74 {{{ 75 #!sh 77 {{{#!sh 76 78 deb https://josm.openstreetmap.de/apt artful universe 77 79 deb https://josm.openstreetmap.de/apt bionic universe … … 90 92 ### below did not work on all systems 91 93 and add the following line: 92 ` 93 deb https://josm.openstreetmap.de/apt VERSION universe 94 ` 94 `deb https://josm.openstreetmap.de/apt VERSION universe` 95 95 }}} 96 96 97 97 Download and register the [[/josm-apt.key|public key]]: 98 {{{ 99 #!sh 98 {{{#!sh 100 99 wget -q https://josm.openstreetmap.de/josm-apt.key -O- | sudo apt-key add - 101 100 }}} 102 101 103 102 Now refresh your sources (you may need to install `sudo apt-get install apt-transport-https`) 104 {{{ 105 #!sh 103 {{{#!sh 106 104 sudo apt-get update 107 105 }}} 108 106 and install: 109 107 110 {{{ 111 #!sh 108 {{{#!sh 112 109 # You can skip this first line if these packages were not installed before. 113 110 sudo apt-get remove josm josm-plugins
