mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-02-11 17:00:49 +01:00
11 lines
446 B
Plaintext
11 lines
446 B
Plaintext
|
created: 20230901234812489
|
||
|
creator: Octt
|
||
|
modified: 20230901235302500
|
||
|
modifier: Octt
|
||
|
tags: Debian
|
||
|
title: dpkg
|
||
|
|
||
|
<<^wikipediaframe dpkg>>
|
||
|
|
||
|
* [[Ignore all dependencies for a specific package with apt-get|https://superuser.com/a/815371]] --- First install the package with `--force-depends` (dpkg) or `--nodeps` (apt), then find the offending package in `/var/lib/dpkg/status`, and edit the `Depends:` line to remove/alter the problematic dependency.
|