Recently I installed ghdl
on my Debian x64,
but I installed the wrong version, so I uninstalled ghdl
and installed the x64 bit version; but the old ghdl
(version 0.29) remains in the system, so I got 2 compilers vhdl
. When I do apt-get remove
, it only 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
Anyway, the destination directory should already be included in PATH.
Source : UMHDL Manual
I followed this instruction to install the wrong package, now I do not know how to uninstall, how to proceed?