Announcement

Collapse
No announcement yet.

deleting libqt4-dbus deleted many packeges

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    deleting libqt4-dbus deleted many packeges

    I was trying to update libqt4-dbus because a program I was going to install needed the next version. I used KpackageKIT on Kubuntu 9.10 to delete the old libqt4-dbus. Somehow I made the stupid mistake to agree to delete all dependency. Now most of may KDE programs are not starting (I dont know, if Kubuntu will start again after turning it of...).

    Is there a way to undo it?
    Or how can I find what programs where deleted?
    Kubuntu 9.10 / KDE 4.3 / HP Mini 1109tu / 1.6 ATOM / 1GB RAM / 80 GB HDD / 10.1&quot; 1024x576<br />Kubuntu 9.10 / KDE 4.3 / 2.8 GHZ Core2Duo / 2 GB RAM / 320 GB HDD / 20&quot; 1600x900

    #2
    Re: deleting libqt4-dbus deleted many packeges

    Qt

    The Qt (> Qt wiki) is the base of the KDE.


    Simulation

    Code:
    sudo apt-get -s remove libqt4-dbus
    man apt-get
    -s, --simulate, --just-print, --dry-run, --recon, --no-act

    No action; perform a simulation of events that would occur but do not actually change the system.
    Here:
    Reading package lists...
    Building dependency tree...
    Reading state information...
    The following packages will be REMOVED:
    acetoneiso akonadi-server akregator amarok amarok-utils apport-kde
    apturl-kde ark astranslator audio-thumbs automoc bangarang beclock-kwin-fx
    cervisia comicbook-thumbnails...

    0 upgraded, 0 newly installed, 283 to remove and 0 not upgraded.

    Logs

    > LinuxLogFiles
    Introduction

    One of the things which makes GNU/Linux a great operating system is that virtually anything and everything happening on and to the system may be logged in some manner...

    > Topic: Update Logs

    Checking installed/updated/removed packages from the dpkg log:
    Code:
    grep remove /var/log/dpkg.log

    Bad News / The Good News

    ...(I dont know, if Kubuntu will start again after turning it of...).

    Is there a way to undo it?...
    When you removed the libqt4-dbus you removed the Kubuntu (KDE). The next time you turn the computer on there won't be graphical log in - there will be the text mode log in.

    If you log in you could install the default/basic Kubuntu (KDE) back by the command /1/:
    Code:
    sudo apt-get install kubuntu-desktop

    The Devil is in the Details

    Your net may or may not work without KDE. Here it is working.

    If you have a separate home partition ( > FAQ: How to Partition) then there is an option to reinstall your system without losing valuable personal data.

    There is an option (with the alternate CD - does the LiveCD has this option ?) to repair the installation - "Rescue a Broken System".


    /1/ > MetaPackages:
    Introduction

    One of the handy features of apt (the packaging system used by Ubuntu) is the use of metapackages. These packages do not contain actual software, they simply depend on other packages to be installed...


    Ubuntu System Metapackages
    ...
    kubuntu-desktop: Similar to ubuntu-desktop, but with KDE and related software instead of Gnome
    ...
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment

    Working...
    X