Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--needed flag #117

Open
ssgross2509 opened this issue Feb 20, 2014 · 2 comments
Open

--needed flag #117

ssgross2509 opened this issue Feb 20, 2014 · 2 comments

Comments

@ssgross2509
Copy link

would be nice for system restores, backups, etc. pacman has this flag, and only installs if there is a newer version.
I use packer with a list of packages to update a new system with the packages I use on my "parent" build. With --needed flag, I would not have to choose between re-compiling packages that are already up to date (unnecessary re-installs), and sorting through lists of thousands of installed packages trying to recall which ones were new.

@shervinemami
Copy link

I use "pacman -S --needed" a lot too, since I am often installing a group of packages based on instructions on a website or document, and the "--needed" flag means I don't waste internet & computer resources downloading & installing the packages that I already have.

@mamiu
Copy link

mamiu commented Nov 3, 2014

Me too! For now I have to use yaourt for this, but it would be nice if packer would have this flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants