Ubuntu: Force Refresh APT

While updating, I got the following error:

....
Err:1 https://ppa.launchpadcontent.net/obsproject/obs-studio/ubuntu jammy/main amd64 obs-studio amd64 30.1.0-0obsproject1~jammy
  404  Not Found [IP: 185.125.190.80 443]
E: Failed to fetch https://ppa.launchpadcontent.net/obsproject/obs-studio/ubuntu/pool/main/o/obs-studio/obs-studio_30.1.0-0obsproject1%7ejammy_amd64.deb  404  Not Found [IP: 185.125.190.80 443]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

After checking the PPA page, apparently OBS Studio has been updated to 30.1.1, and the lists that I currently have is outdated. So all I need to do is to clear the apt list, then retry the update.

sudo rm /var/lib/apt/lists/*_*

Source: https://unix.stackexchange.com/a/575356/278321

Disclaimer:

Not all articles here are meant to be correct. My notes might be wrong or may no longer be relevant. If you want to try things here, please proceed with caution.


Posted

in

by

Tags: