Last active
December 29, 2022 13:55
-
-
Save subhendu-de/ca50d51e633b17594b62cbad73d06403 to your computer and use it in GitHub Desktop.
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
#!/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