5
I recently installed the ghdl
in my Debian x64,
but I installed the wrong version, so I uninstalled the ghdl
and installed the version for x64 bits; but the old ghdl
(version 0.29) continues on the system, I was then with 2 compilers vhdl
. When I do the apt-get remove
, it just removes the version I needed to use.
Procedure I used to install the package
By downloading the binaries and unpacking them manually: $ wget http://ghdl.free.fr/site/uploads/Main/ghdl-i686-linux-latest.tar $ sudo tar xvf ghdl-i686-linux-latest.tar
(This generates the file ghdl-0.29-i686-pc-linux.tar.bz2)
$ cd ghdl-0.29-i686-pc-linux $ sudo tar -C / -jxvf ghdl-0.29-i686-pc-linux.tar.bz2
(This copy the files to /usr/local/bin and /usr/local/lib)
Anyway, the Destination directory should be already included in PATH.
Source: UMHDL Manual
I followed this instruction to install the wrong package, now I don’t know how to uninstall, how to proceed?