How do i tell ubuntu to only install is asked for and do not bring other dependencies which will break the whole system?
Posted
by
YumYumYum
on Ask Ubuntu
See other posts from Ask Ubuntu
or by YumYumYum
Published on 2012-06-26T14:32:12Z
Indexed on
2012/06/26
15:24 UTC
Read the original article
Hit count: 381
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.
© Ask Ubuntu or respective owner