How do i tell ubuntu to only install is asked for and do not bring other dependencies which will break the whole system?
- by YumYumYum
How can i only install python-webkit but not other packages? which is showing to install? (no gstreamer*.*, i do not want to have any single files installed in my distro because of GPL license and it slows my machine a lot)
$ sudo apt-get install libwebkitgtk-1.0-0 python-webkit
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libgstreamer-plugins-base0.10-0 libgstreamer0.10-0
Suggested packages:
gstreamer-codec-install gnome-codec-install gstreamer0.10-tools gstreamer0.10-plugins-base
The following NEW packages will be installed:
libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libwebkitgtk-1.0-0
0 upgraded, 3 newly installed, 0 to remove and 333 not upgraded.
Need to get 8,231 kB of archives.
After this operation, 28.2 MB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.