Mark build dependencys as automatical installed
The latest apt-get version in experimental has is a really nice feature, which allows to mark all packages installed with apt-get build-dep as an automatic install.
You can set the option on the commandline
apt-get -o "Apt::Get::Build-Dep-Automatic=True" build-dep gnome-power-manager
or set it in the config file
$ cat /etc/apt/apt.conf.d/99builddep
APT::Get::Build-Dep-Automatic "True";
To remove the dependencies just use apt-get autoremove
Posted by Ulrich Dangel
|
Permanent Link
| Categories:
Just me,
Stuff