Modify

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#19689 closed enhancement (worksforme)

OS detection: Linux Mint

Reported by: josm.sanspourriel Owned by: josm.sanspourriel
Priority: minor Milestone:
Component: Core Version:
Keywords: ubuntu repository mint Cc:

Description

On https://josm.openstreetmap.de/wiki/Download#Ubuntu, one installation command suggests to use:
lsb_release -sc
However, on Linux Mint 20 it returns ulyana.
This repository doesn't exist.

Several suggestions:

  • add a link on the server so that ulyana links to fossa (same for other Linux Mint versions: link to the upstream Ubuntu version
  • make it work so that it works in Linux Mint

check if:

$(lsb_release -si) is Linuxmint

then use:

grep DISTRIB_CODENAME= /etc/upstream-release/lsb-release | awk -F = '{print $(2)}'

(it returns focal)

  • give a hint on the page how to install on Linux Mint

Except that, it works like a charm. As usual ;-)

Attachments (0)

Change History (5)

in reply to:  description comment:1 by skyper, 4 years ago

Keywords: ubuntu repository mint added
Owner: changed from team to josm.sanspourriel
Status: newneedinfo

Replying to josm.sanspourriel@…:

On https://josm.openstreetmap.de/wiki/Download#Ubuntu, one installation command suggests to use:
lsb_release -sc
However, on Linux Mint 20 it returns ulyana.
This repository doesn't exist.

Did you miss the following, a few lines above, while reading?

# For other Debian based distributions add:
deb https://josm.openstreetmap.de/apt alldist universe

Or does it not work?

comment:2 by anonymous, 4 years ago

I missed it as you state:

Alternatively, this can be done with the following one-liner in Ubuntu:

And I'm new to Linux Mint (I'm using usually Debian or Ubuntu), I'm used to see lsb_release -sc working as expected ;-).

May be you can state:

Alternatively, this can be done with the following one-liner in Ubuntu (not for other Debian based distributions):

in reply to:  2 comment:3 by skyper, 4 years ago

Resolution: worksforme
Status: needinfoclosed

Replying to anonymous:

I missed it as you state:

Alternatively, this can be done with the following one-liner in Ubuntu:

And I'm new to Linux Mint (I'm using usually Debian or Ubuntu), I'm used to see lsb_release -sc working as expected ;-).

May be you can state:

Alternatively, this can be done with the following one-liner in Ubuntu (not for other Debian based distributions):

It is a wiki. Just enhance it yourself if something is missing or described in a miss-understandable way.

comment:4 by josm.sanspourriel, 4 years ago

it is a wiki. Just enhance it yourself if something is missing or described in a miss-understandable way.

I didn't know it was open to non developers. Done, thanks

comment:5 by simon04, 4 years ago

For the reference: Download?action=diff&version=157
Thank you!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain josm.sanspourriel.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.