Friday, July 04, 2008

Visual C# under ubuntu (with vmware)

Of course i use monodevelop but for testing applications , you can install visual studio into an windows 2008 machine

5 comments:

Unknown said...

Mariuz, remember me?
The guy that can't install Firebird2.1 on Ubuntu 8.04.

Well, you tell me to remove the Firebird2.0 occurrences from the apt cache.

But... how? (I'm a newbie on Linux)

Cuz I haven't any Firebird2.0 package installed on my system. So, there is nothing that I can remove.

:-(

Popa Adrian Marius said...

apt-cache search firebird2.0

firebird2.0-classic - Firebird Classic Server - an RDBMS based on InterBase 6.0 code
firebird2.0-common - common files for firebird 2.0 servers and clients
firebird2.0-dev - Development files for Firebird - an RDBMS based on InterBase 6.0 code
firebird2.0-doc - Documentation files for firebird database version 2.0
firebird2.0-examples - Examples for Firebird - an RDBMS based on InterBase 6.0 code
firebird2.0-super - Firebird Super Server - an RDBMS based on InterBase 6.0 code
libfbembed2 - Firebird embedded client/server library
flamerobin - graphical database administration tool for Firebird DBMS

so to be sure remove them

Popa Adrian Marius said...

sudo apt-get remove firebird2.0-classic firebird2.0-common firebird2.0-dev firebird2.0-doc firebird2.0-example firebird2.0-super
libfbembed2 flamerobin

Popa Adrian Marius said...

then follow the guide for firebird2.1

https://help.ubuntu.com/community/Firebird2.1

and if there is any error please send me the terminal output

Unknown said...

Thx Mariuz!

I will do that ASAP.

Ubuntu is running on my home computer, and now I'm on my job.

If an error appears, I'll let you know.