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
How do I slapt-get without installing recommends? [SOLVED]
How do I slapt-get without installing recommends? [SOLVED]
Last edited by mozerella on 13. Nov 2012, 10:50, edited 3 times in total.
Re: How do I slapt-get without installing recommends?
try where you will find that doing will give you what you want.
Code: Select all
man slapt-get
Code: Select all
slapt-get -i --no-dep xfce4-power-manager
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
― George Orwell, 1984
Re: How do I slapt-get without installing recommends?
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?
Or does slapt-get not have "recommends" (as apt has in Debian) only dependencies?
Re: How do I slapt-get without installing recommends?
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?
Ok then, that's something learnt!
cheers
cheers