2👍
✅
If you can’t get the system admin for the computer to install it for you then download the tarball from http://www.swig.org/download.html, untar it and execute
./configure --prefix=/home/username/bin
then do the normal make and make install. After that make sure that /home/username/bin is in your PATH environment so the system knows to look there.
Hope this helps, but in the future, installation questions like this are not for SO, try SuperUser instead for that.
👤ojs
Source:stackexchange.com