libera/#devuan-dev/ Monday, 2022-06-06

SpaceDumpEvening people. Wondering, is it possible to install a minimal openssh-server? Just debootstraped a minbase install and tried to add openssh-server, it wants to fetch 53.2 MB and says it will take 198 MB after install. Looks like it wants to install xauth and with that a lot of x11 stuff. Is it possible to just disable x11 stuff completely for the install?20:03
hagbardyou could try to disable reccomends as dependencies20:12
hagbardAPT::Install-Recommends "false";20:13
hagbardin a file in /etc/apt/apt.conf.d/20:13
bgstack15There's also a command line flag:20:14
bgstack15apt-get install --no-install-recommends openssh-server20:14
SpaceDumpSweet, thanks! :)20:49

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!