Things to do after installing Ubuntu

Disable firefox snap:

echo ‘
Package: *
Pin: release
Pin-Priority: 1001

Package: firefox
Pin: version 1:1snap1-0ubuntu2
Pin-Priority: -1
‘ | sudo tee /etc/apt/preferences.d/mozilla-firefox

apt remove nano
Install vscodium:

curl -fSsL…


This content originally appeared on DEV Community and was authored by tripleo

  1. Disable firefox snap:
echo '
Package: *
Pin: release
Pin-Priority: 1001

Package: firefox
Pin: version 1:1snap1-0ubuntu2
Pin-Priority: -1
' | sudo tee /etc/apt/preferences.d/mozilla-firefox
  1. apt remove nano

  2. Install vscodium:

  curl -fSsL https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | sudo gpg --dearmor | sudo tee /usr/share/keyrings/vscodium.gpg >/dev/null
  echo "deb [arch=amd64 signed-by=/usr/share/keyrings/vscodium.gpg] https://download.vscodium.com/debs vscodium main" | sudo tee /etc/apt/sources.list.d/vscodium.list
  sudo apt update
  sudo apt install codium #-insiders, if you like that
  1. ...


This content originally appeared on DEV Community and was authored by tripleo


Print Share Comment Cite Upload Translate Updates
APA

tripleo | Sciencx (2024-09-20T02:33:58+00:00) Things to do after installing Ubuntu. Retrieved from https://www.scien.cx/2024/09/20/things-to-do-after-installing-ubuntu/

MLA
" » Things to do after installing Ubuntu." tripleo | Sciencx - Friday September 20, 2024, https://www.scien.cx/2024/09/20/things-to-do-after-installing-ubuntu/
HARVARD
tripleo | Sciencx Friday September 20, 2024 » Things to do after installing Ubuntu., viewed ,<https://www.scien.cx/2024/09/20/things-to-do-after-installing-ubuntu/>
VANCOUVER
tripleo | Sciencx - » Things to do after installing Ubuntu. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/09/20/things-to-do-after-installing-ubuntu/
CHICAGO
" » Things to do after installing Ubuntu." tripleo | Sciencx - Accessed . https://www.scien.cx/2024/09/20/things-to-do-after-installing-ubuntu/
IEEE
" » Things to do after installing Ubuntu." tripleo | Sciencx [Online]. Available: https://www.scien.cx/2024/09/20/things-to-do-after-installing-ubuntu/. [Accessed: ]
rf:citation
» Things to do after installing Ubuntu | tripleo | Sciencx | https://www.scien.cx/2024/09/20/things-to-do-after-installing-ubuntu/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.