15

Whenever I install a MELPA package, I get this message:

package-name is an available obsolete package

Here is a screenshot of what I mean (first line):

enter image description here

I tried this solution but it did not help.

How to fix it?

Billal Begueradj
  • 20,717
  • 43
  • 112
  • 130

1 Answers1

5

That message confused me too. It turns out it's just a poor choice of words for saying that there's a new version available.

https://lists.gnu.org/archive/html/help-gnu-emacs/2019-02/msg00082.html

Once you update the list of packages with M-x package-refresh-contents, then you can type U x and it will upgrade all installed packages that have a more recent version available.

Once that is done, the message you see when you open the description of an updated package will be:

Package x is installed.

Ricky Robinson
  • 21,798
  • 42
  • 129
  • 185