Discover a wealth of additional features and enhancements for your SnoopGod Linux system with our comprehensive extras package guide. This guide will teach you how to expand your operating system's functionality and optimize its performance with a diverse range of user-installable add-ons tailored to your preferences. By following this guide, you can customize and enhance your SnoopGod Linux experience to better suit your needs and preferences.
Installation of Cubic
To install Cubic, open your terminal and enter the following command:
sudo apt-add-repository ppa:cubic-wizard/release
sudo apt update && sudo apt install cubic
Installation of Evolution
To install Evolution, open your terminal and enter the following command:
sudo apt install evolution evolution-ews
Installation of Filezilla
To install Filezilla, open your terminal and enter the following command:
sudo apt install filezilla
Installation of Gedit
To install Gedit, open your terminal and enter the following command:
sudo apt install gedit
Installation of Gimp
To install Gimp, open your terminal and enter the following command:
sudo apt install gimp gimp-data gimp-data-extras gimp-plugin-registry gimp-texturize
Installation of Inkscape
To install Inkscape, open your terminal and enter the following command:
sudo apt install inkscape
Installation of Kdenlive
To install Kdenlive, open your terminal and enter the following command:
sudo apt install kdenlive
Installation of Libreoffice
To install Libreoffice, open your terminal and enter the following command:
sudo apt install libreoffice
Installation of Postfix
To install Postfix, open your terminal and enter the following command:
sudo apt install postfix
Installation of rTorrent
To install rTorrent, open your terminal and enter the following command:
sudo apt install rtorrent
cp /usr/share/doc/rtorrent/examples/rtorrent.rc.gz $HOME/
cd $HOME/ && gzip -d rtorrent.rc.gz
mv rtorrent.rc .rtorrent.rc
Installation of Sendemail
To install Sendemail, open your terminal and enter the following command:
sudo apt install sendemail
Installation of Shotwell
To install Shotwell, open your terminal and enter the following command:
sudo apt install shotwell
Installation of Shutter
To install Shutter, open your terminal and enter the following command:
sudo apt install shutter
Installation of Sublime Text
To install Sublime Text, open your terminal and enter the following command:
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/sublimehq-archive.gpg >/dev/null
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list >/dev/null
sudo apt update && sudo apt install sublime-text
Installation of Subversion
To install Subversion, open your terminal and enter the following command:
sudo apt install subversion
Installation of Transmission
To install Transmission, open your terminal and enter the following command:
sudo apt install transmission-cli transmission-common transmission-daemon transmission-gtk