473,472 Members | 1,717 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Cannot uninstall DB2 in UBUNTU

Hello

I have recently installed DB2 express on UBUNTU and am not able to get
it to start. I decided to uninstall and reinstall DB2. When I enter the
command sudo ./db2_deinstall it says "No DB2 Packages found on this
system...." Please help me. I am new to DB2 on Unix.

Thanks
Srinivas Majeti

Sep 19 '06 #1
6 5247
VMK
How have u installed ??? Graphically or manually ???

R u able to see the Installed db2 packages. If not reinstall it again.
using

../db2_install -p DB2.ESE or what ever.
Mendis wrote:
Hello

I have recently installed DB2 express on UBUNTU and am not able to get
it to start. I decided to uninstall and reinstall DB2. When I enter the
command sudo ./db2_deinstall it says "No DB2 Packages found on this
system...." Please help me. I am new to DB2 on Unix.

Thanks
Srinivas Majeti
Sep 19 '06 #2
I have installed it manually using ./db2_install and it showed me the
bunck of packages. I tried reinstalling it twice but no luck

VMK wrote:
How have u installed ??? Graphically or manually ???

R u able to see the Installed db2 packages. If not reinstall it again.
using

./db2_install -p DB2.ESE or what ever.
Mendis wrote:
Hello

I have recently installed DB2 express on UBUNTU and am not able to get
it to start. I decided to uninstall and reinstall DB2. When I enter the
command sudo ./db2_deinstall it says "No DB2 Packages found on this
system...." Please help me. I am new to DB2 on Unix.

Thanks
Srinivas Majeti
Sep 19 '06 #3
Also how do I see the installed packages?
Mendis wrote:
I have installed it manually using ./db2_install and it showed me the
bunck of packages. I tried reinstalling it twice but no luck

VMK wrote:
How have u installed ??? Graphically or manually ???

R u able to see the Installed db2 packages. If not reinstall it again.
using

./db2_install -p DB2.ESE or what ever.
Mendis wrote:
Hello
>
I have recently installed DB2 express on UBUNTU and am not able to get
it to start. I decided to uninstall and reinstall DB2. When I enter the
command sudo ./db2_deinstall it says "No DB2 Packages found on this
system...." Please help me. I am new to DB2 on Unix.
>
Thanks
Srinivas Majeti
Sep 19 '06 #4
Mendis wrote:
I have installed it manually using ./db2_install and it showed me the
bunck of packages. I tried reinstalling it twice but no luck
Could you be a bit more specific?
What does "no luck" mean? Do you get an error message?
What do you mean by "showed my the bunch of packages"?

Regarding your question how to see the packages, have you "rpm" installed?
If so, you can use it to see which DB2 packages are installed. You can
also use it to deinstall those packages. (man rpm)

--
Knut Stolze
DB2 Information Integration Development
IBM Germany
Sep 19 '06 #5
Mendis wrote:
Hello

I have recently installed DB2 express on UBUNTU and am not able to get
it to start. I decided to uninstall and reinstall DB2. When I enter the
command sudo ./db2_deinstall it says "No DB2 Packages found on this
system...." Please help me. I am new to DB2 on Unix.
In order to install on Ubuntu, you had to modify the db2_install script. To
deinstall, you're going to have to modify the db2_deinstall script in a
similar manner. You'll have to change the "rpm" commands to the
appropriate "alien" command, and then run it.

Good luck - perhaps if no one here knows how, you can use that information
to get people in a Ubuntu newsgroup (or web forum) to help.
Sep 19 '06 #6
You need alien installed. Since Ubuntu is debian based and does not use
rpms natively. Then you need to modify the db2_install script to make
it use alien instead of rpm.

When you installed using db2_install for the first time, did you modify
the scripts? If not, then probably nothing has been installed. Thats
why it says, No DB2 packages found...

The easiest way to install alien is to use the Synaptic package
manager. Search for alien and mark for install and apply changes. If
you dont see alien (as it may not be a Ubuntu supported package), you
have to go to the options and add Universal sources.

Now, I believe you did all this with DB2 8.x. Download DB2 Express-C v9
and it will install like a breeze with graphical support out of the
box.

Let us know if you have any more trouble. Check this TLDP guide for a
step by step procedure on installing DB2 on Ubuntu (command line).

http://www.tldp.org/HOWTO/DB2-HOWTO/deb.html

Cheers,
Sanjuro
Mendis wrote:
Hello

I have recently installed DB2 express on UBUNTU and am not able to get
it to start. I decided to uninstall and reinstall DB2. When I enter the
command sudo ./db2_deinstall it says "No DB2 Packages found on this
system...." Please help me. I am new to DB2 on Unix.

Thanks
Srinivas Majeti
Sep 19 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Brian Baley | last post by:
Hi, I cannot uninstall Visual Studio .NET ! setup reports that "setup is unable to determine a valid ordering for the installation" This happened after the .NET framework SP2 hung I now...
0
by: Alistair | last post by:
One of my clients recently successfully installed a web application from a WebSetup.msi file created in visual studio. They have uninstalled and upgraded a couple of times since then with a new...
1
by: Peter | last post by:
I've purchased VS.NET 2005 Standard and have tried to install SQL Server 2005 Express, but get the following error in the error log. Please could someone help me.... Microsoft SQL Server 2005...
1
by: Sh | last post by:
I am having trouble uninstalling internet explorer in my Windows XP environment. I cannot see it in add/remove programs. How should I uninstall it. I need the latest version maybe 6.0 and above....
4
by: Paul Marrero | last post by:
Hello all. I just got a new computer and loaded Visual Studio 2003 (with SP 1). I have tried numerous times to create an ASP.NET project to no avail. Whenever I try to create a project, VS hangs...
4
by: michaelg | last post by:
Hi there, I previously posted this to the DB2-Express-C forum at ibm.com, but this group seems to get more traffic so I've reposted it here. The previous (off-group) post is at the URL below and...
3
by: spectrumdt | last post by:
Hello. I am trying to install Pypvm (http://pypvm.sourceforge.net/), the Python interface to PVM ("Parallel Virtual Machine"). Unfortunately, installation fails. I am hoping someone can help me...
0
by: =?Utf-8?B?QWxoYW1icmEgRWlkb3MgRGVzYXJyb2xsbw==?= | last post by:
Hi all, my problem is about services. I try comment you all steps for my issue: My development environment: Windows XP SP2
2
by: tengounplanb | last post by:
Hi, Is it possible to remove one of two instances of Python installed on the same machine? I have two Python-2.5.2, one in /usr/local/bin/ python2.5 and the other one in /usr/bin/python2.5. The...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.