meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:general:apt [2018/05/24 08:16] – niziak | linux:general:apt [2021/09/26 07:47] (current) – niziak | ||
|---|---|---|---|
| Line 119: | Line 119: | ||
| ====== Errors ====== | ====== Errors ====== | ||
| + | |||
| + | ===== trying to overwrite | ||
| + | < | ||
| + | dpkg: error processing archive / | ||
| + | | ||
| + | dpkg-deb: error: paste subprocess was killed by signal (Broken pipe) | ||
| + | Errors were encountered while processing: | ||
| + | / | ||
| + | Config is in use. | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | apt-get -f -o Dpkg:: | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== BADSIG ===== | ||
| + | |||
| Error: | Error: | ||
| < | < | ||
| Line 141: | Line 159: | ||
| + | ===== Download is performed unsandboxed ===== | ||
| + | Warning: | ||
| + | < | ||
| + | W: Download is performed unsandboxed as root as file '/ | ||
| + | </ | ||
| + | <code bash> | ||
| + | |||
| + | sudo chown -Rv _apt:root / | ||
| + | sudo chmod -Rv 774 / | ||
| + | |||
| + | </ | ||