#dpkg — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #dpkg, aggregated by home.social.
-
Synergy package broken - Sub-process /usr/bin/dpkg returned an error code (1) #packagemanagement #dpkg
-
Synergy package broken - Sub-process /usr/bin/dpkg returned an error code (1) #packagemanagement #dpkg
-
Purger des paquets déjà supprimés et ayant laissés des fichiers derrières eux.
https://grimoire.d12s.fr/2025/late_purge_of_removed_packages_on_debian.html
-
Purger des paquets déjà supprimés et ayant laissés des fichiers derrières eux.
https://grimoire.d12s.fr/2025/late_purge_of_removed_packages_on_debian.html
-
@attilakinali @nixCraft Actually you should be fine, but only if you apt-mark manual those libs that you needed for your custom packages.
It's good hygiene to do this often. You can reinstall the missing libs if needed. And if you can't, you're sitting on a time bomb anyway.
P.S. apt-find-foreign for even more clean systems after release upgrade.
-
1.
There may be equivalents to "pkg which" in some of the other package managers.
2.
"pw useradd" is not a straight exchange for shadow-utils useradd.
The very annoying gotcha (which means that one cannot just write a pw() shell function that strips the command name) is that they do not agree on whether the options come before or after the username argument.
-
1.
There may be equivalents to "pkg which" in some of the other package managers.
2.
"pw useradd" is not a straight exchange for shadow-utils useradd.
The very annoying gotcha (which means that one cannot just write a pw() shell function that strips the command name) is that they do not agree on whether the options come before or after the username argument.
-
One Open-source Project Daily
apt-get for .debs published via GitHub or direct download 📦
https://github.com/wimpysworld/deb-get
#1ospd #opensource #apt #aptget #deb #debian #dpkg #hacktoberfest #install #linux #packagemanager #ppa #ubuntu #upgrade -
One Open-source Project Daily
apt-get for .debs published via GitHub or direct download 📦
https://github.com/wimpysworld/deb-get
#1ospd #opensource #apt #aptget #deb #debian #dpkg #hacktoberfest #install #linux #packagemanager #ppa #ubuntu #upgrade -
CW: CW Debian 13 deb822
@unixtippse I think the format is as old as #dpkg itself, so circa 1994.
So, yes, it predates XML (1996), JSON (2000) and YAML (2001), but not Windows INI.
-
CW: CW Debian 13 deb822
@unixtippse I think the format is as old as #dpkg itself, so circa 1994.
So, yes, it predates XML (1996), JSON (2000) and YAML (2001), but not Windows INI.
-
Debian packages make installing software simple on Debian and Debian-based distributions.
Want to learn more? Check out my tutorial covering:
+ Verification & Installation — for all users
+ Getting the package’s code & How to Build — for programmers and advanced users
Read it here: https://rsm92.fr/articles/debian-packages
-
Nach dem System-Upgrade läuft nun die Duden Bibliothek wieder. Version 6.3.0 hatte in der neuen Umgebung Schwierigkeiten mit der HTML-Darstellung, also war nun ein Update fällig.
Version 6.5.2 der Duden Bibliothek ist nach wie vor nur als .deb-Paket erhältlich und ließ sich mit dem auf meinem RPM-basierten System vorhandenen dpkg erstmal nicht installieren, weil dieses keine zstd-Kompression unterstützt. Mit den hier gefundenen Kommandos
ar x package.deb zstd -d < control.tar.zst | xz > control.tar.xz zstd -d < data.tar.zst | xz > data.tar.xz ar -m -c -a sdsd package.deb debian-binary control.tar.xz data.tar.xz
ließ sich das Installationspaket aber auf ein xz-komprimiertes Paket „umrüsten".
Damit klappte dann die Installation. Wegen Nutzung von dpkg zwar ohne Eintrag in die reguläre Paketverwaltung, da sich aber alle Dateien unterhalb von /opt/dudenbibliothek6 einfinden, ist das für mich verschmerzbar. -
Nach dem System-Upgrade läuft nun die Duden Bibliothek wieder. Version 6.3.0 hatte in der neuen Umgebung Schwierigkeiten mit der HTML-Darstellung, also war nun ein Update fällig.
Version 6.5.2 der Duden Bibliothek ist nach wie vor nur als .deb-Paket erhältlich und ließ sich mit dem auf meinem RPM-basierten System vorhandenen dpkg erstmal nicht installieren, weil dieses keine zstd-Kompression unterstützt. Mit den hier gefundenen Kommandos
ar x package.deb zstd -d < control.tar.zst | xz > control.tar.xz zstd -d < data.tar.zst | xz > data.tar.xz ar -m -c -a sdsd package.deb debian-binary control.tar.xz data.tar.xz
ließ sich das Installationspaket aber auf ein xz-komprimiertes Paket „umrüsten".
Damit klappte dann die Installation. Wegen Nutzung von dpkg zwar ohne Eintrag in die reguläre Paketverwaltung, da sich aber alle Dateien unterhalb von /opt/dudenbibliothek6 einfinden, ist das für mich verschmerzbar. -
BassBoom is now easier to install!
We have made some of the biggest changes in BassBoom. This time, it’s about packaging the software for easier installation. Starting from BassBoom 0.1.12 and 0.2.7, we are providing the following package installers for different systems:
- Windows Installer for Windows systems
- Launchpad PPA for Ubuntu
- PKGBUILD for Arch Linux using the AUR
As we’ve promised, we’ve made installation of the BassBoom application easier than never before by shipping different types of installers apart from the regular distribution method that utilizes the packaged ZIP file for the application itself.
The documentation will be updated soon to provide instructions on how to install BassBoom using one of the above packaging methods that we’ve recently introduced. This will make your experience regarding installation of BassBoom smoother than before and save your time extracting the archive and remembering the path to the executable file.
If you’ve used the Windows Installer to install BassBoom, you’ll be greeted with this screen:
Just follow the instructions on the screen, and you’re done!
As for the Launchpad PPA, we’re uploading the packages that correspond to the API version of BassBoom releases to the archive. To install BassBoom, use the following commands:
$ sudo add-apt-repository ppa:eofla/bassboom $ sudo apt update $ sudo apt install bassboom
Then, follow the instructions on the screen to select a version series to install, currently being:
- bassboom-1: Installs BassBoom v0.1.x series
- bassboom-2: Installs BassBoom v0.2.x series
As for the Arch Linux distribution, use your AUR helper to install one of the following packages, depending on what series you want to install:
- bassboom-1: Installs BassBoom v0.1.x series from the latest release tag
- bassboom-1-git: Installs BassBoom v0.1.x series from the live servicing branch
- bassboom-2: Installs BassBoom v0.2.x series from the latest release tag
- bassboom-2-git: Installs BassBoom v0.2.x series from the live servicing branch
- bassboom-3-git: Installs an upcoming version of BassBoom from the live servicing branch
You can download BassBoom 0.1.13 and 0.2.8 here:
Download 0.2.8 Download 0.1.13 #arch #ArchLinux #bassboom #deb #dpkg #Launchpad #LaunchpadPPA #news #PKGBUILD #Tech #Technology #Ubuntu #update #Windows #WindowsInstaller -
Ever accidentally blow away your /boot partition?
dpkg -S /boot
will list what packages were written there. then you can do an 'apt-get --reinstall install <pkgs>' to fix it... This is Debian. Probably similarly for pacman, apk, emerge, etc.
So, why do I mention this?
Was replacing a failed drive (md RAID 1 root) in my garage "Artoo" unit and was duping the partitions from working to new ssd.
I guess I dd'ed the new empty /boot to the old working /boot. I was aiming for the UEFI partition...
Big dummy! LOL
Oh well. No one died, move along, nothing to see here. System is back up again now and in sleep mode for the rest of the night.
-
Jetzt online: Linux Mint - Updatefehler und APT-Fehler beheben (Bonus-Video)
-
Jetzt online: Linux Mint - Updatefehler und APT-Fehler beheben (Bonus-Video)
-
If you want to know what files (and where they are) are in a Debian package that you installed, try this:
```
$ dpkg-query -L name-of-package
```For e.g. I was looking for a particular file in libmupdf-dev ending in ".so" ... It was not there!
```
dpkg-query -L libmupdf-dev | grep ".so$"
```🦇
-
If you want to know what files (and where they are) are in a Debian package that you installed, try this:
```
$ dpkg-query -L name-of-package
```For e.g. I was looking for a particular file in libmupdf-dev ending in ".so" ... It was not there!
```
dpkg-query -L libmupdf-dev | grep ".so$"
```🦇
-
apt update時に一部のリポジトリで以下のようなメッセージが出ていました.特に問題はないので放置していましたが直してみました.
$ sudo apt update
–snip–
Notice: Skipping acquire of configured file ‘main/binary-i386/Packages’ as repository ‘https://brave-browser-apt-release.s3.brave.com stable InRelease’ doesn’t support architecture ‘i386’
Notice: Skipping acquire of configured file ‘main/binary-i386/Packages’ as repository ‘https://download.vscodium.com/debs vscodium InRelease’ doesn’t support architecture ‘i386’
–snip–
[…]
-
Linux begreifen 2b: Mehr Paketverwaltung
https://tube.tchncs.de/videos/watch/a48d7efe-b6c7-42b0-ab05-4d4e18a07ffe
-
How To Fix "dpkg-deb: lzma error: compressed data is corrupt" Error In Debian 12 And Ubuntu Linux #Debian #Ubuntu #Linux #Troubleshooting #PackageManagement #Dpkg #Apt
https://ostechnix.com/fix-dpkg-deb-lzma-error-compressed-data-is-corrupt-error-in-debian/ -
How To Fix "dpkg-deb: lzma error: compressed data is corrupt" Error In Debian 12 And Ubuntu Linux #Debian #Ubuntu #Linux #Troubleshooting #PackageManagement #Dpkg #Apt
https://ostechnix.com/fix-dpkg-deb-lzma-error-compressed-data-is-corrupt-error-in-debian/ -
"Debian Packaging from First Principles – Part 1 – Simple .deb"
https://mikecoats.com/debian-packaging-first-principles-part-1-simple/
-
"Debian Packaging from First Principles – Part 1 – Simple .deb"
https://mikecoats.com/debian-packaging-first-principles-part-1-simple/
-
Linux dpkg question: anybody ever had a broken version string somewhere in /var/lib/dpkg/status? More specifically, in a "Provides" field?
Which make dpkg fail when called from apt upgrade?
The strange thing: I installed the stuff in question ages ago. And made many upgrades since then, without issues. Why now?Oh, and the broken version string looks like this:
"node-types-lodash.omit (= 4.5.6- )" -
The Right Way To Handle Dpkg Lock Error In Debian And Ubuntu Linux #Dpkg #Debian #Ubuntu #Linux #Troubleshooting #Packagemanager
https://ostechnix.com/dpkg-lock-error-debian-ubuntu/ -
The Right Way To Handle Dpkg Lock Error In Debian And Ubuntu Linux #Dpkg #Debian #Ubuntu #Linux #Troubleshooting #Packagemanager
https://ostechnix.com/dpkg-lock-error-debian-ubuntu/ -
A Beginner's Guide To Using dpkg Command In Linux #dpkg #debian #ubuntu #linux #packagemanager
https://ostechnix.com/dpkg-command-usage/ -
A Beginner's Guide To Using dpkg Command In Linux #dpkg #debian #ubuntu #linux #packagemanager
https://ostechnix.com/dpkg-command-usage/ -
Ну чому не можна було дати тільки одну назву для одної архітектури. У процесорів для настільних ПК є 32-bit й 64-bit архітектур які називаються, або x86 і x86_64, або i386 і amd64 відповідно. А ще іноді 32-bit називають i686.
Проблема ж у, тому що у різних місцях може прийматись тільки один варіант і важко запамʼятати де який.
Для прикладу у репозиторіях
Arch GNU/Linuxпакунки мають мітку x86_64 архітектуру, а уDebina GNU/Linux-amd64.Перевірити архітектуру в терміналі можна кількома способами.
Uname
$ uname -m x86_64dpkg(debian)
$ dpkg --print-architecture amd64#процесори #архітектури #cpu #processors #arch #architecture #x86 #i386 #i686 #x86_64 #amd64 #uname #dpkg #repos #linux
-
Ну чому не можна було дати тільки одну назву для одної архітектури. У процесорів для настільних ПК є 32-bit й 64-bit архітектур які називаються, або x86 і x86_64, або i386 і amd64 відповідно. А ще іноді 32-bit називають i686.
Проблема ж у, тому що у різних місцях може прийматись тільки один варіант і важко запамʼятати де який.
Для прикладу у репозиторіях
Arch GNU/Linuxпакунки мають мітку x86_64 архітектуру, а уDebina GNU/Linux-amd64.Перевірити архітектуру в терміналі можна кількома способами.
Uname
$ uname -m x86_64dpkg(debian)
$ dpkg --print-architecture amd64#процесори #архітектури #cpu #processors #arch #architecture #x86 #i386 #i686 #x86_64 #amd64 #uname #dpkg #repos #linux
-
On a #Debian machine [0], packages are all currently installed correctly and working.
But #APT and #dpkg data has been lost; all of '/var/lib/apt/', '/var/lib/dpkg/', '/var/lib/aptitude/', '/var/cache/apt/' have been deleted.
This means that every actually-installed package is, as far as #Aptitude is concerned, not installed.
How can I get APT (and Aptitude) to re-populate its database so the status is correct for every one?
[0]: Debian "trixie" (current "testing"), if it matters.
-
Updated blog post: Discover to which package a file belongs to
With the right Linux software tools, it is easy to find to which package a file belongs. Or the opposite, what files are part of an installed package. #debian #dnf #dpkg #gentoo #linux #opensuse #package manager #packages #rpm #ubuntu #yum #zypper
Link: https://linux-audit.com/determine-file-and-related-package/
Feedback and boosts welcome 🌌
-
Updated blog post: Discover to which package a file belongs to
With the right Linux software tools, it is easy to find to which package a file belongs. Or the opposite, what files are part of an installed package. #debian #dnf #dpkg #gentoo #linux #opensuse #package manager #packages #rpm #ubuntu #yum #zypper
Link: https://linux-audit.com/determine-file-and-related-package/
Feedback and boosts welcome 🌌
-
CW: CW Debian versioning
Small revamp of dpkg-sort-versions(1), now with 2 different invocations, a --help option and a manual page. #debian #dpkg #ubuntu https://github.com/mschmitt/dpkg-sort-versions
-
TIL: Since #dpkg 1.20.6 (#Debian bullseye), one can tag configuration files as "remove-on-upgrade" and dpkg will remove them for you when the package is upgraded. No more dpkg-maintscript-helper dance required.
https://manpages.debian.org/bookworm/dpkg-dev/deb-conffiles.5.en.html
https://manpages.debian.org/bookworm/debhelper/dh_installdeb.1.en.html#package~7 -
How To Check Package Availability In Debian and Ubuntu Repositories #Debian #Ubuntu #dpkg-repo-query #Linuxcommands #Linuxbasics #Linuxhowto #Packagemanagement #Bashscript
https://ostechnix.com/check-package-availability-in-debian-and-ubuntu-repositories/ -
Apt on Steroids: @linuxnews_de explores the Nala front end for the #Debian Apt package manager https://www.linux-magazine.com/Issues/2023/267/Nala #Nala #Debian #Apt #PackageManager #dpkg #performance #utility #CommandLine