Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

emacs: package-name is an available obsolete package

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?

like image 401
Billal Begueradj Avatar asked Aug 20 '18 14:08

Billal Begueradj


1 Answers

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.

like image 132
Ricky Robinson Avatar answered Oct 22 '22 15:10

Ricky Robinson