Welcome to LinuxQuestions.org, a friendly and active Linux Community. You are currently viewing LQ as a guest.
How to Reinstall Debian or Repair Install?? So, wondering whether I either need to do some 'repair' to my current install or just 'reinstall fresh'?? If it still complains about that package, look in the sources.list, as it may have a lock (known as pinning) for that package. If the package isn't locked (pinned) on a specific version, use the -f option (apt-get -f install, no further arguments) to force an install. If all this fails, then you should consider some sort of repair.
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. 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: If you have any problems with the registration process or your account login, please. If you need to reset your password,.
Having a problem logging in? Please visit to clear all LQ-related cookies. Introduction to Linux - A Hands on Guide This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter. For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration.
This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own. To receive this Complete Guide absolutely free. Code: debian:# apt-get -reinstall install gnome Reading Package Lists. Done Building Dependency Tree. Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. 1 not fully installed or removed.
Need to get 0B/10.3kB of archives. After unpacking 0B of additional disk space will be used. Do you want to continue? Y/n y debconf: unable to initialize frontend: Gnome debconf: (Unable to load Gnome - is libgnome2-perl installed?) debconf: falling back to frontend: Dialog (Reading database.
134195 files and directories currently installed.) Preparing to replace gnome 64 (using./apt/archives/gnome64all.deb). Unpacking replacement gnome. Setting up gnome-applets (2.8.2-3). /usr/lib/gnome-applets/mc-install-default-macros: error while loading shared libraries: libbonoboui-2.so.0: cannot open shared object file: No such file or directory dpkg: error processing gnome-applets (-configure): subprocess post-installation script returned error exit status 127 Setting up gnome (64). Errors were encountered while processing: gnome-applets E: Sub-process /usr/bin/dpkg returned an error code (1)So it seems that the gnome-applets are the problem.
I try to reinstall those applets and I get this errors. Code: debian:# apt-get -reinstall install gnome-applets Reading Package Lists.
Done Building Dependency Tree. Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Debian Linux Install
1 not fully installed or removed. Need to get 0B of archives. After unpacking 0B of additional disk space will be used. Do you want to continue? Y/n y Setting up gnome-applets (2.8.2-3). /usr/lib/gnome-applets/mc-install-default-macros: error while loading shared libraries: libbonoboui-2.so.0: cannot open shared object file: No such file or directory dpkg: error processing gnome-applets (-configure): subprocess post-installation script returned error exit status 127 Errors were encountered while processing: gnome-applets E: Sub-process /usr/bin/dpkg returned an error code (1)Please help me, I havent had time to read the documentation, but I would need this computer working soon. I can still use it without gnome, but I dont think it is the only damage package.