start with linux
Install and delete Packages in Debian LINUX
sudo apt install [package_name] //install package from repo sudo apt remove [package_name] // uninstall package dpkg -L [package_name] // find out, where package was installed to sudo apt update sudo apt dist-upgrade // update all Wanna be prepared for the coming Linux world Domination? Then you are at the right place. From Soundcreation, Audiodrivers, etc…, to the knowledge of working…
Read More »