LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-09-2012, 01:04 AM   #1
americast
Member
 
Registered: May 2012
Location: Kolkata, India
Distribution: Ubuntu, OpenSUSE
Posts: 91
Blog Entries: 1

Rep: Reputation: Disabled
Question apt-daemon not working in Ubuntu


I use xubuntu 11.10. I am unable to install/remove any application from my computer. Whenever I go to install from the Software Centre, it says that aptdaemon is not working. Whenever i try to install/remove from the terminal, it says,
Quote:
The package ooobasis3.4-core04 needs to be reinstalled, but I can't find an archive for it.
[I had installed OpenOffice a few days back and after that this problem started. I think ooo means OpenOffice.Org].

I want to upgrade online to 12.04 but update manager also doesn't run. It says that I should do a Partial Upgrade.

Last edited by americast; 06-09-2012 at 02:43 AM.
 
Old 06-09-2012, 01:52 AM   #2
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
How did you install Open Office? And where did you get it from?

In any case, although this source is a few years old, it should help you fix your problem: http://www.ubuntugeek.com/package-in...-solution.html
 
Old 06-09-2012, 02:10 AM   #3
americast
Member
 
Registered: May 2012
Location: Kolkata, India
Distribution: Ubuntu, OpenSUSE
Posts: 91

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
I download ooo from its site and installed all the deb packages it had given me. I followed the instructions at the ubuntu geek site you gave but then I get the following error:
Quote:
dpkg: dependency problems prevent removal of ooobasis3.4-core04:
openoffice.org3 depends on ooobasis3.4-core04; however:
Package ooobasis3.4-core04 is to be removed.
dpkg: error processing ooobasis3.4-core04 (--remove):
dependency problems - not removing
Errors were encountered while processing:
ooobasis3.4-core04
 
Old 06-09-2012, 02:26 AM   #4
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

is there any particular reason you are trying to use this method to install OOo? If not I recommend that you remove/purge those packages and reinstall using the packages provided by Ubuntu.


Evo2.
 
Old 06-09-2012, 02:35 AM   #5
americast
Member
 
Registered: May 2012
Location: Kolkata, India
Distribution: Ubuntu, OpenSUSE
Posts: 91

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
I came to know that the packages in the Software Center are useless (seen from comments). This is the method I found in the net. But now, if I have to remove OOo, i dont have any problem as I feel LibreOffice is better.

Last edited by americast; 06-09-2012 at 02:43 AM.
 
Old 06-09-2012, 03:22 AM   #6
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
As evo2 said, I would remove --purge Open Office using either dpkg or apt-get. Then install the Open Office or Libre Office package that is in the Ubuntu repos.
Your problem clearly developed because you installed a package outside of the Ubuntu repos that is unsupported.
You can either try to work to get this fixed; or remove the unsupported package and install the package that is supported.

If you really, really must have the latest and greatest Open Office, then perhaps there is an Ubuntu PPA repo for this.
Remember that those PPA repos are also unsupported by the Ubuntu devs.

Can you provide a link to how exactly you installed Open Office???

Last edited by tommcd; 06-09-2012 at 03:23 AM.
 
Old 06-09-2012, 03:33 AM   #7
americast
Member
 
Registered: May 2012
Location: Kolkata, India
Distribution: Ubuntu, OpenSUSE
Posts: 91

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
I download the tar.gz file from the OOo site and then installed all the debs in it using the terminal command:
Quote:
sudo dpkg -i *.deb
.
Can you give me the terminal command to forcefully remove OOo?

Last edited by americast; 06-09-2012 at 03:50 AM.
 
Old 06-09-2012, 04:05 AM   #8
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

first try the fix-missing option of apt-get:
Code:
sudo apt-get --fix-broken install
Hopefully that will remove the packages with broken dependencies.
Please run it and post the exact output here if you have problems.

Evo2.
 
Old 06-09-2012, 05:10 AM   #9
americast
Member
 
Registered: May 2012
Location: Kolkata, India
Distribution: Ubuntu, OpenSUSE
Posts: 91

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
After I typed my password after typing the command given by you, I got the same error:
Quote:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package ooobasis3.4-core04 needs to be reinstalled, but I can't find an archive for it.
 
Old 06-09-2012, 05:58 AM   #10
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

hmm, see if you can purge it:
Code:
sudo dpkg --purge ooobasis3.4-core04
Evo2.
 
Old 06-09-2012, 09:12 AM   #11
americast
Member
 
Registered: May 2012
Location: Kolkata, India
Distribution: Ubuntu, OpenSUSE
Posts: 91

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
This is the error I get:
Quote:
dpkg: dependency problems prevent removal of ooobasis3.4-core04:
openoffice.org3 depends on ooobasis3.4-core04; however:
Package ooobasis3.4-core04 is to be removed.
dpkg: error processing ooobasis3.4-core04 (--purge):
dependency problems - not removing
Errors were encountered while processing:
ooobasis3.4-core04
 
Old 06-10-2012, 04:32 AM   #12
americast
Member
 
Registered: May 2012
Location: Kolkata, India
Distribution: Ubuntu, OpenSUSE
Posts: 91

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Any more ideas....?
 
Old 06-10-2012, 05:39 AM   #13
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

yes just uninstall all those packages. For exaple
Code:
dpkg --purge ooobasis3.4-core04 openoffice.org3
and so on.

Evo2.
 
Old 06-10-2012, 05:47 AM   #14
americast
Member
 
Registered: May 2012
Location: Kolkata, India
Distribution: Ubuntu, OpenSUSE
Posts: 91

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
After typing the command given by you, I get this error:
Code:
dpkg: dependency problems prevent removal of openoffice.org3:
 openoffice.org3-impress depends on openoffice.org3.
 openoffice.org3-writer depends on openoffice.org3.
 openoffice.org3-draw depends on openoffice.org3.
 openoffice.org3-en-us depends on openoffice.org3.
 openoffice.org3-base depends on openoffice.org3.
 openoffice.org3-math depends on openoffice.org3.
 openoffice.org3-calc depends on openoffice.org3.
dpkg: error processing openoffice.org3 (--purge):
 dependency problems - not removing
dpkg: dependency problems prevent removal of ooobasis3.4-core04:
 openoffice.org3 depends on ooobasis3.4-core04; however:
  Package ooobasis3.4-core04 is to be removed.
dpkg: error processing ooobasis3.4-core04 (--purge):
 dependency problems - not removing
Errors were encountered while processing:
 openoffice.org3
 ooobasis3.4-core04
 
Old 06-10-2012, 06:49 AM   #15
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

notice I said "and so on". Please try to remove/purge the reverse dependencies.


Evo2.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
crond daemon not working kamlesh_kmr Linux - General 10 04-19-2012 06:53 AM
Make apt-rdepends print apt-get readable output Ubuntu. Zssfssz Linux - General 2 01-31-2012 11:36 PM
Bash script to verify the daemon is working if not, start the daemon kishoreru Linux - Newbie 7 09-23-2009 04:29 AM
LXer: Create a Local Ubuntu Repository using Apt-Mirror and Apt-Cacher LXer Syndicated Linux News 0 08-04-2009 10:13 PM
apt-get install not working / apt-get update is ok remy215 Debian 2 10-01-2005 07:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration