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

Request: Auto-Remove Build-Dependencies #227

Open
johnaweiss opened this issue May 23, 2020 · 0 comments
Open

Request: Auto-Remove Build-Dependencies #227

johnaweiss opened this issue May 23, 2020 · 0 comments

Comments

@johnaweiss
Copy link

johnaweiss commented May 23, 2020

Love the --noconfirm switch. Pakku doesn't have that.

But, pakku has 'remove build dependencies' feature. Trizen apparently doesn't. Is there a way?

You only need to add the trizen equivalent of the following at the very end of your installation:

pacman -Rns $(pacman -Qtdq) && pakku -Rns $(pakku -Qtdq)

Would this work?

pacman -Rns $(pacman -Qtdq) && trizen -Rns $(trizen -Qtdq)

Or just:

trizen -Rns $(trizen -Qtdq)

plus a confirmation (which would be bypassed by the --noconfirm switch).

@johnaweiss johnaweiss changed the title Auto-Remove Build-Dependencies Request: Auto-Remove Build-Dependencies May 23, 2020
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

1 participant