I want to install Mercurial on my Ubuntu server system, but I don't want X (this is a pure console system, no GUI at all). If I use apt-get install mercurial
all the X libraries are pulled in. I know I can ignore them but I want to keep my system minimal - is there a way of installing hg
without any GUI tools?
X is pulled in due to Wish (Tcl/Tk shell).
We can use:
$ sudo apt-get --no-install-recommends install mercurial
Source: https://askubuntu.com/questions/458614/why-does-package-mercurial-depend-on-x11-common-in-a-chrooted-environment
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With