Jump to content

Main public logs

Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:49, 31 March 2025 Kangtain talk contribs created page Ubuntu: dpkg fails on Ubuntu Server (Created page with "I finally got this fixed, I found a YouTube video that fixed my issue. These are the commands that fixed my problem: <syntaxhighlight lang="bash"> sudo mv /var/lib/dpkg/info /var/lib/dpkg/info_silent sudo mkdir /var/lib/dpkg/info sudo apt-get update sudo apt-get -f install sudo mv /var/lib/dpkg/info/* /var/lib/dpkg/info_silent sudo rm -rf /var/lib/dpkg/info sudo mv /var/lib/dpkg/info_silent /var/lib/dpkg/info </syntaxhighlight>")