vks
03/31/2023, 5:54 PMStefan Schippers
03/31/2023, 10:08 PMsudo make uninstall
before configuring, building and installing again.Stefan Schippers
03/31/2023, 10:34 PM[sudo] rm -rf .../share/xschem
[sudo] rm -rf .../share/doc/xschem
[sudo] rm .../bin/xschem
[sudo] rm .../share/man/man1/xschem.1
vks
04/01/2023, 3:46 PM/usr/local/share
. But xschem is sourcing from some other location in m setup as seen in screenshot.
Don't know how it came in this path. Please suggest how to remove it so that latest updated version only is sourced.Stefan Schippers
04/01/2023, 4:29 PMrm ~/bin/xschem
rm ~/share/man/man1/xschem.1
rm -rf ~/share/xschem
rm -rf ~/share/doc/xschem
vks
04/01/2023, 4:31 PMwhich xschem
command returns no output.Stefan Schippers
04/01/2023, 4:34 PMls /usr/locall/bin/xschem
if it is not there then go in the xschem source directory and type:
sudo make install
vks
04/02/2023, 1:01 AMsudo apt install
. Xschem is invoking. Thanks @Stefan Schippers