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

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
mozerella
Posts: 11
Joined: 11. Nov 2012, 06:11

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

Post 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
Last edited by mozerella on 13. Nov 2012, 10:50, edited 3 times in total.
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

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

Post 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.
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
mozerella
Posts: 11
Joined: 11. Nov 2012, 06:11

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

Post 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?
User avatar
gapan
Salix Wizard
Posts: 6366
Joined: 6. Jun 2009, 17:40

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

Post by gapan »

slapt-get never installs recommended packages. It only installs dependencies. What you're seeing are dependencies.
Image
Image
mozerella
Posts: 11
Joined: 11. Nov 2012, 06:11

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

Post by mozerella »

Ok then, that's something learnt!
cheers
Post Reply