Where is coreutils in ubuntu - marginal?
I intend to install ubuntu - marginal. I can not see coreutils as a dependence, although there are still a lot of various other plans that ubuntu - marginal relies on. Will I need to install it seperately or is it a dependence of among these various other plans in ubuntu - marginal? If so, which one?
The coreutils
is significant Essential: yes
, so it is constantly consisted of in an installment, and also dpkg
will certainly advise you in an instead non - ignorable means if you attempt to remove it. Plans do not need to proclaim dependences on crucial plans, unless they require a certain variation (as an example, dpkg
(an additional crucial plan) relies on coreutils (>= 5.93-1)
in Ubuntu 10.04).
It is a dependence of both the bit and also dpkg so I'm rather particular it'll get on ubuntu - marginal.
To see crucial plans, run this :
aptitude search '~E'
You'll see something similar to this :
i A apt - Advanced front-end for dpkg
i base-files - Debian base system miscellaneous files
i base-passwd - Debian base system master password and group files
i bash - The GNU Bourne Again SHell
i bsdutils - Basic utilities from 4.4BSD-Lite
i coreutils - GNU core utilities
i dash - POSIX-compliant shell
i debianutils - Miscellaneous utilities specific to Debian
i A diffutils - File comparison utilities
i dpkg - Debian package management system
i e2fsprogs - ext2/ext3/ext4 file system utilities
i findutils - utilities for finding files--find, xargs
i grep - GNU grep, egrep and fgrep
i gzip - GNU compression utilities
i hostname - utility to set/show the host name or domain name
i login - system login tools
i mount - Tools for mounting and manipulating filesystems
i ncurses-base - basic terminal type definitions
i ncurses-bin - terminal-related programs and man pages
i perl-base - minimal Perl system
i python-minimal - minimal subset of the Python language (default version)
i sed - The GNU sed stream editor
i tar - GNU version of the tar archiving utility
i util-linux - Miscellaneous system utilities
Related questions