innerlee / setup

Setup a new machine without sudo!
436 stars 79 forks source link

Command 'unrar' not found #45

Open Eva-xx opened 2 years ago

Eva-xx commented 2 years ago

Hello! I am a beginner. I tried to install Unrar following your method and I have successfully installed it.

'unrar' -> '/home/jinxx/app/bin'
unrar installed on /home/jinxx/app

However, the following error occurred when I used the unrar command:

Command 'unrar' not found, but can be installed with:

apt install unrar-free  # version 1:0.0.1+cvs20140707-4, or
apt install unrar       # version 1:5.6.6-2build1

I have changed the environment variables, but I have a question, I don't see the app/lib and app/lib64 folders, why do I need to add them to the environment variables?

export ZZROOT=$HOME/app
export PATH=$ZZROOT/bin:$PATH
export LD_LIBRARY_PATH=$ZZROOT/lib:$ZZROOT/lib64:$LD_LIBRARY_PATH
MacroMicroMichael commented 1 year ago

Hi Eva-xx, I met the same problem as yours. Have you solved it?

Eva-xx commented 1 year ago

Hi Eva-xx, I met the same problem as yours. Have you solved it?

no (T^T)