How I can Install csh as a non-root user?
Posted
by
user288566
on Ask Ubuntu
See other posts from Ask Ubuntu
or by user288566
Published on 2014-06-05T03:13:00Z
Indexed on
2014/06/05
3:38 UTC
Read the original article
Hit count: 259
software-installation
|csh
Hi
I need csh for installing a package but I am not root user... I want to install it for my user.
I installed csh_20070713.orig.tar.gz, csh_20070713.diff.gz and csh_20070713-2ubuntu1.dsc But there is not dpkg-source command...
then I did following procedure:
untar *.tar.gz
mv csh_20070713.orig csh_20070713
mkdir csh_20070713/debian
gunzip csh_20070713.diff.gz
patch -p0 < csh_20070713.diff
chmod +x csh_20070713/debian/rules
but I do not know what should I do next! I used make and make install command in csh_20070713 directory and also debian directory but nothing happened...
Plz help me...
Thanks
© Ask Ubuntu or respective owner