I would like to install and use Xmonad on a RHEL box to which I only have access my home directory and the usual unprivileged access. how can I install this?
ps: no heskell compiler or xlibs.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|
If you have no sudo access and no Haskell compiler, then the answer is no. There are prebuilt binaries for Fedora 10 and onward, looks as if it's an official part of the Fedora repository now, meaning that eventually it may be in some future RHEL version too. Don't hold your breath though. |
|||
|
|
|
If you build with the Haskell 'cabal-install' tool, it will happily install as user, and modify no global files.
|
|||||
|