ID: I202604221109
Status: idea
Tags: App List, applications
My Ubuntu Applist
This is not my only App List:
I am slowly switching away from Ubuntu to Arch Linux, so this list might not see many updates. Keep in mind that Arch Linux and Ubuntu will have some items in common, and it might be worth it to look at the Arch Applist as well.
App Center
- Bitwarden is my password manager.
- Visual studio code is my default code editor.
- spotify is for listening to music.
- Whatsie is an app for connecting to your Whatsapp.
- gitkraken for advanced git usecases.
- postman for my webrequests.
- pinta as a GIMP alternative.
Flathub
- Kdenlive is a video editor.
- Zen is my browser.
- obsidian is the note taking app on which I create these articles :3
- stremio for movies etc.
- Discord does have some extra steps that I have described in this article
- vesktop is the vencord version of discord
- libreOffice is word excel etc
- OBS studio
- outer wilds mod manager
- DBeaver for connecting to my DB
- sober is the linux port of roblox.
- Prism Launcher for minecraft mods launcher.
- gpu-screen-recorder for clipping games etc.
- flatseal for managing flathub permissions via gui
- piper for mapping of mice keys.
- geteduroam so that i am able to login to eduroam on linux
- color picker for an easy color picker, easy for designing things.
- burp suite for intersecting web requests etc
appimages
- ProtonUp-Qt for installing different proton versions
- XClicker is an autoclicker
- flameshot is a new screenshot tool, I had to first uninstall the default gnome screenshot tool. and I had an
Waylandissue that is addressed on the link that I have provided. You install flameshot withapt install flameshot - lmstudio for running local AI models.
- arduino IDE for connecting with my arduino and building with it.
.deb packages etc.
- stayfree for tracking my digital life.
- chrome because I need to know if things work correctly with web design ._.
- steam, I first did this via App Center but it didn’t work well with some games. Probably because that is not an official supported version from valve. The one from their website is.
- to play any steam game via proton, go to
steam > settings > compatibilityand setenable steam play for all other titlestotrue. - To switch proton versions change
run other titles with:to whichever version you’d like.proton hotfixis the default, and the latest version.
- to play any steam game via proton, go to
- An app to use a hotspot without disabling your wifi, go to this github
- starUML for editing UML’s
- r2modman from their github. It allows you to play mods.
Terminal installs
- Git is installed with
sudo apt-get install git. Keep in mind that when you want to clone a Repo on Linux, you’ll apparently not be able to use theHTTPSmethod, so I personally chose SSH, butgithub cliis a thing as well. - Kleopatra & GPG I did also install via Terminal
- gnome-shell-extension-manager for installing Extensions like a clipboard.
- gimp with
sudo apt install gimp - python with
sudo apt-get install python3.6- pip is intalled via
sudo apt install python3-pip - tkinter is installed via
sudo apt install python3-tk
- pip is intalled via
- jetbrains toolbox for all the jetbrains tools.
- php but I forgot which commands I had used.
- .NET for C#
- Synchthing is the software I use to sync files between my devices. You can read more about it here.
- mongodb for my database
- mongodb compass for the db gui
- audacity by running
sudo apt install audacity, i first installed it in another way, but that gave me audio device issues. - solaar is a logitach manager? This article has info on install and debug.
- proton is the vpn that i use.
- AppImageLauncher to intergrate appimages.
- Wine, for runnin .exe’s
sudo apt install -y wine64 wine32 - Rust is installed by running
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh. - ffmpegthumbnailer via
sudo apt install ffmpegthumbnailer - xfburn for burning CD’s
sudo apt install xfburn - Virtual machine manager:
sudo apt install virt-manager, ubuntu guide.