Subject [Ubuntu] Installed Firebird, how can I remove it to install it again properly?
Author bitcointrading
Hey people! I installed Firebird, but not via apt-get because it didn't work, so I installed it by downloading it, extracting, compiling. Now the other developer says we need to remove it and then install it properly from apt-get.

I looked around and around, can't figure out how to remove programs. I guess this is why apt-get exists.

This was what I did to install it:

----------------------


cd /home/myhomefolder
mkdir firebird203
cd firebird203/
wget http://downloads.sourceforge.net/firebird/FirebirdSS-2.0.3.12981-1.amd64.tar.gz
tar -xvf FirebirdSS-2.0.3.12981-1.amd64.tar.gz
cd FirebirdSS-2.0.3.12981-1.amd64
./install.sh

----------------------

what can I do to get it out of there?

your help is extremely appreciated!

Cheers!