I realized that I forgot to do the pin locking of the Firefox with the KDE support and lost it now.
How to I rectify this mess I made?
How to I rectify this mess I made?
sudo add-apt-repository ppa:blue-shell/firefox-kde echo -e 'Package: *\nPin: release o=LP-PPA-blue-shell-firefox-kde\nPin-Priority: 1000' | sudo tee /etc/apt/preferences.d/blue-shell-firefox > /dev/null sudo apt-get update sudo apt-get install --no-install-recommends firefox firefox-kde-support
Comment