SparkyLinux Forums

Installation & Upgrade => Installation => Topic started by: dwb814 on January 02, 2017, 10:16:25 PM

Title: Sparky apps, repos, and other questions
Post by: dwb814 on January 02, 2017, 10:16:25 PM
I did a Sparky Mate live today. I'm trying to get away from Ubuntu and derivatives. I noticed whem I loaded the live version that Mate Tweak was missing. Also, dconfig wasn't there. I would like to know if there are kernel vulnerabilities, how fast are they patched by Sparky. I noticed gimp was missing as well, so additional repos I assume are needed. Thank you.
Title: Re: Sparky apps, repos, and other questions
Post by: paxmark1 on January 03, 2017, 12:45:14 AM
Explain "I did a Sparky Mate live today".   Did you just run the live system or did you do a full install?  If the latter - after installation did you update and upgrade and full-upgrade and was it via the Sparky-aptus or via command line? 

Have you done "aptitude show tweak" or "apt-cache policy tweak" ?  tweak is just "apt install tweak" away.  Quite similar to install  gimp. And the other -  "apt install dconf-editor"  might be what you want. 

The standard kernels are via Debian, search for vulnerabilities there.

if you are still on Mate on Ubuntu post "apt-cache policy  dconfig" to see if there is such a program - what you probably want might be  dconf-editor.

The Sparky Wiki and the Debian Wiki are home to many answers to questions. 

If it is security that is foremost for you, all variants of Debian Testing are not for you.  Security hierarchy is Stable, LTStable, Sid and last to receive security is Testing. 
Title: Re: Sparky apps, repos, and other questions
Post by: blaze on January 05, 2017, 12:59:54 PM
@dwb814, you can also do;

apt search <packagename>

in terminal to see what is available. Sometimes it is more convenient to use Synaptic for package search. Well, in my opinion of course.  ;)
Title: Re: Sparky apps, repos, and other questions
Post by: sasdthoh on January 09, 2017, 06:52:30 AM

I checked Debian's Wiki and there is indeed a package called mate-tweak.

So I used apt to check it and its in the repos.

just issue the following commands in the terminal.

sudo apt update

sudo apt search mate-tweak to confirm its there, then to install

sudo apt install mate-tweak.

Afterwards, issue the following for some housekeeping.

sudo apt-get autoremove

and answer "y" to complete any housekeeping it determines needs to be done.

Paul (sasdthoh)