BasioMeusPuga / Lector

Qt based ebook reader
GNU General Public License v3.0
1.51k stars 207 forks source link

uninstalll Lector #35

Closed mich2018 closed 6 years ago

mich2018 commented 6 years ago

How can i unistall LECTOR?

BasioMeusPuga commented 6 years ago

How did you install it in the first place?

mich2018 commented 6 years ago

Downloaded "Lector-master" folder and typed $ python setup.py build $ python setup.py install

BasioMeusPuga commented 6 years ago

Do you have an install.txt in the directory you typed this in?

Try this: sudo rm $(cat install.txt)

mich2018 commented 6 years ago

I used the code below and i think it worked !

!/bin/bash

while read -r line; do rm $line && echo $line done < install.txt

BasioMeusPuga commented 6 years ago

Of course. It's basically the same thing. I'm going to close this now. Let me know if you need help with the other issue.

mich2018 commented 6 years ago

by the way your program is using python3.6 but the default setup uses python2.7!!

took me time to figure that out, sadly i can run only Lectur or hplip on my system and Lecture popler-pt5 is not avialable

BasioMeusPuga commented 6 years ago

That's what I said in the other issue you opened. You don't need python-poppler-qt5 if you don't want pdf support. I'm trying to find a way to bundle it though.