You are not logged in.

#1 2015-11-25 03:19:02

AgniPath
Member
Registered: 2015-11-22
Posts: 6

pacman equivalent of debiab apt-get --no-install-recommends install

While installing  debian packages I every time used the --no-install-recommends flag of apt-get. It significantly reduces number of package download while installing almost anything.

apt-get --no-install-recommends install any_package_name

Is there any equivalent pacman flag ?

Offline

#2 2015-11-25 03:21:52

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: pacman equivalent of debiab apt-get --no-install-recommends install

pacman only has "optdepends", and you must install them separately.

Last edited by eschwartz (2015-11-25 03:22:28)


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

#3 2015-11-25 17:10:15

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: pacman equivalent of debiab apt-get --no-install-recommends install

pacman -S foo

Pacman only ever installs the required dependencies. If you want any of the recommended packages (optdepends in Arch lingo) then you need to install them yourself.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#4 2015-11-26 13:43:04

AgniPath
Member
Registered: 2015-11-22
Posts: 6

Re: pacman equivalent of debiab apt-get --no-install-recommends install

thanks everyone. I'm actually trying to install minimal kwin with pacman -S kwin, but it pulled many (unnecessary) KDE things.

Offline

Board footer

Powered by FluxBB