FS#26990 - [pacman] Integrate with other package managers
Attached to Project:
Pacman
Opened by darkraven (darkraven) - Friday, 18 November 2011, 06:30 GMT
Last edited by Allan McRae (Allan) - Sunday, 22 April 2012, 10:29 GMT
Opened by darkraven (darkraven) - Friday, 18 November 2011, 06:30 GMT
Last edited by Allan McRae (Allan) - Sunday, 22 April 2012, 10:29 GMT
|
Details
Description:
Nowadays many scripting languages have their own package managers, link CPAN, CRAN, NPM and so on. If I think install packages using those PMs, pacman won't be aware of packages installed, and thus can't manager them. It's possible to convert those packages to PKGBUILDs though, with some converter from AUR. But that's quite inconvenient. And installing them locally (not system-wise) is not always a suitable solution. So I think it'll be good to integrate pacman with other package managers. Pacman should be able to read other PMs' database to get lists of installed packages, and invoke appropriate PM when installing packages from outside of pacman's repo. |
This task depends upon
Anyway, now I understand that the solution should be a wrapper for pacman, rather than modifying pacman. That kind of wrapper should be able to sync package information between different PMs.