Announcement

Collapse
No announcement yet.

Uninstall Gwenview plugins

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

    Uninstall Gwenview plugins

    Hello. I've installed Gwenview plugins at the program's menu, but I realised that I won't be using those nor the programs like DNG, Panorama, etc, that now appear at my Graphics menu. So, what packgages do I have to remove to get Gwenview back to how it was before?
    Thanks in advance.

    #2
    I've run:
    Code:
    sudo apt-get remove enfuse liblensfun-data libpano13-bin libimage-exiftool-perl libzthread-2.3-2 hugin-data libpano13-2 minidlna libboost-signals1.54.0 enblend hugin kipi-plugins-common hugin-tools kipi-plugins libgsl0ldbl libid3tag0 liblensfun0 libvigraimpex5
    Did I miss something?

    Comment


      #3
      Uninstalling things

      A) With the Apper uninstall KickOff

      If you have the Apper installed (older: https://www.kubuntuforums.net/showth...lic-in-KickOff ) then you could simply right click the KDE menu entry and uninstall.



      B) Searching packages with the 'keyword'

      1)
      You could launch the KDE Menu Editor and look the 'keyword' for the apt-file.



      Searching packages with the 'dngconverter'

      Code:
      :~$ apt-file search dngconverter
      kipi-plugins: /usr/bin/dngconverter
      kipi-plugins: /usr/lib/kde4/kipiplugin_dngconverter.so
      kipi-plugins: /usr/share/applications/kde4/dngconverter.desktop
      => Package is kipi-plugins.

      2)

      Same thing with the Ubuntu Packages Search: http://packages.ubuntu.com




      A Link: http://packages.ubuntu.com/search?se...rusty&arch=any




      C) History logs

      The Kubuntu is keeping logs of the installed and uninstalled packages. If you know the date&time you could look the installed packages.


      Muon package manager History window.


      dpkg log from the cli:
      Code:
      grep installed /var/log/dpkg.log


      Final cleaning

      ...and finally cleaning with the apt-get autoremove:

      man apt-get:
      autoremove

      autoremove is used to remove packages that were automatically installed to satisfy dependencies for other packages and are now no longer needed.

      more:

      - https://help.ubuntu.com/community/AptGet/Howto
      - http://www.ubuntugeek.com/cleaning-u...in-ubuntu.html
      Last edited by Rog132; Sep 26, 2014, 10:34 AM.
      A good place to start: Topic: Top 20 Kubuntu FAQs & Answers
      Searching FAQ's: Google Search 'FAQ from Kubuntuforums'

      Comment


        #4
        Hello Rog132. Thanks for your answer. Actually, I've looked at history log and managed to find the packages mencioned above. So, I guess everything is back to how it was before now.
        Cheers.

        Comment

        Working...
        X