In this episode, I'll explore a few more aspects of working on Solus. Primarily, I'm going to change the Budgie desktop view to a Nemo desktop view. Not sure what that is? Neither was I until I tried it. Plus, I also go over how to enable flatpaks and snaps to work and give a couple of examples of how to install programs on both platforms.
So settle into a comfy chair after grabbing a favorite brew, and join me as I attempt to bring this ship into harbor.
Solus OS website:
https://getsol.us/
Article I used to guide me to switch to the Nemo Desktop view:
https://discuss.getsol.us/d/9115-swit...
My script download site:
https://nlgg.rlcopple.com/index.php?c...
Note, I never put the enableflatpak file on this script download page But as you will see in the video, it is a very simple script. You can pause the video at the spot I show it on the screen, then simply type the command you see in a file named whatever you desire. As a matter of fact, I'll copy and paste it right here:
#!/bin/bash
Enables Flatpaks repo
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flat...
exit
That's it! Make sure you save it in your path and give it permission to execute.
Not a Linux Guru Guy
(a.k.a. Rick Copple)
The Not a Linux Guru Guy website:
https://nlgg.rlcopple.com
The "Not a Linux Guru Guy" YouTube Channel:
/ @notalinuxguruguy8063
To financially support the channel, go to:
https://nlgg.rlcopple.com/index.php?c...
If you wish to be thanked in public, make sure you leave your YouTube handle or name, and a note giving me permission to do so. I will assume, if you do not explicitly give me permission, that you want your gift to remain anonymous. Thank You!
DISCLAIMER:
The "advice" and any information by videos or writings which I, Rick Copple aka, the Not a Linux Guru Guy, give on this site are not intended to be professional advice, cannot replace a professional opinion, and neither I nor any other third-party entity is responsible for any errors or omissions in the information which results in harm to one's property or any financial losses. The information available in and through this site are provided “as is” and without warranties of any kind whether expressed or implied. To the fullest extent permissible pursuant to applicable law, Rick Copple disclaims all warranties, expressed or implied, including, but not limited to, implied warranties of merchantability and fitness for a particular purpose. Use the information on this channel at your own risk.