Rolling your own from a tarball:
% tar zxpvf gjiten-x.x.tar.gz % cd gjiten-x.x % ./configure % make % make install
Or you can make a binary rpm the following way. You need to be root for this.
% rpm -tb gjiten-x.x.tar.gzThe rpm package should be created under /usr/src/RPM/RPMS/`uname -m`/ See rpm(8) for details.
Installation from binary rpm:
% rpm -i gjiten-x.xxx.rpmUpgrading from rpm:
% rpm --upgrade gjiten-x.xxx.rpm
Creating a debian package from the tarball:
% tar zxpvf gjiten-x.x.tar.gz % cd gjiten-x.x % dpkg-buildpackage -rfakerootThis should create ../gjiten_x.x-1_i386.deb.
Then you should install this binary package with dpkg -i.