Skip to content

Instantly share code, notes, and snippets.

@subhendu-de
Last active December 29, 2022 13:55
Show Gist options
  • Save subhendu-de/ca50d51e633b17594b62cbad73d06403 to your computer and use it in GitHub Desktop.
Save subhendu-de/ca50d51e633b17594b62cbad73d06403 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Downloads the package lists from the repositories and "updates" them to get information
# on the newest versions of packages and their dependencies.
sudo apt update && sudo apt upgrade
# Install the Xfce packages
sudo apt install xfce4 xfce4-goodies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment