joostkremers / ebib

A BibTeX database manager for Emacs.
https://joostkremers.github.io/ebib/
BSD 3-Clause "New" or "Revised" License
275 stars 37 forks source link

Melpa install of ebib fails with `http://stable.melpa.org/packages/ebib-2.25.1.tar: Not found` #254

Closed balajis closed 2 years ago

balajis commented 2 years ago

Problem

The ebib tar file appears to be missing from melpa.org, so melpa install doesn't work.

Detail

To reproduce the issue, open up emacs and then: M-x package-install <RET> ebib <RET>

You get the following error: http://stable.melpa.org/packages/ebib-2.25.1.tar: Not found

Here's a screenshot of the minibuffer:

image
joostkremers commented 2 years ago

In my experience this is usually caused by your local package list not being up to date. Try updating your package list and see if the problem persists.

balajis commented 2 years ago

Thanks, that worked. For anyone coming across this:

M-x list-packages <RET>

Wait till you see the list, then again try the package-install command.