Is there a way to remove packages that are installed as dependencies?

Hi,
I recently tried out GDM, and found that I don't like it. I now wish to remove it, along with all the dependencies that were installed along with it.
However, I cannot find a way to list the dependencies of GDM, so that I can remove those as well.
The pacman manual mentioned --cascade and --recursive , however cascade does not list anything else, and recursive includes WAY too many extra packages, many of which I actually need.
Is there a way to remove the packages that were installed along with GDM, but nothing more and nothing less?
Thanks,
James

magicalChicken wrote:Be very careful with -Rsc, as this could remove many very important packages it used inapropriatly, I would recommend just pacman -Rs gdm, then check for orphaned packages.
+1
I also remove packages with the -Rs switch.  I occasionally check for orphans.  In fact, I wrote an 'orphans' function in in my ~/.bashrc for this purpose.
orphans() {
if [[ ! -n $(pacman -Qdt) ]]; then
echo no orphans to remove
else
sudo pacman -Rs $(pacman -Qdtq)
fi

Similar Messages

  • Is there a way for my images that are links NOT to be denoted by whatever color i set my links to be in my page properties?

    Hi there.
    i have set my links to be black in my page properties.  i have somes images that i am using for links and i do not want the to have a black box tracing their outline.  it's messing up my design and tables.  is there a way for my images that are links NOT to be denoted by whatever color i set my links to be in my page properties?
    see attachment.
    thanks for sharing your knowledge with me.
    gina

    If you would like your NON-linked images to have a border, and only remove the border from linked images then this css:
    a img { border:none; }
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • HT201317 Is there a way to get photos that are over 30 days old onto icloud (and then to my windows computer through photostream)?

    I was wondering if there was a way to get the photos that are over 30 days old into my photostream on my computer. My iPhone 5 has 1,000 photos in the photostream but only the ones that are less than 30 days old go on to my computer. I can't find any setting on icloud either- just yes/no photostream and then my photostream and the share option. I want to do this so I can view my older photos on my computer so I can save them in my computer's library.
    Thanks!

    No. PhotoStream only stores a maximum of 1000 photos for up to 30 days as stated in all descriptions of the service. You're supposed to download photos you want to keep within 30 days of them going to PhotoStream.
    PhotoStream is not a permanent storage solution.

  • Is there a way to filter apps that are only available for your current version of ios

    I have the first generation iphone. It still works pefectly and I would like to give it to my 1yo son, so that he can play around with it. It has latest supported ios 3.1.3. I went to the apple store to find some kid friendly apps for the device, only to find out that almost ever app requires a version of ios higher than 3.1.3. I understand that this is the limitation of old hardware. I just wish that there was a way for me to only see apps that would still work on my device. Currently, I have to click on the app, then start the download, only to get a message that says that I need ios > 3.1.3. I can also imagine that there are a lot of people out there who don't know the ios limits per device. Wouldn't it be better if the message read, "this app requires ios 4.3 which is supported on iphone 3 or higher" or even simpler "this app is not supported on your device. It is supported on iphone 3 or better". But the ios filter would go a really long way.
    Thanks
    Richard

    you can leave feedback with apple at apple.com/feedback

  • Is there a way to convert files that are in the music folder to Audiobooks?

    I have a bunch of audiobooks that I loaded off CDs that ended up in the Music Folder with all my music. I want to know if there is a way to move them to the Audiobooks folder? Convert or something? Please let me know.

    You first need to convert them to .m4.
    Simple enough.
    iTunes prefs -> Advanced -> Importing.
    Set to AAC, 64 kbps stereo, optimize for voice.
    Select them all in itunes, go to menu Advanced -> Convert selection to AAC.
    Use this -> Make Bookamarkable to change the file type and extension.

  • Is there any way to search words that are in the comment section of iTunes song info?

    Question is above. I have put some keywords in various comment sections but can't find a way to search for them

    Note if you find search isn't working as expected it may help to switch to the List view (left-hand view icon) and enable the column, then go back to the view you were using.
    tt2

  • Is there any way to request songs that are not in itunes store?

    I would really like to purchase the song "Puttin' it Down" by Beck, but it is not on iTunes store!

    try here: iTunes Store Requests

  • [SOLVED]How to get orphaned packages that aren't optional dependencies

    On the pacman tips and tricks wiki page, I see there is a way to get orphaned packages, but this sometimes catches packages that are orphaned but are optional dependencies for other packages. Is there a way to get orphaned packages that are not optional dependencies? Also, I'm not sure if this is the right place on the forums for this question, so please let me know if there is a better place.
    Last edited by UnsolvedCypher (2013-05-22 00:16:47)

    Running
    # pacman -Rns python-docutils cdparanoia
    checking dependencies...
    :: abcde optionally requires cdparanoia: Paranoia ripping support
    should be enough. Now you know which package is not a real orphan and why.
    If you want a fugly script for that:
    $ pacman -Qi $(pacman -Qqdt) | grep -e Name -e "Optional For" | grep -v None | grep -B1 Optional
    Name : cdparanoia
    Optional For : abcde

  • Removing calls that are in the resource selection queue

    Hi Folks, I have a strange query. Is there any way to remove calls that have been presented to the resource selection step but are in the queue waiting for a free agent? I have created a varable that gets the current time and then created another varable that is poplated with the same syntax that is received from the T[now] step then done a IF atep with a > between to check if the current time varable is greater than the other varables but thi sis then applied after the queued after the select resource step but it doesnt work obviously BUT I was wondering if it can be. If the system has already accepted a call and tried to present it to an agent, can it be removed?
    Thanks

    I think I see clearer now.
    Ok, so what you want to do is very logical and good practice.  Instead of doing the time stamps, which will work, you could just use the time of day step.
    Also, if you wanted to take it a step further, you could take the callers Estimated Wait Time (EWT) from the Get Reporting Statistics step (not all that accurate, but could be a good guess at times), and then see if the closing time (5:00 in your example) is more than the number of minutes away held in EWT, from the current time.
    Example:  Caller calls in a 4:55, and you close at 5:00.  The EWT says they'll wait only 1 minute, then you queue them.  However, if the EWT says they'll wait 8 minutes, then you do not queue them, and tell them you're already closed.
    Just a thought, but it does sound like you are doing it right.  I have seen too many times to count, people forgetting to put logic within the queue loop to cover things like business hours, day changes, holidays, no agents logged in, etc.
    Good luck and happy scripting!
    Anthony Holloway
    Please use the star ratings to help drive great content to the top of searches.

  • Is there a way to remove your sim card if you don't have the tool that came with your phone?

    Is there a way to remove your sim card if you don't have the tool that came with your phone? I wanted to see if I could upload my old information to the iCloud, by putting the new sim card into the old phone, since I didn't before I updated my new phone.

    Any metal clip will do. Insert the tip in the little hole next to the Sim Card and press FIRMLY. The SIM drawer will pop out.

  • Is there a way to remove a password from a Document?  We have a form that an ex employee created and didn't reveal the password to anyone before he left

    We have a document that a former employee created and password protected.  He left without revealing the password to anyone and now we need to make changes to the form.  Is there a way to remove the security?

    Hello Kelly,
    if you can't negotiate a private agreement, there is no possibility to recover this document. Then the only way is, that you copy the contents or create a new one according to your wishes.
    Hans-Günter

  • Is there a way to remove installed updates from the App Store update window? I keep getting an alert that I have an update for Apple Remote Desktop. It says its installed, but the alert and the app keep showing up. Annoying!!

    Is there a way to remove installed updates from the App Store update window? I keep getting an alert that I have an update for Apple Remote Desktop. It says its installed, but the alert and the app keep showing up. Annoying!!

    Spotlight: How to re-index folders or volumes
              http://support.apple.com/kb/ht2409
    Mac App Store: Cannot update App Store purchases or updates do not seem available
              http://support.apple.com/kb/TS4236
    If re-indexing the spotlight doesn't fix it,we can try a few other tricks.

  • Is there a way to remove the text that appears over dock icons when the cursor is over them?

    Is there any way to remove the text that appears over dock icons when you hover over them?  Or at least make it time out, or become more transparent?

    You can do that with the Menu Editor extension - https://addons.mozilla.org/firefox/addon/menu-editor/
    This extension has not been updated by its author in a couple of years, but another developer has updated it for Firefox 4, you can get the updated version from http://netticat.ath.cx/MyAddons/MyAddons.htm#3rdpartyaddons

  • I Lost my iPad2 and through iCloud, put a remote lock on the device. Now that I have relocted the device, evry time I unlock the 'Slide to Unlock' it asks me for the passcode to unlock it. Is there a way to remove this passcode request?

    I lost my iPad2 and through iCloud, put a remote lock on the device. I have since recovered the iPad2 and every time I open the device, when I 'Slide to Unlock' it requires the passcode to be entered. Is there a way to remove the password requirement?

    Yea, just go into settings > general > passcode lock > type in your passcode > press the turn passcode off button, you will need to type your passcode one more time.

  • Is there a way to remove security updates?

    Since installing the latest security update (11-28-06) on a G4 powerbook with 10.4.8 I can no longer launch AOL software which I need to do and can't just use the web version.
    I have uninstalled and reinstalled AOL software but it unexpectedly quits I'm pretty sure it was the security update. Is there a way to uninstall just that? I have called aol, no help, Do I have to do a clean OS X install?
    The report I get is:
    Date/Time: 2006-12-08 16:05:02.702 -0500
    OS Version: 10.4.8 (Build 8L127)
    Report Version: 4
    Command: AOL
    Path: /Applications/AOL/Contents/MacOS/AOL
    Parent: WindowServer [61]
    Version: 10.3.7 (10.3.)
    PID: 280
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000006
    Thread 0 Crashed:
    0 com.apple.CoreFoundation 0x907c0af0 CFGetAllocator + 24
    1 com.apple.CoreFoundation 0x907e1cf0 CFBundleCopyExecutableURL + 24
    2 com.apple.CoreFoundation 0x907f72cc CFBundleLoadExecutable + 44
    3 AOL 0x004414bc UpdateDockTile__10TClientAppFUcUc + 172
    4 AOL 0x0043f80c Initialize__10TClientAppFv + 524
    5 AOL 0x0043fd50 Run__10TClientAppFv + 32
    6 AOL 0x0043f29c AOLMain + 252
    7 AOL (Bootstrap) 0x004089b4 main + 324
    Thread 1:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 ...ple.CoreServices.CarbonCore 0x90ba6c3c TSexception_listenerthread + 112
    3 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 ...ple.CoreServices.CarbonCore 0x90beeeb8 SwitchContexts + 96
    3 ...ple.CoreServices.CarbonCore 0x90be4b30 YieldToThread + 372
    4 ...ple.CoreServices.CarbonCore 0x90beee00 SetThreadState + 192
    5 ...ple.CoreServices.CarbonCore 0x90beed1c SetThreadStateEndCritical + 144
    6 PPLib SHL 0x005f0e58 0x565000 + 573016
    7 PPLib SHL 0x005ef2f4 0x565000 + 566004
    8 PPLib SHL 0x005ef1f0 0x565000 + 565744
    9 PPLib SHL 0x005efa5c 0x565000 + 567900
    10 PPLib SHL 0x005f1224 0x565000 + 573988
    11 ...ple.CoreServices.CarbonCore 0x90beef5c InvokeThreadEntryUPP + 24
    12 ...ple.CoreServices.CarbonCore 0x90beeb7c CooperativeThread + 220
    13 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 ...ple.CoreServices.CarbonCore 0x90beec0c AwaitSchedulingToken + 56
    3 ...ple.CoreServices.CarbonCore 0x90beeb38 CooperativeThread + 152
    4 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x900059ec syscall + 12
    1 com.apple.OpenTransport 0x9a3ba5a0 BSD_waitevent + 44
    2 com.apple.OpenTransport 0x9a3bf360 CarbonSelectThreadFunc + 176
    3 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002bbc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x900306ac pthreadcondwait + 480
    2 com.apple.OpenTransport 0x9a3bae94 CarbonOperationThreadFunc + 80
    3 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x90054ae8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90071168 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bf5500 TSWaitOnSemaphoreCommon + 176
    3 ...ple.CoreServices.CarbonCore 0x90bfd49c TimerThread + 60
    4 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x90054ae8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90071168 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bf5500 TSWaitOnSemaphoreCommon + 176
    3 ...ple.CoreServices.CarbonCore 0x90bf5354 AsyncFileThread(void*) + 56
    4 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000907c0af0 srr1: 0x000000000000d030 vrsave: 0x0000000000000000
    cr: 0x44004242 xer: 0x0000000000000007 lr: 0x00000000907c0ae8 ctr: 0x00000000907f72a0
    r0: 0x00000000907e1cf0 r1: 0x00000000bffff2c0 r2: 0x0000000044004242 r3: 0x0000000000000000
    r4: 0x0000000000000000 r5: 0x00000000a07bab8c r6: 0x0000000004060401 r7: 0x0000000001030301
    r8: 0x0000000062242361 r9: 0x000000008edd4c7d r10: 0x00000000534f5166 r11: 0x00000000a07bb2d4
    r12: 0x00000000a07c2e28 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000000 r19: 0x0000000000000000
    r20: 0x00000000bffffd0c r21: 0x00000000ffffffff r22: 0x00000000bffffac0 r23: 0x0000000000303850
    r24: 0x0000000000318e30 r25: 0x0000000000003000 r26: 0x00000000bffffcfc r27: 0x00000000bffffd7c
    r28: 0x0000000000000000 r29: 0x0000000000000000 r30: 0x0000000000000000 r31: 0x00000000907c0ae8
    etc

    My question was "is there any way to remove a security update?
    No just as you can't remove an OS update such as 10.4.8.
    Your OS detail provided in your original post indicated 10.4.3 and now no information provided with this post.
    Are you running 10.4.8?
    The only way to remove a Security or OS update is a re-install with your 10.4 install package which can be done via an Archive & Install selecting preserve user and network settings and then running Software Update or downloading the particular OS update which does not include the latest security update.
    Although I don't use it often, I haven't experienced any problems with the AOL program and I've installed all available updates including the latest security update.

Maybe you are looking for

  • Recovery from crashed drive - PSe3 files with tag info?

    Hi, I've had a crashed hard drive which I cannot now boot from. So without being able to reboot, I can't start PSE3 and view the photos and the tags in the organiser. I do have one back up but it was done some time ago and, since then, I've added qui

  • Blank entry removed from af:selectOneChoice drop down on valueChangeListene

    I am using af:selectOneChoice component which is getting populated with values from DB. when the page is loaded first time, I can see one blank entry in this component. I have valueChangeListener set on this. when i change the value, the blank entry

  • Insert element into array problem

    Hi, I have problem about how to insert value into an array. here is one section, could anyone help me to insert input value into array and delete the first value in the array. Gap means to fill in code void Ins(String name) // Insert name or incremen

  • Best Way To Apply Protective Plastic/Shield

    I bought the Power Support Crystal Film today for my (yet to be opened) iPhone. So before I open it, which will be later tonight, what's the best/effective way to apply the protective plastic on the iPhone LCD? Please advise. As I don't want to get a

  • How can I open sensored sites with Firefox?

    in my country"IRAN" some sites are been sensored or filtered so I can not visit theme. "Chrom" browser has adds program named"browsec".Have Firefox browsec too?please help me