This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# KDE Neon 15.18.0 post install | |
# first step, upgrade | |
sudo pkcon refresh | |
sudo pkcon update | |
# opera web browser | |
wget -qO- https://deb.opera.com/archive.key | sudo apt-key add - | |
sudo add-apt-repository 'deb https://deb.opera.com/opera-stable/ stable non-free' | |
sudo apt-get update |