Removeing kde-meta packages

Hi!
On KDE 4.3, when I try to remove an unwanted KDE app (ie KsCD), it tells me that i need to remove the corresponding kde-meta package as well (ie kde-meta-kdemultimedia). cool. however, when i do this, it makes all of the other apps with the kdemultimedia group orphans - i.e. they show up in pacman -Qdtq. is there any way to stop this from happening?

I'd say just remove the meta-packages and reinstall (with --asexplicit) those that you want to keep and which show up in -Qtd.

Similar Messages

  • [SOLVED] KDE 4.3 upgrade. Kde-meta-kdeplasma-addons conflict

    Hello. Today i decided to upgrade my kde 4.2.4 to 4.3. After i execute:
    pacman -S kdeadmin kdeartwork kdebase kdeplasma-addons
    there is some warnings in output:
    Warning: provider package was selected (kde-meta-kdeplasma-addons provides kdeplasma-addons)
    I don't want to install any kde-meta package. But this is no problem. I can delete them after.
    Problem is that:
    error: failed to prepare transaction (conflicting dependencies)
    :: kde-meta-kdeplasma-addons: conflicts with kdeplasma-addons-libs
    How to resolve that? Or maybe i must install manually all packages in kdeplasma-addons group?
    P.S. Sorry for my english.
    Last edited by gen1s (2009-08-04 12:15:58)

    @Pierre
    I just change my mirror to : Server = ftp://ftp.archlinux.org/$repo/os/x86_64
    and still can't upgrade.
    error: could not prepare transaction                                                                         
    error: failed to commit transaction (conflicting files)                                                       
    kdeplasma-addons-applets-bball: /usr/lib/kde4/plasma_applet_bball.so exists in filesystem                     
    kdeplasma-addons-applets-bball: /usr/share/apps/bball/bball.svgz exists in filesystem                         
    kdeplasma-addons-applets-bball: /usr/share/apps/bball/bounce.ogg exists in filesystem                         
    kdeplasma-addons-applets-bball: /usr/share/apps/bball/football.svgz exists in filesystem
    Should i delete all my KDE installed packages, and try to install everything again with sudo pacman -Sy kde ?
    This is strange, i'm using KDE 4.3 for some time from RC2 and now i can't upgrade.

  • [SOLVED] Pacman failed retrieving file 'core.db' after removing KDE

    Hey, I had to remove KDE and foolishly used the -Rsc flag. Now, trying to update yields:
    [root@Gal-PC2 gal]# pacman -Sy
    :: Synchronizing package databases...
    error: failed retrieving file 'core.db' from mirror.isoc.org.il : Resolving timed out after 10524 milliseconds
    error: failed retrieving file 'core.db' from mirror.us.leaseweb.net : Resolving timed out after 10523 milliseconds
    I tryed using the -Sy and -Syy flags to update the database, and made sure I am not using ipv6. I think the -Rsc flag might deleted an importent package. I can connect to the net, and I can acess mirrors using http and I can ping the mirrors. The error persists on a large number of mirrors. Any help will be appriciated.
    Last edited by Greenstuff (2015-02-08 20:49:24)

    Sorry, will do!
    The debug printed a lot of the first errors, so I cut them. This is what pacman --Syu --debug show:
    debug: adding new server URL to database 'multilib': [url]http://ftp.nluug.nl/pub/os/Linux/distr/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://ftp.ds.hj.se/pub/os/linux/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://ftp.uni-kl.de/pub/linux/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://ftp.tu-chemnitz.de/pub/linux/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://mirror.lnx.sk/pub/linux/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://mirrors.st.uz/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://mirrors.mithril.org.ua/linux/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://ftp.uni-bayreuth.de/linux/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://artfiles.org/archlinux.org/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://repo.ukdw.ac.id/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://linux.cs.nctu.edu.tw/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://ftp.kaist.ac.kr/ArchLinux/multilib/os/x86_64[/url]
    debug: config: new section '(null)'
    debug: config: finished parsing /etc/pacman.conf
    :: Synchronizing package databases...
    debug: url: [url]http://mirror.isoc.org.il/pub/archlinux/core/os/x86_64/core.db[/url]
    debug: maxsize: 26214400
    debug: using time condition: 1422991262
    debug: opened tempfile for download: /var/lib/pacman/sync/core.db.part (wb)
    debug: curl returned error 28 from transfer
    error: failed retrieving file 'core.db' from mirror.isoc.org.il : Resolving timed out after 10523 milliseconds
    debug: url: [url]http://mirror.us.leaseweb.net/archlinux/core/os/x86_64/core.db[/url]
    debug: maxsize: 26214400
    debug: using time condition: 1422991262
    debug: opened tempfile for download: /var/lib/pacman/sync/core.db.part (wb)
    EDIT: SOLVED!
    Ok, so I did indeed disable ipv6 as I promised, but turns out I put in the GRUB kernel line "ipv6.disable_ipv6=1". Upon re-reading the wiki, turns out this means ipv6 is disabled but tunnels with ipv6 may be opened by programs. I changed to "ipv6.disable=1" and pacman updates away! I hope others will find this usefull. Be careful!
    Last edited by Greenstuff (2015-02-08 20:52:45)

  • [SOLVED] Removing all uneeded packages, GNOME Issues

    Just setup arch in VirtaulBox, and I got everything working! Hooray, only took 4 tries, but thats what I call the learning process and I love it!
    My issue was this:
    Gnome wouldn't save my theme settings! Each time I ran it with startx my theme settings were reset to default! I'd change the theme to DarkRoom and change my icon set to Tango, and then after logging out, and running startx again, poof, back to default. My background, however, DID save.
    So after that experiment, I've decided to use KDE, just cause I wanna do it, no real reason, besides learning as much as I can
    I've gone and removed gnome:
    pacman -Rc gnome
    Now I'm trying to clear out all the excess packages, so I ran:
    pacman -Qdt
    It shows a whole bunch of stuff, so what I'm asking is this: How can I clear out all unneeded packages, orphaned packages, etc
    Coming from the Debian based world, I know I could use apt-get autoremove to get rid of unneeded packages, and I would like to know if there is a way to do this using pacman
    If not, is it possible to run pacman -Qdt and export the output to a file, then run pacman -R  and have it access that file and remove all those packages?
    Thank you for the assistance!
    Last edited by novafluxx (2009-10-24 21:20:44)

    Pierre wrote:1) You should have use pacman -Rcsn gnome
    2) You can removed unneeded packages by pacman -Rcsn `pacman -Qqdt`
    Thank you for the fast reply, I will try to remember that!
    I've tried running what you suggested, but it doesn't seem to be working...
    pacman -Rcsn 'pacman -Qqdt"
    says its not found in the local db
    Mefju wrote:Just use pacman -Rs $(pacman -Qqdt) as root
    This will do it! I get it, make it use the string output of pacman -Qqdt as the input for pacman -Rcsn ?
    Last edited by novafluxx (2009-10-24 21:10:42)

  • Removing KDE entirely

    Hi everyone. I have a question... but first some background.
    I have KDE 4/5 installed at the moment, but I'd like to remove it totally and completely. I don't use a login manager - when I log into TTY1, X starts with KDE, and I go from there. On that note, when I do remove KDE, I know I'll have to modify some file to tell it to start the other DE I want to replace KDE with (Xfce). That's fine.
    Why do I want to remove KDE? Well, KDE is in a weird transition from KDE 4 into the thing it's becoming with QT5, Plasma 5, etc. This means that I'm technically running both QT4 and 5, and it's introducing too much bloat for my tastes. I'd be interested in returning to KDE once KDE5 completely replaces KDE4, but until then there's too much unnecessary crap installed on my system.
    So the question.. exactly how do I go about totally removing KDE4, and everything that's come along with KDE5? Does remove the base group and all dependencies get rid of everything? Or, am I better off removing every single last installed package, a move I don't want to make seeing as how I've installed a lot of AUR packages?
    I don't even mind trashing my KDE conf files. I want it all gone.

    why? you can stay with kde4 4.14.3, without kde5 libs:) https://bbs.archlinux.org/viewtopic.php … 3#p1529823
    Last edited by masolit (2015-05-22 21:54:50)

  • KDE or KDE-META?

    Hi!
    I'm at the point of installing the GUI, KDE4 for instance, and I'm curious about what veteran Arch-KDE4 users can tell me about this. I read about the two KDE and KDE-META and I wonder which will be the best to have an up-to-date and/or stable KDE4.
    Also, in my last attempt to install Arch (this is my second time doing a Arch install, I haven't any system up and working yet but I'm starting feeling a seasoned Arch user, lol) I remember installing plain KDE installed a LOT of applications and games I would not want because KDE package installs whole KDE suite.
    Alongside kdebase and kdeutils (or kde-meta-kdebase and kde-meta-kdeutils) which other packages should I install to have a full working base but complete KDE4 system, like say Kubuntu? (sorry but's the only KDE I liked after trying Fedora's and openSUSE's KDE implementation)
    I'm talking about a complete KDE system with printer support and so on, I'm not talking about applications which I can add individually.

    hi Pierre!
    I did read the wiki and that's why I was in doubt on which package should I install.
    I see you are a KDeveloper? I'm very grateful of the KDE Team work. I like other DE too and all have their pros and cons, but KDE is the only environment that put it all together in a way I find useful and beautiful and that free me to just work and enjoy my PC experience instead spending lot of time customizing and tweaking my system.
    Thanks both for your advice here and your KDE work, best.
    Last edited by martin77 (2010-03-25 03:44:26)

  • Issue removing kde

    Hi, I'm a new Linux user, having never installed Linux or used it up until a few days ago.  Seems pretty simple and I'm picking it up quickly, but I'm having trouble getting rid of the KDE GUI.  I've removed it from the daemons portion of rc.conf and I've commented it in the xinitrc file so that when I boot I'm just at the prompt and after logging into root I type in pacman -Rsn kde (also tried -R & -Rs) and it tells me:
    "error: failed to prepare transaction (could not satisfy dependencies)
    :: libkipi: requires kdelibs"
    What exactly am I doing wrong here?  Must I skip dependancy checks or do -c to remove the offending packages that rely on kde?
    Thanks for any assistance

    Might be some odd glitch in pacman but I haven't run across this type of thing since i've not used kde in arch for a long, long time.  I installed and uninstalled kdemod not so long ago with no problems but that's a customized form of kde so probably not relevant.
    Edit: you sure you didn't install digikam or gwenview before kde as far as I can see kipi is image plugins mostly for kde.  Who knows?
    Last edited by bgc1954 (2008-04-26 15:41:57)

  • How to remove KDE desktop?

    After using XFCE for a while, I decide that it will be my main DE, so I'd like to uninstall KDE desktop.
    But of course I'd still like to use KDE apps like Kile or Kdevelop.
    Is there any easy way to do that? I guess "pacman -R kde" is not the answer, because it will remove the entire KDE.
    Or maybe I have to remove the packages manually, like "pacman -R kdegames", or "pacman -R kdeedu" ?
    Back when I was using Ubuntu, I could to this using "apt-get remove kde-desktop"

    Check the dependencies of your required packages (you'd use pacman -Qi instead). That way you know exactly what to keep and what to chuck.
    toad@deskarch 1014\22 ~ > pacman -Si kdevelop
    Repository : extra
    Name : kdevelop
    Version : 4.2.3-3
    URL : http://www.kdevelop.org/
    Licences : GPL
    Groups : None
    Provides : None
    Depends On : kdebase-workspace kdevplatform kdesdk-okteta kdebase-kwrite
    Optional Deps : None
    Conflicts With : None
    Replaces : None
    Download Size : 1888.53 KiB
    Installed Size : 8864.00 KiB
    Packager : Andrea Scarpino <[email protected]>
    Architecture : x86_64
    Build Date : Tue 03 Jan 2012 15:19:44 CET
    MD5 Sum : 565690b8318f239b365100be4404f05e
    SHA256 Sum : de372533352b8ff19aca904dfb22ca361837f9754b259f6c5ee7145197e4cf02
    Signatures : Yes
    Description : A C/C++ development environment for KDE

  • Why is gimp required if I want kde-meta?

    For starters, I'll answer my own question: Because kde-meta depends on kde-meta-kdesdk, which depends on kdesdk-kdepalettes which apparently depends on gimp. kdesdk-kdepalettes is a package that provides "Palettes for the Gimp that match the KDE standard color palette" (from the package description). Shouldn't it be an optional dependency for gimp instead of the current situation (requiring gimp)?
    (This has been the case at least since 4.5, so I'm sorry if this has already been answered before. I couldn't find any results searching the forum.)

    karper wrote:
    Allan wrote:What use are palettes for gimp without actually having gimp?   If you do not want all the packages pulled by a meta package, then don't install it!
    ... which is an entirely valid point of view. However, the benefits of installing a meta-package (automatically adding new sub-packages upon upgrades) outweigh the disadvantages.
    I was just wondering if instead of pulling in gimp, the color palette file (it's really just one tiny file) could be stored wherever KDE stores its color palettes...
    Pacman doesn't do 'multiple possible locations for a file', I don't think any current package manager does. It would quickly become unworkable (what if gimp gets installed in future, do you move the file back?)

  • [svn:fx-trunk] 16385: -removed the utilities package target since it' s not used any longer - at least what is contained in this target.

    Revision: 16385
    Revision: 16385
    Author:   [email protected]
    Date:     2010-06-01 13:32:35 -0700 (Tue, 01 Jun 2010)
    Log Message:
    -removed the utilities package target since it's not used any longer - at least what is contained in this target.  I believe this was a leftover from flex 2 days.
    -fix up the packaging targets to ensure they are being properly built.  I removed depends="temp-clean" and inserted antcall target="temp-clean" because a target gets executed only once, even when more than one target depends on it. 
    QE notes:
    Doc notes: no
    Bugs: no
    Reviewer: Guarav
    Tests run: no
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/build.xml

    http://blogs.adobe.com/jkost/2014/06/installing-the-2014-release-of-creative-cloud.html
    -This messages says (at least some) CC 2014 programs use NEW plugins https://forums.adobe.com/thread/1499663
    -so do not uninstall the older CC programs if you use plugins in your programs until you are sure you have plugins that work in CC2014
    If you are sure you don't need the old CC programs
    -http://helpx.adobe.com/creative-cloud/help/install-apps.html to install or uninstall

  • How to remove a meter from an installation after move-out

    Hi,
    Could anyone please tell me how to remove a meter from an installation after move-out and if the installation was blocked before move-out.
    I was trying to remove the meter from an installation which was blocked before move-out. And if i remove the blocking after move-out, it is still giving me this message that the installation is blocked.
    Thanks in advance.
    Mahavir

    Dear Birendra,
    You can NEVER remove a Device (for Billing Related or FULL removal), since you need to save a Removal read while doing the removal. Hence, you can not create a MR ( Reason 01/02/03/06/16/17/21/22), without a Active contract. This is a Basic Metering Rule.
    You will have to do the removal on the same day of the Move out.
    Any additional questions?
    KR,
    AAL!

  • How to prevent downgrading of the app in meta package using package versioning feature of package maker tool?

    Hi,
    Created  an installer i.e, meta package using package maker tool. I want  to prevent downgrading of the application or package on the target/installed volume. 
    Problem is, if there is a newer version of app and when I try to install any older version, then it does not throw any error message to the end user and replaces the existing newer version with the older version of app, which should not happen. But, if I check the package version using version comparison of Package  maker tool, that works fine with flat packages i.e, with the .pkg files. So, I need the solution for metapackages(.mpkg) and want to prevent downgrading of app for metapackages. I am not getting any solutions for this. Can someone guide me on this?
    Thanks for the help provided.
     

    Hi,
    Created  an installer i.e, meta package using package maker tool. I want  to prevent downgrading of the application or package on the target/installed volume. 
    Problem is, if there is a newer version of app and when I try to install any older version, then it does not throw any error message to the end user and replaces the existing newer version with the older version of app, which should not happen. But, if I check the package version using version comparison of Package  maker tool, that works fine with flat packages i.e, with the .pkg files. So, I need the solution for metapackages(.mpkg) and want to prevent downgrading of app for metapackages. I am not getting any solutions for this. Can someone guide me on this?
    Thanks for the help provided.
     

  • How to remove files with package manager?

    CanI remove file with package manager
    For example if there is a file /apps/cq/ui/widgets/source/widgets/form/RichText.js in Author Instance A, then I delete RichText.js file using crxde.  Then I create a package remove_richtextjs.zip with filter /apps/cq/ui/widgets/source/widgets/form/
    Then I open another instance Author Instance B, there is an exact same file /apps/cq/ui/widgets/source/widgets/form/RichText.js.  Is it possible that if I apply remove_richtextjs.zip, an RichText.js will be removed from Author Instance B?
    Thanks

    You don't have to pay to remove files. Just drag them to the Trash and Empty the Trash.

  • I have bought an IPad in the US however need to return in the UK, am i able to receive a full refund? Note: i have removed the outer packaging.

    I have bought an IPad in the US however need to return in the UK, am i able to receive a full refund? Note: i have removed the outer packaging.

    I have no idea if you can do anything with it in the UK. All you can do is ask for help. Just be prepared for the possibility that they can do nothing for you because the device was purchased in the US.
    You may have to contact the store from which you purchased the device in the US to see if you can send it back to them in exchange for the Mini. This assumes you are within the 14 day window and they will accept it without all the expected packaging.
    Beyond that I don't think anyone here can tell you with any certainty what you can do under the given circumstances. All you can do is ask. The worst that can happen is everyone says, "No."

  • Is it Possible to remove your data package from your smartphone?

    Is it possible to remove you data package from your smartphone. It doest work well where i live, but i love my phone.

    rcschnoor wrote:
    No, you must have a data plan on Verizon if you have a smartphone.
    Actually this also applies to at&t, t-mobile and Sprint.

Maybe you are looking for

  • Any tips at this Reporting requirement gathering stage?

    Hello Experts, I have 10 different sources of data which will mostly come to me in flat files. Some of the data coming to me for <b>UPDATE</b> will be 1. daily,           (3 of the sources) 2. weekly,       (2 of the sources)  3. monthly      (2 of t

  • Error while trying to pick message from weblogic queue

    Hi, We are getting the following error while trying to connect to pick up a message from weblogic queue. We are suing oracle soa suite 10.1.3.1 and weblogic 8.1 the bad part is that, this error is not documented anywhere and couldn't get much help on

  • Nomad Jukebox Zen Xtra Firmware Update Issue

    My player does not get recognized after attempting to update firmware (ZenXtraP4SAudible_PCFW_LB_2_0_03.exe) according to website instructions. When turned on the player displays "Firmware Problem" for a fraction of a second, then it goes into Rescue

  • Javax.servlet.ServletException: java.io.FileNotFoundException. How to catch when user

    How to catch when user enters a bogus jsp page. I have login.jsp. If someon enter log.jsp i get javax.servlet.ServletException: java.io.FileNotFoundException and then the whole path is shown. This onlyhappens with 9ias. When i was using http server t

  • Configuring apache & tomcat on seperate machines

    I need help to setup tomcat 3.2.1. and apache 1.3.20 on separate machines (Windows 95 & Windows NT)!! I am able to run them fine on one machine but am baffled with putting them on two separate machines. I would be most gratefull if anyone can provide