$ sudo apt install apt-transport-https dirmngr gnupg ca-certificates $ sudo apt-key adv --fetch-keys http://repos.tinycp.com/ubuntu//conf/gpg.key $ echo "deb http://repos.tinycp.com/ubuntu/ all main" | sudo tee /etc/apt/sources.list.d/tinycp.list $ sudo apt-get update $ sudo apt-get install tinycp OR $ TINYCP_USER="admin" TINYCP_PASS="secretpass" TINYCP_PORT="55555" sudo apt-get install tinycp