Skip to content

Instantly share code, notes, and snippets.

@gregkrsak
Last active December 8, 2022 04:13
Show Gist options
  • Save gregkrsak/4640ec34b5961bedd3ebfadcaa19e7b2 to your computer and use it in GitHub Desktop.
Save gregkrsak/4640ec34b5961bedd3ebfadcaa19e7b2 to your computer and use it in GitHub Desktop.
A running log of the post-install apps I've installed on Lubuntu
# Greg's default post-install apps for Lubuntu
##########################################################
# SNAP #
##########################################################
# Visual Studio Code editor
snap install code --classic
# Zoom video conferencing
snap install zoom-client
# OBS Studio screen broadcasting/recording
snap install obs-studio
snap connect obs-studio:alsa
snap connect obs-studio:audio-record
snap connect obs-studio:avahi-control
snap connect obs-studio:camera
snap connect obs-studio:jack1
snap connect obs-studio:kernel-module-observe
# Audacity audio recording
snap install audacity
sudo snap connect audacity:alsa
# youtube-dl YouTube video downloader
snap install youtube-dl
# sdlvnc SDL2-based VNC viewer
snap install sdlvnc
# Enpass password manager
snap install enpass
# GNU Image Manipulation Program image editor
snap install gimp
# Inkscape vector illustraton program
snap install inkscape
# Krita digital painting
snap install krita
# Discord chat
snap install discord
# Zenkit project management
snap install zenkit
# Thunderbird email client
snap install thunderbird
# Docker container runtime
snap install docker
# Arduino IDE
snap install arduino
# Nmap network defense utility
snap install nmap
# sshesame network defense utility
snap install sshesame
# Skype video conferencing
snap install skype
# Epic Pinball game (shareware version)
snap install epicpinballpc
# Mycroft Precise wake word audio listener
snap install mycroft-precise --edge
# Steam game distribution platform
snap install steam --beta
# KFourInLine "Connect Four" clone
snap install kfourinline
# The CMake build system
snap install cmake --classic
##########################################################
# APT #
##########################################################
# Common network defense utilities
apt install traceroute
apt install tftp
apt install net-tools
apt install wireshark
# Symlink for the Python programming language
apt install python-is-python3
# Samba (Windows PC) file sharing
apt install samba
# Common programming utilities
apt install build-essential
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment