I've read the question How do I install a .tar.gz (or .tar.bz2) file?
But it is said that after extracting, I should have files like install
, install.txt
or README
.
Make sure you read a file called INSTALL, INSTALL.txt, README, or something similar if one was extracted. You can check if such a file exists from the terminal by using the ls command. The file can be opened and read with the command:
xdg-open INSTALL
Where INSTALL is the name of your file. This file will contain the right steps to follow to continue the installation process.
But there's not such file. 7 of the files which contain the word install
in their name, have the extension .sh
. The file acinstallhelper
is in type of a program. There's no file named README