You can install Truffle using npm(node package manager). If you do not have npm installed, then you can install it using the following command:
$ sudo apt update
$ sudo apt install nodejs npm
Now, to install Truffle, run this command:
$npm install -g truffle