FS#65654 - pacman does not warn about out-of-date package when trying to install one
Attached to Project:
Pacman
Opened by egil (egil) - Friday, 28 February 2020, 17:43 GMT
Last edited by Allan McRae (Allan) - Saturday, 29 February 2020, 08:03 GMT
Opened by egil (egil) - Friday, 28 February 2020, 17:43 GMT
Last edited by Allan McRae (Allan) - Saturday, 29 February 2020, 08:03 GMT
|
Details
Description:
I recently wasted 1000 MB by installing https://www.archlinux.org/packages/community/x86_64/intellij-idea-community-edition/ which was earlier flagged out of date. pacman did not warn me and I think this is a bug. Additional info: intellij failed to start the plugin I needed because of being out of date, see Steps to reproduce: run pacman -S intellij-idea-community-edition |
This task depends upon
Closed by Allan McRae (Allan)
Saturday, 29 February 2020, 08:03 GMT
Reason for closing: Won't implement
Additional comments about closing: This is not a pacman issue.
Saturday, 29 February 2020, 08:03 GMT
Reason for closing: Won't implement
Additional comments about closing: This is not a pacman issue.
If it is just about reporting when a website's out-of-date flag indicates the package is out of date, then this is likely not going to help you a lot anyway, because I assume you want the package even if it happens to not be running the latest feature release.
Either one could, I suppose, be done using an alpm hook: https://www.archlinux.org/pacman/alpm-hooks.5.html
You probably would need to write your own script to scrape a website for pertinent information. (archweb, which powers https://www.archlinux.org/, has json endpoints, flyspray which powers this bugtracker will need html scraping.)
This is definitely not something I see becoming core pacman functionality.