#!/bin/sh # Installation of a simple package apt-get update apt-get install -sV $1 apt-get -f install exit 0