Results 1 to 8 of 8

Thread: Most of my applications uninstalled upon removing libicu48

  1. #1
    Join Date
    May 2013
    Beans
    5

    Most of my applications uninstalled upon removing libicu48

    Hi,
    I was trying to find a way to install kobo e-reader in ubuntu 12.04, got this following commands from this forum:

    sudo rm /usr/lib/libicuuc.so.44
    sudo apt-get remove libicu48
    getlibs -p libicu48
    sudo ln -s /usr/lib/libicuuc.so.48 /usr/lib/libicuuc.so.44

    The problem is I lost all my installations including eclipse, libre office etc.
    Is there a way or a command to restore everything without necessarily installing them all over again one by one?
    I really will appreciate your quick help on this, thanks!

  2. #2
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,616
    Distro
    Ubuntu

    Re: Most of my applications uninstalled upon removing libicu48

    Did you get a long list of "the following packages will be removed" when removing the libicu48 package?

    If not, then try reinstalling that package, with install instead of remove and your programs should work again.

    Also, could you point to where the instructions you followed can be found.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  3. #3
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Most of my applications uninstalled upon removing libicu48

    Moved to General Help
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  4. #4
    Join Date
    May 2013
    Beans
    5

    Re: Most of my applications uninstalled upon removing libicu48

    I think I got carried away with the whole thing, didn't even bother to read much but I remember puting y for yes, the next thing I saw was removing...
    I got it here http://ubuntuforums.org/showthread.php?t=2045621.
    I did try sudo apt-get install libicu48 but nope! I have nothing restored.

  5. #5
    monkeybrain2012 is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    Oct 2012
    Beans
    874

    Re: Most of my applications uninstalled upon removing libicu48

    Did you copy those commands from this thread? http://ubuntuforums.org/showthread.php?t=2045621 It didn't seem to have a happy ending.

    Well I think calibre is a good advice for managing and reading ebooks. It is free and won't screw up your desktop. (see post #4)

  6. #6
    Join Date
    May 2013
    Beans
    5

    Re: Most of my applications uninstalled upon removing libicu48

    For now I just want a quicker way to restore all the removed applications. They are too many, it's almost imposible to install them one-by-one

  7. #7
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,616
    Distro
    Ubuntu

    Re: Most of my applications uninstalled upon removing libicu48

    Not sure if this is the easiest way, but run

    Code:
    cat /var/log/apt/history.log | grep Remove
    which should show the list of packages that where removed.

    Then simply copy the listed packages and add sudo apt-get install in front.

    If you need help, post the out here.
    Please use the code tags (the symbol # in the reply box tool bar) when posting outputs as such.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  8. #8
    Join Date
    May 2013
    Beans
    5

    Re: Most of my applications uninstalled upon removing libicu48

    Thanks deadflowr,
    I had already reinstalled the desktop, but I like your method better. I'm actually picking out applications not installed through the desktop & reinstalling them one at a time. Thanks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •