Description
Search before asking
Pake version
every package produced by Pake replace and so conflict with /usr/bin/pake
so it is only possible to install 1 (one) Pake produced package
System version
ubuntu 24.04 (latest)
Node.js version
node 20.18
Minimal reproduce step
build a package with pake, install that ".deb" or install 2 package from the release section of github's tw93/Pake
What did you expect to see?
nothing special, just an ordinary install
What did you see instead?
LANG=C sudo dpkg -i Downloads/Excalidraw_x86_64.deb (Reading database ... 557164 files and directories currently installed.) Preparing to unpack .../Excalidraw_x86_64.deb ... Unpacking we-read (1.0.0) ... dpkg: error processing archive Downloads/Excalidraw_x86_64.deb (--install): trying to overwrite '/usr/bin/pake', which is also in package fuze 1.0.0 dpkg-deb: error: paste subprocess was killed by signal (Broken pipe) Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for bamfdaemon (0.5.6+22.04.20220217-0ubuntu5) ... Rebuilding /usr/share/applications/bamf-2.index... Processing triggers for mate-menus (1.26.1-1build3) ... Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ... Processing triggers for desktop-file-utils (0.27-2build1) ... Processing triggers for mailcap (3.70+nmu1ubuntu1) ... Errors were encountered while processing: Downloads/Excalidraw_x86_64.deb
Anything else?
its seems that every package (at least x86_64.deb) are know as "we-read" when downloaded from https://github.com/tw93/Pake/releases and conflict with /usr/bin/pake (which one replace my npm pake)
Are you willing to submit a PR?
- I'm willing to submit a PR!