[ bug ] Reports on packages that no longer exist
yonas opened this issue · 4 comments
yonas commented
After removing some programs from ~/.cargo/bin
, they still appear in cargo install-update -a
.
argo-install-update 14.1.1
OS: Ubuntu 24
nabijaczleweli commented
You removed Some File, this doesn't uninstall the package. Uninstall the package if you don't want to see updates for it.
yonas commented
@nabijaczleweli What package? I installed them via cargo install
?
nabijaczleweli commented
Then you will be delighted to know that you can do cargo uninstall
to undo this.
yonas commented
Thanks!