I'm at university and would like to put some annotations in a PDF
. Unfortunately, only Evince is installed, but that doesn't allow the creation of annotations.
I'd like to install Okular
, but don't have super user access. I assume that I should be able to install it in my user directory without super user access, but don't know how to do it.
Could someone please point out how I would have to go about to install Okular in my user directory without sudo
?
I did see How to install programs into user directory without sudo, but it just tells me that I can't use the .deb
.
I've also seen How to build application without sudo privileges?, but neither answer actually specifies what I should run .configure
on. I assume some kind of source package, but the .deb
didn't work.
apt-get
, switched to the directory, but for the./configure
it tells me "File not found". Any idea, what I am doing wrong? Do I have to create that file? – Murch Jun 29 '15 at 09:39CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (MESSAGE): ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/<user>/.kde/share/apps;/usr/share/kde4/apps
. – Murch Jun 29 '15 at 09:47dpkg: Fehler: Auf den Statusbereich von dpkg kann nicht zugegriffen werden: Datei oder Verzeichnis nicht gefunden
, roughly translated "cannot access state area of dpkg: File not found". Thanks for your help though. – Murch Jun 29 '15 at 09:52