What's baffling to me is that there's support for signing,, but no support for an encryption layer. When delivering software updates for embedded devices, I need to do both, so I have to roll my own container format. This seems to also be the case with package formats like ipkg/opkg, which are targeted for the embedded use case.
RPM Packages Explained
21–30 of 57 posts
Re: RPM Packages Explained
#22Re: RPM Packages Explained
#23This article goes into more detail of RPM: https://xyrillian.de/thoughts/posts/argh-pm.html
Re: RPM Packages Explained
#24This article goes into more detail of RPM: https://xyrillian.de/thoughts/posts/argh-pm.html
Re: RPM Packages Explained
#25After spending years messing with RPM packages in the sysadmin world, I now breathe a sigh of relief with Arch/pacman. Building/maintaining/installing RPMs is painful compared to Arch or Debian's dpkg.
Re: RPM Packages Explained
#26After spending years messing with RPM packages in the sysadmin world, I now breathe a sigh of relief with Arch/pacman. Building/maintaining/installing RPMs is painful compared to Arch or Debian's dpkg.
I don't have much experience with them but I was under the impression than just writing a specfile and calling rpmbuild was a step up compared to debian, which seems a mess to me with the makefiles and other stuff all over the place and all those dpkg commands which are wrappers for each other.
Re: RPM Packages Explained
#27After spending years messing with RPM packages in the sysadmin world, I now breathe a sigh of relief with Arch/pacman. Building/maintaining/installing RPMs is painful compared to Arch or Debian's dpkg.
Having worked a lot with RPM, other package managers, containers and proprietary build systems... I would choose debs every time.
Best command ever...
Re: RPM Packages Explained
#28After spending years messing with RPM packages in the sysadmin world, I now breathe a sigh of relief with Arch/pacman. Building/maintaining/installing RPMs is painful compared to Arch or Debian's dpkg.
I'm curious at how you find rpms more painful to build than debs ? I don't have much experience with them but I was under the impression than just writing a specfile and calling rpmbuild was a step up compared to debian, which seems a mess to me with the makefiles and other stuff all over the place and all those dpkg commands which are wrappers for each other.
- yum/dnf take extraordinary amounts of time compared to apt
- debs are all in one source. Upstream sources are clean, predictable, and easy to troubleshoot.
Re: RPM Packages Explained
#29After spending years messing with RPM packages in the sysadmin world, I now breathe a sigh of relief with Arch/pacman. Building/maintaining/installing RPMs is painful compared to Arch or Debian's dpkg.
rpm hell was the Dark Ages of FOSS, and I'm so glad that the community has resolved that problem. However, the bitter taste still lingers and for this reason I will never take rpm files seriously again.
Re: RPM Packages Explained
#30This article goes into more detail of RPM: https://xyrillian.de/thoughts/posts/argh-pm.html