How to list packages installed from /home/packages ?

Is there a way to see the list of packages installed from local repo ? I mean those packages made by myself using ABS & makepkg stored in /home/packages.

If they are not in any official repository, they are listed by pacman -Qm.

Similar Messages

  • How do I move objects from other package to a newly created one?

    How do I move objects from other package to a newly created one?
    Thanks!

    Dear Anthony Pham ,
    for changing objects from one package to another package
    open that object for example Report
    open the report and than click GOTO select OBJECT DIRECTIORY ENTRY
    than it will open a popup in that popup click the change and give the new package
    Thanks
    Surendra

  • How do i move clips from home video to roll?

    how do i move clips from home video to roll?

    Ahh, Ok. I actually had to go to Lynda.com to watch a training video of this highly bassackwards maneuver, but now I have it. In other words, while the intuitive thing is to make a new event to hold the clip you want and then open the old event and drag the clip into it's new event, the only way to accomplish this maneuver is to NOT create a new event, but rather, go to the clip AFTER the one you want to move, select it and then Right-Click on it and select SPLIT EVENT BEFORE SELECTED CLIP (or go to FILE>SPLIT EVENT BEFORE SELECTED CLIP). Then you wait a few seconds while the program thinks a bit (no feedback it is doing this - just a pause) and then it automatically creates a new event with the clip you wanted. Now just double-click the new event and name it something meaningful.
    Thanks for your help!

  • How do I download DVDs from home onto my iPad?

    How do I download DVDs from home onto my iPad?

    I would suggest that you use a tool like Handbrake to convert the DVD to MP4 video suitable form for putting out your iPad.
    Rules governing the use of such tools and so on vary around the world, so you should be knowledgable about your own local copyright laws. In WIPO signatory countries like the USA, you are permitted to "format shift" media that you own for backup, personal uses, and interoperability reasons. However, in the USA, it's a crime to possess the means to do so if that tool could be used to circumvent any technical measure that makes it inconvenient to copy the content. So, Handbrake operates in a gray area as far as US laws are concerned. Outside the US, there ought not be a problem.

  • How to return a list of class from a package

    Hi,
    I'm trying to create a RPG game with 50 characters. There will be a superclass, and each character is a subclass that extends from the superclass. Each will have unique abilities that will be functions. These classes will be thrown into a package.
    I would like to know the code for returning the list of classes in that package. That way, I can present them as a list for the player to choose just a handful of characters to start out with.
    Thanks in advance         

    Hi u can use the this class
    flash.utils.describeType;
    Regards
    Sumit Agrawal

  • How to transfer a smartform from $temp package to my own package say "zpack" in abap?

    hi, i am sanjeev.
    earlier i used to save all the objects in local package only. whether it's a program or any class or any user created table.
    but now i have created my own package and want to transfer all of those created objects into my package "zpack". even i transferred all the programs. but the smartforms i cant. so plz help me.
    THanks in advance.

    TC --> SE03
    Select --> Change Object Directory Entries --> Click F8 or Click run button .
    Check 'Check Box' and enter SSFO . Input field enter your Smart form name.
    Under that we have block " Further Restriction" enter existing Package name ex: $TMP is this is saved under temporary folder.
    and click on F8 or Run Button. Then we will get list of object's stored under this package .
    Select required object and click on "Object  Directory ", this will prompted pop asking to enter new package name.
    This will help you to change from one package to your owned package.
    Thanks,
    Venu M B

  • How to extend a class from super package?

    Say I have a dir a\
    in dir a\ there is a dir b\
    in b\ there is a class called DerivedClass
    in a\ there is a class called ExtendedClass
    how do I extend ExtendedClass from DerivedClass?

    package a.b;
    import a.ExtendedClass;
    public class DerivedClass extends ExtendedClass{
        //define class members
    This is interesting. But the question is, how does java know where is package b??     By the classpath variable - the classpath is set to one directory above 'a'. When you say
         a.ExtendedClass, since the classpath is set to the immediate parent of a, it searches the child directories
         for a directory called 'a' and upon finding it, searches for a .class file 'ExtendedClass'.
         Similarly when you say a.b.DerivedClass, the search begins in the parent directory for a directory called a and then
         a directory 'b' inside it on finding which it searches for DerivedClass.class
    Alternatively you could have defined DerivedClass to be in package 'b'.     
         package b; //note the difference. Its b and not a.b
         import a.ExtendedClass;
         public class DerivedClass extends ExtendedClass{
             //define class members
         }in which case, you should set the classpath to
    1. a's parent directory
    2. a itself
    The parent directory cp is still required to locate a.ExtendedClass
    The fully qualified name of DerivedClass is b.DerivedClass
    Thus if #1 alone were present, since 'b' is not directly inside the parent directory,
    b.DerivedClass would never be found
    Hence the #2 is required-the search should start from the directory 'a' (as directory 'b' is inside 'a').
    therefore, a package is a directory.No, package is a very java specific thing and though logically package names should match directory names, they
    arent the same.
    cheers,
    ram.

  • Update packages installed from AUR

    Is there some way to automatically check for newer packages that were installed from aur and install them.
    I want achieve behaviour similiar to pacman -Syu.

    karol wrote:http://wiki.archlinux.org/index.php/AUR_Helpers
    Yes, exactly. As well, there are countless threads on the subject. This has been covered to death.

  • How to generate a file from a package

    Hello Guru's,
    I oracle knowledge is very limited. I am given a task.
    A package already written is given to me. I need to generate a file of few given columns and from this package.
    How can I generate the file. Please, help.
    Thanks in advance,

    use UTL_FILE
    (do a search, or read the pl/sql supplied packages manual)

  • Run time engine install from build package failure

    when trying to install LV 8.0 Run Time engine from build package, an error is generated that the target computer needs to have LabView 8.0 installed.
    i have verified that the run time engine is included as an additional installer under the build project.

    Hi MJK34,
    If you are being prompted to install LabVIEW there must be something in the build that requires LabVIEW, not just the runtime.  Can you post a screenshot of your build specification?  Thanks.
    Stephen S.
    National Instruments
    1 Test is worth 1000 expert opinions

  • Installing from non-package installers

    Is there a way to install a non-package type (i.e. Vise) installer on multiple machines over the network?
    I have a printer driver that I want to distribute to all our desktop machines but the installer is a Vise installer.
    Any help will be appreciated

    Short of copying the installer over and then running it individually on each system, you'd have to install the driver on your admin system, determine which files need to be copied, and then either copy those over individually or build your own package to install them as a group.
    If it's just a handful of systems, then just copying the installer over and taking control of each system to perform the install will probably be most time-efficient. If you have to do this to a lot of systems, though, then creating your own package is probably what you'll need to do. If you have to do this more than once, JAMF Software's Composer might be a tool worth looking into.
    Regards.

  • SSIS Package runs from the Package executer and from BIDS but not from the sql agent schedular

    Hi Experts,
    I have 2 packages :
    1. Main Package -For each loop package
    2. Sub Package - As we need to collect the information from several other DB with same table structures .
    The Main Package calls the Sub Package and loops through several linked server (9 of them ) .
    From last 2 weeks the scheduler is running on time but no data is loaded into our destination DB . 
    Daily i need to manually run the package .
    The SQL Agent task is scheduled using the service account from which  the sql server was installed on the server so it has the full privledges.
    If i run the Main package from the BIDS i see 2 messages related to the configuration of xml no error message and executes fine.
    If i run the Package from the execute package utility it runs fine.
    Now if the package is scheduled for a nightly load it executes fine successfully no error message also in the Job History
    but when i check for the data loaded on that day no data loads up in the destination DB . Due to this behavior of the sql agent even if am on leave i have to login on to the server and exec manually so if at times i forget the exec we are in big trouble
    Please experts help me in troubleshooting the issue.
    Thanks
    Priya

    Hi Visakh16 ,
    We are using a service account to run the package .. Earlier in the BIDS i was getting the error crypotgenic
    something password .. I googled out and changed the security : Protection Level : Dont save Sensitive
    information . So that error now its not showing in the BIDS
    And how is login mapping done for the linked servers?  You've configured a mapped login for the service account also?
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How do a clean install from Time Machine Backup which is in other partition of internal hard drive

    I have 2 partitions in my internal hard drive they are
    1. Mac OS (Sysem Files)
    2. HDD (Other Personal Documents).
    I did Time Machine Backup in HDD partition. So now i want to do clean install from the Time Machine Backup without format the whole drive since my system not booting meant that system crashed and cant boot in anyway (Just consider ). Also I have MAC bootable USB stick.
    Thanks in advance .

    Having never seen a setup like that, I'm not sure how it will work.
    In theory, just erase the Mac OS volume, then install, choosing to recover from a Time Machine backup.
    When you boot into Recovery, open Disk Utility and select the Mac OS volume, not the whole disk. Erase it, then quit DU and restore from the Time Machine backup. However, this is the part I'm not certain of. I would imagine the partition with TM backup will be mounted, but I don't know.
    If you can't see the Time Machine backup from the Recovery HD on the drive, try it from the USB Recovery stick (it is a Recovery USB and not the old Lion install USB, correct?)
    http://support.apple.com/kb/ht4718
    If you don't have a "built-in" recovery HD because of your partitioning, then you would have to boot from that USB Recovery disk.
    Your setup is severely flawed. A backup on the same drive as the data is not a backup. You will lose everything with a disk failure.
    Also, partitioning off your OS on a Mac is not necessary and is probably counterproductive. OS X is not Windows.

  • How to transfer logic pro from home mac to mac laptop?

    does not work with migration assistant

    Hi
    If you purchsed Logic Pro from the Appstore, simply download it again. It will be listed under the 'Purchases' button in the AppStore application
    If you have the original 'Studio' installer dvd's, re-install from those, and download the necessary software updates
    CCT

  • J2re is not installed from j2se package

    this only happens in windows 2003
    (1) using another installer to call j2se 1.4.2_01 installation
    (2) select only development tools and jre then install
    (3) only development tools gets installed
    is this known issue??

    i did select j2re1.4.2 during the installation process. when this installation package is launched from antoher installer, j2re1.4.2 is not installed to local machine. and this ONLY occurs in Windows 2003.
    do you think this is installshield's bug? or sun's?

Maybe you are looking for

  • Problem with 3G iphone

    My 3G iphone and charger got small amounts of lotion on them.  Tried to charge, got message "this device is not compatible with this phone" or something to that affect.  Any suggestions on what to do?

  • Problems with navigation using JSF 1.0 RI

    I have a problem with faces in that navigation simply stops working. I have a page which have prev/next buttons on it, and a cancel button. Each button is of the form <h:form id="viewxxx"> <h:commandButton value="XXX" styleClass="buttonInput" action=

  • Transfer speed in Target Disk mode

    This may not be a question as I am not even interested in the "why" any more. My MBP (2.0GHz, 2GB Ram, 7200rpm HD, Week 15) is in target disk mode, and I am copying my Aperture Library (50GB) over to my PowerMac G4 via firewire. Obviously the firewir

  • Lightroom 5 not installing

    Exit Code: 7 Please see specific errors below for troubleshooting. For example,  ERROR: DW006 ... -------------------------------------- Summary -------------------------------------- - 0 fatal error(s), 2 error(s) ----------- Payload: AdobeLightroom

  • EMPTY IMPORTED MAILBOX

    Hi, just moved some emails (3700inbox, 1900outbox) from Outlook (via Thunderbird), and experiencing some problems: when directly importing the .mbox file into Mail.app 300 emails are lost, though the rest are correctly in the imported mailbox. I have