cuando intenté instalar RocketChat en Ubuntu 16.04
En el Símbolo del sistema entro.
systemctl enable mongod
Después de eso obtuve el problema.
systemctl: command not found
¿Cómo resolver esto?
Intenté esto y obtuve "dpkg-query: no se encontró una ruta que coincida con el patrón / bin / systemctl".
—
Vignesh Ramamoorthy
@VigneshRamamoorthy: ¿Qué te da este comando
—
Saurav Kumar
whereis systemctl
?
¿Estás seguro de que estás usando Ubuntu 16.04? Actualiza tu publicación con salida de
—
N0rbert
cat /etc/os-release
y ls -al $(which init)
.
Lo siento, mi versión es 12.04.5 LTS. NOMBRE = "Ubuntu" VERSIÓN = "12.04.5 LTS, Precise Pangolin" ID = ubuntu ID_LIKE = debian PRETTY_NAME = "Ubuntu preciso (12.04.5 LTS)" VERSION_ID = "12.04" Cómo instalar RocketChat en ubuntu 12.04.5 LTS, Pangolin preciso ... ¿Tienes alguna guía tutorial?
—
Vignesh Ramamoorthy
dpkg-query -S /bin/systemctl
.