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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
06-09-2012, 01:04 AM
|
#1
|
Member
Registered: May 2012
Location: Kolkata, India
Distribution: Ubuntu, OpenSUSE
Posts: 91
Rep: 
|
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 Open Office. 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.
|
|
|
06-09-2012, 01:52 AM
|
#2
|
Senior Member
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230
|
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
|
|
|
06-09-2012, 02:10 AM
|
#3
|
Member
Registered: May 2012
Location: Kolkata, India
Distribution: Ubuntu, OpenSUSE
Posts: 91
Original Poster
Rep: 
|
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
|
|
|
|
06-09-2012, 02:26 AM
|
#4
|
LQ Guru
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,726
|
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.
|
|
|
06-09-2012, 02:35 AM
|
#5
|
Member
Registered: May 2012
Location: Kolkata, India
Distribution: Ubuntu, OpenSUSE
Posts: 91
Original Poster
Rep: 
|
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.
|
|
|
06-09-2012, 03:22 AM
|
#6
|
Senior Member
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230
|
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.
|
|
|
06-09-2012, 03:33 AM
|
#7
|
Member
Registered: May 2012
Location: Kolkata, India
Distribution: Ubuntu, OpenSUSE
Posts: 91
Original Poster
Rep: 
|
I download the tar.gz file from the OOo site and then installed all the debs in it using the terminal command: .
Can you give me the terminal command to forcefully remove OOo?
Last edited by americast; 06-09-2012 at 03:50 AM.
|
|
|
06-09-2012, 04:05 AM
|
#8
|
LQ Guru
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,726
|
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.
|
|
|
06-09-2012, 05:10 AM
|
#9
|
Member
Registered: May 2012
Location: Kolkata, India
Distribution: Ubuntu, OpenSUSE
Posts: 91
Original Poster
Rep: 
|
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.
|
|
|
|
06-09-2012, 05:58 AM
|
#10
|
LQ Guru
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,726
|
Hi,
hmm, see if you can purge it:
Code:
sudo dpkg --purge ooobasis3.4-core04
Evo2.
|
|
|
06-09-2012, 09:12 AM
|
#11
|
Member
Registered: May 2012
Location: Kolkata, India
Distribution: Ubuntu, OpenSUSE
Posts: 91
Original Poster
Rep: 
|
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
|
|
|
|
06-10-2012, 04:32 AM
|
#12
|
Member
Registered: May 2012
Location: Kolkata, India
Distribution: Ubuntu, OpenSUSE
Posts: 91
Original Poster
Rep: 
|
Any more ideas....?
|
|
|
06-10-2012, 05:39 AM
|
#13
|
LQ Guru
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,726
|
Hi,
yes just uninstall all those packages. For exaple
Code:
dpkg --purge ooobasis3.4-core04 openoffice.org3
and so on.
Evo2.
|
|
|
06-10-2012, 05:47 AM
|
#14
|
Member
Registered: May 2012
Location: Kolkata, India
Distribution: Ubuntu, OpenSUSE
Posts: 91
Original Poster
Rep: 
|
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
|
|
|
06-10-2012, 06:49 AM
|
#15
|
LQ Guru
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,726
|
Hi,
notice I said "and so on". Please try to remove/purge the reverse dependencies.
Evo2.
|
|
|
All times are GMT -5. The time now is 09:09 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|