nabijaczleweli/cargo-update

[ bug ] Reports on packages that no longer exist

yonas opened this issue · 4 comments

After removing some programs from ~/.cargo/bin, they still appear in cargo install-update -a.

argo-install-update 14.1.1
OS: Ubuntu 24

You removed Some File, this doesn't uninstall the package. Uninstall the package if you don't want to see updates for it.

@nabijaczleweli What package? I installed them via cargo install?

Then you will be delighted to know that you can do cargo uninstall to undo this.

Thanks!