Number of packages in a repository

Hi,
Is there a way to query the number of packages in a given repository by means of pacman. Or yaourt, perhaps.

Using mcmillan's idea:
pacman -Sl | grep *repo* | wc -l
For example, to get a count of how many packages are in multilib:
pacman -Sl | grep multilib | wc -l
149
This can be verified using the package search on the Arch website.

Similar Messages

  • How to find Number of package for a Billing Document

    Hi,
    I have a requirement in that i need to print the number of packages used for a particular billing. Please tell me the tables and fields in which i get this?
    Thanks and regards,
    Ezhil.

    If your billing document is created with reference to the Delivery, then check the field LIKP-ANZPK.
    Regards
    Vinod

  • Auto Population of number of packages field in the delivery document

    I have a requirement wherein the number of packages field (LIKP-ANZPK) field needs to be populated automatically in the delivery document. I have maintained the packing instruction(POP1) and assigned the instruction to respective material(POF1). Is there anyway that standard SAP calculates the number of packages from POP1/POF1 and populates it into the delivery document?
    It would be helpfull if someone can let me know if this scenario is possible via standard SAP config? If yes what other configs should i setup?
    Thanks,
    Harish

    As far as i know SAP does not perform this calculation based on POP1/POF1 and this is not controlled in Configuration.  It is simply performed automatically by the system by calculating the number of HU's in the "Pack Screen" of the Delivery.
    thanks,
    A

  • Population of Number of packages field(LIKP-ANZPK) in delivery document

    Hi,
    We have a requirement from our client that the number of packages field needs to be populated in the delivery document automatically.
    Scenario:
    The plant is a warehouse managed plant. The delivery document will be created and the TO will be created automaticaly and confirmed. On confirmation of the transfer order the delivery document should be updated with the number of packages field.
    We have setup the packing instructions using POP1. The number of materials in one carton will be mainatined through POF1(O/P type STOC with condition record for material/PLant/Sloc)
    We need information on any standard SAP program which will calculate the total number of cartons/Packing boxes required for the materials specified in the delivery document and this should be populated in the number of packages field in delivery document.
    Would appreciate help from someone who has worked on such a scenario.
    Thanks,
    Harish

    Hi,
    If you use pick and pack LM45 to pack the items as you pick when the TO is confirmed this field automatically updates with the number of HU used and you get an accurate packing hierarchy.
    James

  • We need to derive ZNUMPACK (Number of Packages) in plants depends batch

    Hi Experts,
    I have the code,it is nothing but a lookup on 0BATCH for quantity more lines greater than zero.I would like to derive it directly in the BEx Report.  That is all we have to do is count the number of batch lines.  We need to derive ZNUMPACK (Number of Packages) in plant depends upon batch. I tried it by using exceptional aggregation and tried in lot of ways. But I am not getting the solution.Please help me to solve this problem...
    Thanks,
    SVS

    Hi Amit,
      Thanks for your reply. In this scenario configurable material is involved. And first Make to Stock scenario is executed to check any material with customer entered characteristics are avialable. If its so it will determine its batch and assigned the quantity.
    If zero quantity is assigned or no quantity is assigned then I have to trigger the Make to Order scenario for rest of unconfirmed quantities in order.
    I have check it in USEREXIT_MOVE_FIELD_TO_VBAP but it was of no use. I even tried in USEREXIT_CHECK_VBAP but still no result. I am not sure what all the tables and structures i need to populate there.
    Regards,

  • Need a BAPI to upload "Number of packages" for outbound delivery in VL02N

    Hi,
    I need a BAPI which can change data into field LIKP-ANZPK (Number of packages) for outbound delivery with tcode VL02N.
    I saw BAPI_OUTB_DELIVERY_CHANGE but don't know what to parameter to fill.
    Can anyone help me?
    Tarick.

    This solution is in kzapk and kzntg.
    Example:
    CLEAR ls_vbkok.
         ls_vbkok-vbeln_vl  = <ls_created>-document_numb.
         ls_vbkok-vbtyp_vl  = <ls_created>-document_category_sd.
         ls_vbkok-anzpk     = id_volum.
         ls_vbkok-kzapk  = 'X'.
         ls_vbkok-kzntg  = 'X'.
         ls_vbkok-wabuc  = 'X'.
         CALL FUNCTION 'WS_DELIVERY_UPDATE_2'
           EXPORTING
             vbkok_wa       = ls_vbkok
             update_picking = 'X'
             synchron       = 'X'
             commit         = 'X'
             delivery       = <ls_created>-document_numb
           IMPORTING
             ef_error_any   = ld_error.

  • [svn:fx-trunk] 11529: Removing the short lived rsls directory b/ c the textlayout swf will have the correct build number for packaging

    Revision: 11529
    Author:   [email protected]
    Date:     2009-11-06 13:05:51 -0800 (Fri, 06 Nov 2009)
    Log Message:
    Removing the short lived rsls directory b/c the textlayout swf will have the correct build number for packaging
    QE notes: no
    Doc notes: no
    Bugs: no
    Reviewer:
    Tests run: no
    Is noteworthy for integration: no
    Removed Paths:
        flex/sdk/trunk/frameworks/rsls/

    I am modifying the correct httpd.conf file on the server, it just doesn't seem to work. - If I put the rewrite rules in the <Directory /> the rewrite works but it adds /Library/WebServer/Documents to the URL.
    I also tried putting the rewrite rules in <IfModule mod_rewrite.c> but that did not work either.
    mod_rewrite is enabled and running on the server.
    I will post the rewrite rules again in the code brackets. Sorry for the long post. - If some one can try them out on their Leopard Server to see if they can get them to work, it would be much appreciated. Again, these work on my Leopard Client but I can't get them to work on Server.
    -- The httpd.conf file posted above is just the default conf file found in /private/etc/apache2/
    <code>
    RewriteEngine On
    Options +FollowSymLinks
    RewriteRule ^(.+)/$ http://%{HTTP_HOST}$1 [R=301, L]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.php(.*)\ HTTP
    RewriteRule (.+)\.php(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.asp(.*)\ HTTP
    RewriteRule (.+)\.asp(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.aspx(.*)\ HTTP
    RewriteRule (.+)\.aspx(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.htm.(.)\ HTTP
    RewriteRule (.+)\.htm.(.)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.cfm(.*)\ HTTP
    RewriteRule (.+)\.cfm(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.bak(.*)\ HTTP
    RewriteRule (.+)\.bak(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.inc(.*)\ HTTP
    RewriteRule (.+)\.inc(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\..(.)\ HTTP
    RewriteRule (.+)\..(.)$ $1$2 [R, L]]
    <code>

  • I have a new logic board and fce is asking for my serial number from packaging , which has long gone- help?

    final cut express
    I have a new logic board and fce is asking for my serial number from packaging , which has long gone- help?

    Without the serial number your FCE disc is useless and nobody here can help.
    Your only chance, if you have the receipt or can prove your purchase is to contact Apple and hope they may be able to help.

  • Importing a package into OWB repository.

    Hi,
    there is a package existing in my OWB repository.
    Package ABC
    Procedure PQR(pram1 varchar2,param2 varchar2)
    now i have modified this package in my target schema, an extra parameter is added to the procedure PQR.
    Procedure PQR(pram1 varchar2,param2 varchar2,param3 number).
    now when I re import this package to my OWB repository module. it shows both versions of the procedures.
    Package ABC
    PQR(pram1 varchar2,param2 varchar2)
    PQR(pram1 varchar2,param2 varchar2,param3 number)
    PQR(pram1 varchar2,param2 varchar2) is still vsible in OWB repository though it is replaced with PQR(pram1 varchar2,param2 varchar2,param3 number) in target schema.
    Is there any way I can replace the old version of procedure with the new version in OWB repository.
    Regards
    RD_RBS

    Hi
    Standard approach to be followed for any object modification
    1. If you have created your package from OWB and deployed it into your DB, always do it that way i.e. Design center -->DB . Do not make any modifications on DB level and import in back to your Design center. OWB manages Ids for all objects on the repository and this will confuse it. That is why you see two versions of the same package . Any modifications should be done on Design center level and then do a replace on the package from control center
    2. If an object (package or procedure) is created on DB directly and is imported into design center, follow the same norm everytime you make any changes to that object. The status of that object will appear as "New" or "Not deployed" on control center but that is fine because OWB has no ID on its repository to maintain this information.
    3. If you need to rename any object already deployed from OWB, always drop it first, then rename it and then deploy it. That way OWB will maintain the name and ID on its end and not get confused.
    4. For your case, you can drop the older version of the package from OWB, delete the one imported from Database into OWB, make the changes on OWB level (adding parameter etc) and then redeploy the same package as replace from control center.
    Hope these tips help
    birdy

  • Custom field to add number of packages shipped along with Delivery

    Hi Sap Experts,
    We have scenario, we have created sales order with quantity 1(Like soft copy or hard copy of CD).
    Now we want to create delivery with sales order and quantity is 1(Copy from sales order).
    Our requirement is some time we have to send additional things like hard copy of manual or complement gift which we are not entering in sales order.
    Exp: Sales order- quantity 1.
    Want to deliver quantity 1(+ manual+ complement gift, these items are not part of standard order)
    For more clarity, we have to add one field and want to enter number (How many items we have send along with main materials and these items are not relevant for pricing also).
    So requirement is add one additional field in delivery header/item.
    Customer doesn’t want to use Free of goods or BOM which we have propose him. How to customize standard table and standard program.
    Kindly suggest.
    Regards,
    Kotli

    Hi All,
    We don't want to use BOM options.
    I have also checked "No. of packages'` at header level but my requirement is at item level.So we are also exploring the option of  APPEND  standard table and add this field.
    Kindly let me know  if we can do it without Appending standard table.
    Regards,
    Field to add to enter number of items which are  shipped to customer 

  • I have adobe photoshop elements 13: no serial number on packaging

    I received copies of adobe photoshop elements 13 and Premiere 13 from Adobe
    but serial numbers are not on the packaging.

    Find your serial number quickly

  • Issue in Importing Cleansing package in to Repository through Repo Manager

    Hi,
    For using Data Quality, we have installed the cleansing package installble into our server. It has created all the ZIP/DAT Files in to the ...DataQuality\Datacleanse directory. After that while importing into Metadata through Repository Manager, we are getting
    " A Probelm occurred while verifying data cleanse repository connection".
    Note : We have installed BODS XI 3.1 Version
    And the cleansing package  using here is SBOP CLEANS PACK XI 3.2
    Is there any problem with version incompatibility?
    Any other solution??? Kindly help us on this.
    Reg,
    John

    John,
    BODS XI 3.1 requires cleansing package XI 3.1.  You will need to download the cleansing package XI 3.1.  Or, you can download BODS XI 3.2 and install the latest version.
    Paul

  • Install some packages from [testing] repository

    Hello Guys,
    Could you suggest me how can I install and update from time to time only several packages from testing but not all of that repository?
    Have a nice day,
    Stas

    bangkok_manouel wrote:
    There are completely valid scenarii where you can use only few packages from testing (see above, the linux kernel for example). Also, using different libs versions is not a heresy (simlinking is) so there are very few comments in this thread that would have been much more constructive without the condescending tone. Or should we, from now on, consider our fellow users as all dumb in opposition to competent linux users [1] as it has always been ?
    [1] http://www.archlinux.org/about/
    It is NOT safe to assume that ALL readers are competent. Just browse through the forums every once in a while. Hence care should be taken in giving advise.
    This is not a private club, things posted here are read by many competent Arch users and some incompetent as well. Results show up in a Google search. Even though its perfectly valid for me to wash my motherboard in water to get rid of dust, I wouldn't post that advise here without big WARNING tags. This isn't an indication that I assume all users are idiots, but simply that I know there are some who will not understand the 'ifs' associated with such a thing.

  • [gambas2] Splitted package and testing repository available!

    Just following the bug report (http://bugs.archlinux.org/task/19318), now a repository is available to test gambas2 as a splitted package.
    The purpose of these packages is that it will allow the possibility to add an archlinux package generator to the gambas2 ide, avoiding to add the full list of gambas2 packages, for only installing a graphical application.
    The packages are built from a default archlinux installation, so no need to get testing repository enabled, i686 and x86_64 packages are available. Just add the following lines to your pacman.conf file:
    i686
    [gambarch]
    Server = http://gambarch.toile-libre.org/os/i686
    x86_64
    [gambarch]
    Server = http://gambarch.toile-libre.org/os/x86_64
    I hope you will find these useful. I will take a look to add gambas3 splitted svn packages.
    ++

    zodmaner wrote:
    neotuli wrote:I'm not so sure what you're talking about. It's up and running smooth
    Wow! The migration is finish? Great job guys! The migration from CVS to SVN is a very large undertaking and it's great to see that you guys have finally made it. Congrats guys.
    This is great news indeed! Thanks for informing us about this, neotuli.
    neotuli wrote:And yeah... we see the out of date flags, we even get a little spam every time you click one of them... but we're only human.
    Don't worry, we understand you.
    not quite..its seems community is going to take a bit longer got left behiend

  • Is there php-mcrypt package in the repository?

    I was trying to install php-mcrypt package while installing LAMP as the way described in the wiki. It seems there is no package available. It is not available in AUR either, I guess so.
    $ sudo pacman -S php-mcrypt
    resolving dependencies...
    looking for inter-conflicts...
    Targets (2): libmcrypt-2.5.8-2 php-mcrypt-5.3.3-2
    Total Download Size: 0.01 MB
    Total Installed Size: 0.30 MB
    Proceed with installation? [Y/n]
    :: Retrieving packages from extra...
    error: failed retrieving file 'php-mcrypt-5.3.3-2-x86_64.pkg.tar.xz' from mirrors.163.com : Not Found
    error: failed retrieving file 'php-mcrypt-5.3.3-2-x86_64.pkg.tar.xz' from mirror.lupaworld.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'php-mcrypt-5.3.3-2-x86_64.pkg.tar.xz' from mirror.lupaworld.com : Not Found
    error: failed retrieving file 'php-mcrypt-5.3.3-2-x86_64.pkg.tar.xz' from mirrors.sohu.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'php-mcrypt-5.3.3-2-x86_64.pkg.tar.xz' from mirrors.sohu.com : Not Found
    error: failed retrieving file 'php-mcrypt-5.3.3-2-x86_64.pkg.tar.xz' from ftp.yz.yamagata-u.ac.jp : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'php-mcrypt-5.3.3-2-x86_64.pkg.tar.xz' from ftp.yz.yamagata-u.ac.jp : Not Found
    error: failed retrieving file 'php-mcrypt-5.3.3-2-x86_64.pkg.tar.xz' from mirror.cs.vt.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'php-mcrypt-5.3.3-2-x86_64.pkg.tar.xz' from mirror.cs.vt.edu : Not Found
    error: failed retrieving file 'php-mcrypt-5.3.3-2-x86_64.pkg.tar.xz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'php-mcrypt-5.3.3-2-x86_64.pkg.tar.xz' from kdemod.ath.cx : No address record
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (No address record)
    Errors occurred, no packages were upgraded.
    I have no clue how to install this package. Would someone know the how? Thank you.
    Last edited by since1992 (2010-11-08 07:30:20)

    It seems like issues with the mirrors you are using. Try this link http://mir.archlinux.fr/extra/os/x86_64 … pkg.tar.xz, it works for me.
    UPD: Maybe these issues come from changing package version from 5.3.3-2 to 5.3.3-3.
    Last edited by zivziv (2010-11-08 07:36:23)

Maybe you are looking for

  • Customizing ADF Faces Look & Feel. Some questions & suggestions

    Hi everybody, We are developing an application with ADF Faces using JHeadStart. For the moment, I am studying the way we must modify the JHS templates to adapt each element to our needs. As it's told in the JHeadStart Developer's Guide, there are two

  • How can I share songs from one iphone to antoher

    how can I share songs from one iphone to another

  • Nexflix is not working with ios7, why?

    I dowloaded io7 in my ipod touch 5, after that netflix and at bat apps stop working, this a kind of bug, somebody know about this?

  • Handling HTML Tags in ADOBE Forms

    Hi, We are trying to develop a PI  sheet in ADOBE form  using a XML file.While doing this we are facing some problems with HTML tags. <b>- <TEXTOUTPUT id="O.0020.0004.0003" domain="PPPI_FRAGMENT_HTML" customtype="SAPOUTPUT" format="CHAR" domformat="C

  • DC pulse output analog input

    I am using a 6221 PCI DAQ card and attempting to put out a DC level for a several different times.  During the output of each DC level I need to sample two DC inputs via the analog input.  Most of my DC levels last for 100s of seconds each and a samp