I am trying to install snapper-gui using the method I found in Github by a fellow named 'ricardomv?. I have checked the dependencies I need and have installed those that were missing, but when I try to follow the instructions I get this on Konsole:
steve@steve-H55H-M:~/snapper-gui$ python3 setup.py install
running install
running build
running build_py
running install_lib
creating /usr/local/lib/python3.6/dist-packages/snappergui
error: could not create '/usr/local/lib/python3.6/dist-packages/snappergui': Permission denied
Why is permission being denied? I tried going into root (sudo -i) but it doesn't recognize any directory called snapper-gui, so obviously that wasn't the solution. Any ideas?
steve@steve-H55H-M:~/snapper-gui$ python3 setup.py install
running install
running build
running build_py
running install_lib
creating /usr/local/lib/python3.6/dist-packages/snappergui
error: could not create '/usr/local/lib/python3.6/dist-packages/snappergui': Permission denied
Why is permission being denied? I tried going into root (sudo -i) but it doesn't recognize any directory called snapper-gui, so obviously that wasn't the solution. Any ideas?
Comment