# Step 1: Remove Steam and Steam launcher
sudo apt-get remove steam steam-launcher
# Step 2: Purge Steam along with configuration files
sudo apt-get purge steam steam-launcher
# Step 3: Remove Steam directory and links in the home folder
rm -rf ~/.local/share/Steam && rm -rf ~/.steam*This will fully uninstall Steam and delete any related configuration or leftover files.