I have a folder for the program "partimage", and I want to install partimage in Ubuntu 22.04.
The path to this extracted tar file is (I know it is case sensitive): /Home/Downloads/partimage/partimage-0.6.9.
Inside partimage-0.6.9 are all the files.
No matter how I try, using a path in the terminal, I cannot actually get to an executable file which does indeed install partimage. This includes changing directories to get through "Home" and "Downloads". Would someone give me an exact path to install this program from the command line (please assume my username is "robin")?
tar.gz
file will be source code - so are you ready to compile the application yourself? – Artur Meinild Nov 14 '23 at 09:12cd /home/robin/Downloads/partimage/
to get you to that location – Rinzwind Nov 14 '23 at 13:18