0

I have been told that the newest package 1.8.2 is available. But I am not able to upgrade m17n-db package.

# apt-get --only-upgrade install m17n-db
Reading package lists... Done
Building dependency tree
Reading state information... Done
m17n-db is already the newest version (1.8.0-3).

I tried "apt-get update" command and it still shows the version 1.8.0

shantanuo
  • 191

1 Answers1

0

"I have been told that the newest package 1.8.2 is available"

You have perhaps misunderstood.

A new upstream release of that software, 1.8.2, has indeed occurred.
But it's not a package.
Nobody has yet packaged that new release for Debian or Ubuntu.

See for yourself the status of the package maintainers at Debian: https://tracker.debian.org/pkg/m17n-db

After the new version is packaged for Debian, the new version will be merged into a future release of Ubuntu.

user535733
  • 68,493