[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to remove build dependencies ("apt-get build-dep") automatically?



Hi Kevin,

> >> Thanks,
> >Hi Deephay,
> >Here is an UNTESTED hack I just made:
> >apt-get remove $(apt-get --simulate build-dep xxx|grep "^Inst"|awk '{print 
> >$2}')

This way wont works because once dependencies are installed apt-get build-dep
won't list them anymore. Either with --reinstall

Since this question is some years old, i redo it again. Do you know a way to
remove build dependencies of a package?

regards
salvatore


Reply to: