To get straight into it, here are the basic steps to remove the old repo and signing key and activate the new ones:
1. Remove the old repository from your PC
Code: Select all
sudo rm -f \
/etc/apt/sources.list.d/librewolf.sources \
/etc/apt/keyrings/librewolf.gpg \
/etc/apt/preferences.d/librewolf.pref \
/etc/apt/sources.list.d/librewolf.list \
/etc/apt/trusted.gpg.d/librewolf.gpg
Code: Select all
sudo apt update && sudo apt install extrepo
sudo extrepo enable librewolf
Code: Select all
sudo apt update && sudo apt upgrade librewolf
The extrepo utility is new to me and worked really well. It makes setting up supported 3rd party repos so much easier. No more manually creating the sources list and searching for the signing key and working out where to put it. Win Win!
