spip_add_site command not found

In this troubleshooting guide we learn how to fix spip_add_site command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

spip_add_site: command not found

or when using sudo you get the following error message

sudo: spip_add_site: command not found

Solutions to spip_add_site: command not found

How To Fix spip_add_site: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu spip_add_site is provided by spip package.

spip is:

SPIP is a publishing system for the Internet in which great importance is attached to collaborative working, to multilingual environments, and to simplicity of use for web authors.

SPIP’s benefit consists in:

  • managing a magazine type site i.e. made up mainly of articles and news items inserted in an arborescence of sections nested in each others.
  • completely separating and distributing three kinds of tasks over various players: the graphic design, the site editorial input through the submission of articles and news items and the site editorial management.
  • spare the webmaster and all the participants to the life of the site, a number of tedious aspects of web publishing as well as the need to learn lengthy technical skills. SPIP allows you to start creating your sections and articles straight away.

To fix this problem, we can install more using the command below.

sudo apt-get -y install spip

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install spip.

sudo apt -y install spip

Or if you have aptitude installed you can use the following command.

sudo aptitude install spip

Summary

In this tutorial we learn how to fix spip_add_site command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.