PDA

View Full Version : [SOLVED] Possible to install a package with only what it depends on and nothing else?



greg2lapa
July 9th, 2015, 12:51 AM
If I try to install the package "unity" from a minimal ubuntu install (i.e., from a terminal) it includes a lot of scopes and other stuff that aren't dependencies.

If I run
apt-cache depends unity I can see what the dependencies are. Is there a way to install unity with only these dependencies and nothing more?

papibe
July 9th, 2015, 01:04 AM
Hi greg2lapa.

Try using the '--no-install-recommends' options. For example:

sudo apt-get --no-install-recommends install unity
Hope it helps. Let us know how it goes.
Regards.

v3.xx
July 9th, 2015, 02:37 AM
Here's the breakdown

http://packages.ubuntu.com/trusty/ubuntu-desktop