Track an application back to a package to remove [SOLVED]

I have several application installed that I'd like to remove.  I have no idea which package brought them to my system.  Is there a way I can search within a package for a keyword?  For example:
Gnome Applications>Sound & Video>
-Dragonplayer
-JuK
-Kscd
Last edited by graysky (2009-05-23 15:54:30)

I have a reverse-and-opposite question: I have uninstalled a couple pkgs and now an app I need went missing. How do I find out which package is it in?
The app in question was xdpyinfo from xorg-utils IIRC. Is there an easy way to query some Arch / pacman-related db or do I have to google it? Use 'locate' on my local ABS db?
It's even harder when I have never had it installed - I know the app's name, but not the package's. I know what I need, but not how to get it :-)

Similar Messages

  • Hi, I followed the instructions to apply for the Made For iPhone Program. After submission of the necessary documents and information, I have not heard back from Apple. How to track the application progress? Can someone help?

    Hi, I followed the instructions from Apple MFI website, to apply for the Made For iPhone Program. After submission of the necessary documents and information, I have not heard back from Apple for couple weeks. How to track the application progress? Can someone help? < Edited by Host >
    Thank you.
    Best Regards,
    Gerald

    Hi Gerald
    This is a user-to-user forum, and your message will not be received by Apple. You will need to sign into your Developer/MFI account, and contact Apple that way. This can be done here.
    P.S Please do not post your e-mail address here.
    Taylor

  • Data Managers from all applications into one unique package

    Hi,
    The issue is that we are trying to put all the Data manager packages in all applications into one unique package.
    If BPC admin changes the parameters or currency rates , he just has to run that one package which includes all necessary
    packages and he may look into logs if he has to.
    Firstly , We tried to put multiple run_logic process types into one process chains, but it is giving errors like;
    u201CAn exception with the type CX_SY_TABLE_KEY_SPECIFICATION occurred, but was neither handled locally, nor declared in
    a RAISING clause Line Type Contains a Component with the Name FI_ACCu201D
    or
    u201CAn exception with the type CX_SY_OPEN_SQL_DB occurred, but was neither handled locally, nor declared in a RAISING clause
    The system tried to insert a data record, even though a data record with the same primary key already existsu201D.
    Secondly, after we read the blog () and we tried to run program
    UJD_TEST_PACKAGE , but we get errors with %SELECTION% prompt variable.
    Is there any other solution you can advise?
    If we use the program UJD_TEST_PACKAGE how do we fill AnswerPrompt paremeter file for the dynamic script below?
    PROMPT(SELECTINPUT,,,"Lütfen bir kategori seçiniz.","%CATEGORY_DIM%,%TIME_DIM%")
    PROMPT(TEXT,%LEVEL%,"XX Level",,"7,6,5,4,3,2,1")
    INFO(%EQU%,=)
    INFO(%TAB%,;)
    TASK(XXX_LOGIC,TAB,%TAB%)
    TASK(XXX_LOGIC,EQU,%EQU%)
    TASK(XXX_LOGIC,SUSER,%USER%)
    TASK(XXX_LOGIC,SAPPSET,%APPSET%)
    TASK(XXX_LOGIC,SAPP,MM)
    TASK(XXX_LOGIC,SELECTION,%SELECTION%)
    TASK(XXX_LOGIC,LOGICFILENAME,XXXX.LGF)
    TASK(XXX_LOGIC,REPLACEPARAM,LEVEL%EQU%%LEVEL%)
    Best Regards,
    Melike

    Hi.  I have a similar issue to the one posted below in that I want to run a logic script for one application (call it Application A) from a DM package in a different application (Application B).  This is to stop the user from having to switch between applications to run the logic.
    I have tried the following:
    1. I have tried putting the script logic from App A into App B, but the dimensionality is different so it fails to validate.
    2. I have tried "hard coding" the application name within the process chain, but it fails with an error "u201CAn exception with the type CX_SY_TABLE_KEY_SPECIFICATION occurred ...." similar to the post below.
    Any suggestions would be appreciated.
    Thanks
    Sean

  • How do i get my bought applications back?

    hello.
    i recently upgraded my XP to Vista, when i installed itunes on the new vista, i couldn't get my bought applications to my PC. however i just thought i could go to my account and download them again, yet i have bought them, then there must be some kind of service.
    so how do i get my applications back that i have bought?
    - when i click on them again i just asks me to buy it again.
    thats is like nothing to do with service at all?
    i thought that application was mine for ever..
    thanks in advance

    After choosing to purchase them again, you will be given the option to redownload them for free if you've previously purchased them from the same iTunes Store account.
    (38528)

  • Hard problem. how to track which application a user opens next?

    Hello,
    When the user runs my program,
    then **with his permission**, I want to be able to track
    which application the user has opened.
    For example, if he opens resume.rtf in MSWord, then I
    should be able to record or store the full path of
    MSWord and also the document path (c:\my
    documents\resume.rtf).
    Do you know how to do it?
    I would appreciate any help.
    thanks,
    Anil Philip

    In this old link
    http://www.gamedev.net/community/forums/topic.asp?topic_id=313980
    Da Wanderer has posted code (in Visual Basic?) to open a folder. He says it is cross platform. I am stumped by the code for Linux. Does anyone know if it will work for Linux. ie. Can I use the same options to open a document in Linux?
    I plan to use Runtime.exec similarly in Java, to open a doc.
    if (vars.Contains("GNOME_DESKTOP_SESSION_ID"))
                   processes.Add( new ProcessAndArgs("nautilus", "--nodesktop --browser " + path) );
                   osFound = true;
              else if (vars.Contains("KDEDIR"))
                   processes.Add( new ProcessAndArgs("kfmclient", "exec " + path) );
                   osFound = true;
              }

  • Need help on TRacking Jobs history of an ETL package

    Hello there, Kindly Elaborate me the way to track Job history of my ETL package.
    For Sample I am running that package on my local Server.
    i need a SQL Server tAble, Which Gives me following information
    -Name of the package
    -TYpe of job.: Etl or TSql
    -Is_SuccessRun
    -LAst run time
    -ErrorRun
    -Last Execution time Taken by the ETL.
    Kindly Guide me on this,
    Thanks in advance

    Hi Aditya,
    We cannot integrate the package execution information into the job history.
    This sysssislog table is created in the msdb database when we install SQL Server Integration Services. If you configure logging to log to a different SQL Server database, a sysssislog table with this format is created in the specified database. So, whether
    the sysssislog table in the MSDB database or in a specified database depends on how you create the connection manager for the SSIS log provider for SQL Server, and either one is okay.
    For more information about implementing SQL Server logging, please see:
    http://www.bidn.com/blogs/ShawnHarrison/ssis/2436/basics-of-ssis-logging-part-1-enabling-and-using-sql-server-provider 
    http://www.msbiguide.com/2013/10/logging-in-ssis-sql-server-log-provider/ 
    In addition, you can implement custom logging using event handlers:
    http://consultingblogs.emc.com/jamiethomson/archive/2005/06/11/SSIS_3A00_-Custom-Logging-Using-Event-Handlers.aspx
    Regards,
    Mike Yin
    TechNet Community Support

  • How to move Aperture Application back to computer, but keep Library on External HD?

    Many thanks in advance for your attention.
    1. As my Aperture Library started out of the gate large, I began by putting both the Aperture Application and all of the Library on an External Hard Drive.
    2. How do I move the Aperture Application back to my computer, but leave all the Library (and its photos, contents, etc.) on the External Hard Drive?
    3. I tried opening a new Aperture Library on my computer and then attached my External Hard Drive.  I tried clicking that I wanted to keep all the data on the Eternal Hard Drive (presumably this would just transfer the Reference files to my computer - but leave the 100s of GB of photos and data on the External Hard Drive). But the Import button remains greyed out. It is like the Aperture Application on my computer sees another Aperture Application and Library on the External Hard Drive. One Library is open (on computer), so it can't access photos in 2nd Library - (External Drive). But if I open up External Drive Library, then I can't import in the direction I want.
    4. I don't want to import One Project. I am trying to now have my Aperture App and Reference files on computer, while keeping all my photos, etc. on External drive.
    5. One more question as I have read and heard it both ways. Some people say - One Aperture Library for all photos is the best way. That is the point of it. To organize all your photos.
    6. Others say - One library is absurd. As it grows and grows, it slows down and gets sluggish. Better to have multiple (smaller) libraries.

    Thanks for this link as well.
    This person seems to want to illustrate that you can have multiple Libraries, which you can.  The first example given is a good one: one Library for professional work (I was paid to make these, and I sell them), and one Library for, as the author states, "snapshots of family and friends".  The second example is suspect.  That is the author's Library for his Aikido club.  This seems set up simply so that he can show a third Library.  The Library does no appear to be used much, and is very small.  There is no reason such a Library shouldn't be either in his Professional Library (I get paid to take shots of my Aikido club) or in his personal Library (my Aikido friends).
    I put both this person and the other person to whose video you linked in the category of helpful people who have knowledge but not much experience.  (And let me here acknowledge that I tend to overstate my case: I'm happy to have my experience improved -- but I didn't see anything in either citation that did that.)
    A year ago I stated my general rules for creating Libraries.  I stick by them today:
    My rules-of-thumb are:
    •  One Library for each photographer or group of functionally identical photographers (a company that shoots weddings, for example) when the author/copyright-holder of the image is important.
    •  Separate Libraries for "authorless" images of a specific category (I keep a Library of paintings and drawings; who made the photographs is of no interest).
    •  Separate Libraries for items which need to be handled securely (medical documentation, for example)

  • How to use " toFront() " method in java application and in which package or

    How to use " toFront() " method in java application and in which package or class having this toFront() method.if anybody know pl. send example.

    The API documentation has a link at the top of every page that says "Index". If you follow that and look for toFront(), you will find it exists in java.awt.Window and javax.swing.JInternalFrame.
    To use it in a Java application, create an object x of either of those two classes and write "x.toFront();".

  • I recently updated my IPad to IOS5 and when I put the pages application back I lost all my document that were saved to it. Is there any thing I can do to recover them?

    I recently had my nephew update my IPad to IOS5, when I put my pages application back my saved document were gone. It as if I am just starting a new pages.
    What can I do to recover the document that was on Pages before the update?
    Please help Thanks
    George Berry
    <Edited by host>

    I don't think you're on iOS 5, I think you're using iOS 6.  That's the latest version.
    Unless you've used iCloud to back up your documents, you won't be able to restore them.  And for future reference, you don't have to uninstall Pages to update your iPad anymore.  Sorry about this.

  • Help! Convert iPhoto folder back into a package!

    I had to have my cloud backup company send me back a hard disk containing my iphoto library because my local copy was corrupted. When I received it today, the iPhoto library came back as a folder. It has everything in it, but it's viewed as a folder, not a package. So when I double click it, it doesn't open iPhoto. It's just treated like a folder.
    How do I make it back as a package?

    I doubt if you'll be able to restore your library to working order.  Keith's suggestion is worth trying but I'm afraid that all of the links between image files and database files are damaged beyond repair.
    The following will be able to get your photos back in a new library with the same event grouping as you had (but probably not the same Event names).
    Starting over from scratch with new library
    Start over with a new library and import the Originals (iPhoto 09 and earlier) or the Masters (iPhoto 11) folder from your original library as follows:
    1. Open the library folder and locate the Masters or Originals folder.
    2. Launch iPhoto with the Option key held down and, when asked, select the option to create a new library.
    3. Drag the subfolders of the Originals (iPhoto 09 and earlier) or the Masters (iPhoto 11) folder from the open iPhoto Library package into the open iPhoto window a few at a time.
    This will create a new library with the same Events (but not necessarily the same Event names) as the original library but will not keep the metadata, albums, books slideshows and other projects.
    Note:  your current library will be left untouched for further attempts at a fix if so desired.

  • Modified Track Titles Revert back to Original Titles

    Purchase Track in iTunes
    Modify the title to something else
    Observed Bug:
    Modified Track Titles revert back to the original Title after time. Playing the track or requesting track info will reset back to the modified title. but eventually the title will revert again to the original title that it was in the iTunes Store.
    I do not have iTunes Match on, this only happens to Tracks purchased in iTunes.
    Anybody have any suggestions to avoid this Apple BUG?

    People in other threads have speculated that any kind of communications with Apple's servers can be at fault, including the Cloud, Genius, automatic downloads, sharing info with Apple, and even making store purchases.
    It might very well be a combination of any of these (like maybe it could happen if you make a purchase but only if you have automatic downloads on). I don't know.
    I have not experienced the problem since I turned the Cloud option off. Here are my current settings:
    Show Cloud purchases: off (turned off when I started having play count and metadata issues)
    Genius: off (never liked it, and it caused long sync times)
    Automatic downloads: off (just annoyed me; I want control of what to sync where and when)
    Share info with Apple: on (never thought about this option, so I left it alone)
    And I have made quite a few purchases from the store with these settings and no ill effects.

  • How to get iDVD application back on my computer

    I think I might of messed up, because now I'm not showing iDVD in my applications any more. When I go to down load a newer or the same version I had it says "An eligible iDVD application was not found in /Applications"
    What do I do? How can I get iDVD application back on my computer, back in Applications?
    Please help!
    Thanks

    the files you see for (free) download are just updates, they need an existing copy of the app on your drive...
    Part II of my answer in Part II of your posting...

  • Hello, I have tried downloading a music track and then backing up my phone, on the version of itunes i had on my laptop overnight. This morning myiphone is not responding and it has the connecting lead wire symbol and the itunes symbol on the screen.

    Hello, I ha tried downloading a music track, and tried backing up my iphone 5s last night. I left it connected overnight. This morning my 1phone 5s is not responding it shows the connection lead and the itunes symbol on the screen. I have tried pressing the home and power separtely for over 10 secs, and have pressed them together for over 12 secs, and there is no response.
    kind anyone please advise.

    You will need to do a restore
    Use iTunes to restore your iOS device to factory settings

  • I reinstalled my OS and now it wants to empty my phone.  How can I get it to back up my phone without removing the data?

    I reinstalled my OS and now it wants to empty my phone.  How can I get it to back up my phone without removing the data?

    You can't. But if you backed up your computer prior to wiping it out, you should be able to restore your iTunes library, contacts, photos, etc. from that backup. Once you do, you can set the phone up again and just sync everything from your library back to it.
    If you didn't back the computer up either, you can transfer items purchased on the phone into iTunes, and if you set up at least one contact in whatever application you sync your contacts to on the computer, it will offer to merge the address books on the first sync, saving those.  Any media you'd acquired from sources other than the iTunes store will have to be re-downloaded from the source or re-ripped.
    The iPhone is NOT a backup device.

  • I havent upgraded my iphone 4 to ios 4.3. Now when i try to back up in itunes, it doesnt recognise my iphone, but sees it as a camera, not giving me the links i need to back up. I have removed itunes completely and downloaded it new.

    i havent upgraded my iphone 4 to ios 4.3. Now when i try to back up in itunes, it doesnt recognise my iphone, but sees it as a camera, not giving me the links i need to back up. I have removed itunes completely and downloaded it new.

    What computer OS are you using. Here are links for iTunes not recognizing the iPhone in different OS.
    Apple:  http://support.apple.com/kb/TS1591
    Windows:  http://support.apple.com/kb/TS1538

Maybe you are looking for

  • The operation could not be completed -12894

    After transfer data from iMac to iPhone, the operation couldn't be completed. Can I help you?

  • ECCS report painter/writer library empty?

    Hello, the standard delivered library 0CS (zero CS), which supposedly contains standard EC-CS reports (and is referred to in various SAP documents) is empty in our system, also in source client 000 (we're on ERP, 6.0). Has SAP stopped delivering the

  • Outlook for Mac Export using AppleScript

    Hello, Is it possible to write an AppleScript that will perform the export function in Outlook for Mac?  I'm looking for a script I could add to Task Scheduler and automate an export every day. Thanks

  • How reactivate closed webbroser

    google translation: Portuguese to English I'm using the event newwindow2 it works perfectly. The problem takes place in windows that close with button to submit. the webroser closes and does not work again in the next event newwindow2. The attached V

  • Macbook pro will not charge

    Worked yesterday! I used it all night on just the battery power. Today I went to charge it and I get a flash of amber and then a dim green light and a no charge status on the menu bar. What's wrong here? Battery is less than five months old. One mont