#!/bin/bash purge_packages || exit 1 sudo rm -f /etc/apt/trusted.gpg.d/vscodium.gpg sudo rm -f /etc/apt/sources.list.d/vscodium.list exit 0