thanks so much for your help. First ever questions here :) Just getting started with linux / ubuntu. have dabbled for years but fully converted recently... anywhoo...
I installed 7z but the command is not found. I restarted the computer to hopefully refresh commands but that didn't help either..
here is what I did:
sudo apt-get install p7zip
sudo apt-get install p7zip-full
then tried:
7z e [file-name].xz
and
7za e [file-name].xz
then I read up the man file but still nothing. every time i get the following reply:
/usr/local/bin/7z: 2: /usr/local/bin/7z: /usr/local/lib/p7zip/7z: not found
thanks so much already for the help!
I had the same problem. Use
sudo apt-get install p7zip-full
to solve this.