Favorite Software Installs Linuxmint Xfce
Here is a list of software installs I do after a default install of Linuxmint. Open a terminal and type the commands bellow to install the software. Run sudo apt update to have the latest software sources then sudo apt install (Software Name)
1) KeePassXC is a free open source password manager, which helps you to manage your passwords in a secure way.
sudo apt install keepassxc
2) GParted is a free partition editor for graphically managing your disk partitions.
sudo apt install gparted
3) Audacious is an open source audio player. A descendant of XMMS, Audacious plays your music how you want it, without stealing away your computer's resources. Once Installed I go into setting and change the interface to Winamp Classic.
sudo apt install audacious
4) GIMP is a free and open-source raster graphics editor used for image manipulation and image editing, free-form drawing, transcoding between different image file formats, and more specialized tasks. It is not designed to be used for drawing, though some artists and creators have used it in this way.
sudo apt install gimp
5) gThumb is a free and open-source image viewer and image organizer with options to edit images. It is designed to have a clean and simple user interface and follows GNOME HIG, it integrates well with the GNOME desktop environment. I like gThumb for it ability to export photos in a web gallery with all the code done.
sudo apt install gthumb
6) Bluefish is a powerful editor targeted towards programmers and web developers, with many options to write websites, scripts and programming code.
sudo apt install bluefish
7) K3b is a CD, DVD and Blu-ray authoring application by KDE for Unix-like computer operating systems. It provides a graphical user interface to perform most CD/DVD burning tasks like creating an Audio CD from a set of audio files or copying a CD/DVD, as well as more advanced tasks such as burning eMoviX CD/DVDs.
sudo apt install k3b
8) Dropbox is a file hosting service operated by the American company Dropbox, Inc., headquartered in San Francisco, California, U.S. that offers cloud storage, file synchronization, personal cloud, and client software.
sudo apt install dropbox
9) FileZilla, the free FTP solution. The FileZilla Client not only supports FTP, but also FTP over TLS (FTPS) and SFTP.
sudo apt install filezilla
10) Calibre is a one stop solution for all your e-book needs. Comprehensive e-book software.
sudo apt install calibre
11) VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files, and various streaming protocols.
sudo apt install vlc





