<https://www.youtube.com/watch?v=jXmmxO8WG8s> EDIT...
# xschem
m

https://www.youtube.com/watch?v=jXmmxO8WG8s

EDIT1: I am not sure what went different but there seems to be a bin and share folder inside my home directory and the installed xschem was inside this new bin folder, which is not able to run xschem by default. Strange times but I have no idea, was this supposed to happen? Followed this link and installed xschem in my ubuntu vm. The configure, the make and install all worked and displayed outputs similar to what is shown in this video. But after all this. When I run xschem, it says xschem not found. I searched the local/bin and there is no such software there either. .xschem folder was not created either. I have checked all the libraries and even tried to format the whole ubuntu vm(that is create a new one). What could be the issue?
a
what did you set the installation path?
Looks like make install installed xschem to your home.
m
During the configuration, I used ./configure --prefix=/home/$USER/<folder_name> With user and folder being specific to my pc.
I have fixed the no program installed issue, by adding a bashrc file to this home bin folder.