I'm tried to install via
- Code: Select all
rpm -i irssi-0.8.15-1.fc13.i686.rpm
I do not have root access so I cannot do this.
I then downloaded the irssi source code. I was able to run
- Code: Select all
./configure
make
but can't actually install anything
i need to perform
- Code: Select all
su
make install
to use the source code properly.
is there anything i can do to make this work?