Page 1 of 1

How do I slapt-get without installing recommends? [SOLVED]

Posted: 12. Nov 2012, 13:45
by mozerella
Hello,

I'd like to know if there's a way of disabling installing recommended packages with slapt-get. For example, I tried to install xfce-power-manager and I saw that cups and xfce was being retrieved, and then thunar-thumbnailers and lame, orc, speex etc all came down, and I don't need all of them.
If there's a flag for slapt-get in the terminal or a file I can set up that would be great.

Well, if not then I will download all the packages that I want from download.salix.org and install by hand.
Thanks

Re: How do I slapt-get without installing recommends?

Posted: 12. Nov 2012, 22:00
by laprjns
try

Code: Select all

man slapt-get
where you will find that doing

Code: Select all

slapt-get -i --no-dep xfce4-power-manager
will give you what you want.

Re: How do I slapt-get without installing recommends?

Posted: 13. Nov 2012, 03:13
by mozerella
Oh yes, man slapt-get, but --no-deps might not work very well as packages have dependencies which are essential,
Or does slapt-get not have "recommends" (as apt has in Debian) only dependencies?

Re: How do I slapt-get without installing recommends?

Posted: 13. Nov 2012, 08:17
by gapan
slapt-get never installs recommended packages. It only installs dependencies. What you're seeing are dependencies.

Re: How do I slapt-get without installing recommends?

Posted: 13. Nov 2012, 10:50
by mozerella
Ok then, that's something learnt!
cheers