Equivalent of 'apt-get source' in Arch

Hello,
I would like to know what is the equivalent of 'apt-get source' in Arch Linux. I simply want to pull the source code for a package.
Thanks

To also give the wiki location of this that would be helpful: http://wiki.archlinux.org/index.php/Arch_Build_System

Similar Messages

  • [SOLVED]How to build debian package source in Arch Linux?

    I'm porting openssl for sh4 arch.
    If I use Arch Linux PKGBUILD, it built failed. (I guess that's caused by there is no asm code for sh4 cpu).
    So, I decide use debian's source.
    But, is there any one know how to porting debian's package into Arch Linux?
    I can apt-get source openssl from other machine.  But I don't know what's the correct step to build it into Arch Linux' structure.
    Solution: refer brebs's PKGBUILD hint.
    Last edited by dlin (2013-02-26 09:44:16)

    The source is not hard to find. Look on Debian packages - each package has 2 files, the ".orig", and Debian's diff (which is sometimes not a diff, these days, thankfully because just having a simple "debian/patches" subdirectory available is a little bit easier for us).
    Edit: Here ya go, convenient links:
    http://packages.debian.org/sid/openssl
    http://ftp.de.debian.org/debian/pool/ma … ian.tar.gz
    Last edited by brebs (2013-02-26 09:42:10)

  • .bashrc not getting sourced at login [SOLVED]

    Setup Arch on a laptop and added some custom stuff to ~/.bashrc but it doesn't get sourced when I ssh into the box or when I open a shell.  What am I missing?
    EDIT:  the ~/.bash_profile was empty!
    Now it contains:
    . $HOME/.bashrc
    <<headsmack>>
    Last edited by graysky (2010-07-19 01:10:00)

    This may sound like a stupid question, but in your .bashrc script, your checking for an interactive shell,  Doesn't it need to start with an if? and end with an end?
    I am asking because, just suppose that the .bashrc file is being sourced like it should be, only, it is encountering that statement and quietly dieing at that point.
    So, what happens if that -z line were commented out?

  • How i can "apt-get autoremove" and "autoclean" like debian based?

    hi, i would like to know how to do "apt-get autoremove" and "apt-get autoclean" like debian based linux in arch for cleaning the system?
    thanks you for this community....

    BTW: With Arch, you don't have to! (TM) Or that's the impression I have anyway. See the remove options, there are flags which basically allow you to remove 'unneeded' stuff -when- it becomes unneeded.
    For example:
    Debian:
    apt-get install sniffles - also installs libsniffle, libsniffle-dev
    apt-get --purge remove sniffles - leaves libsniffle, libsniffle-dev which then have to be removed via autoremove. I'm not sure under what circumstances this won't even work and you'll end up having to use deborphan or somesuch
    Arch:
    pacman -S sniffles - also installs libsniffle, libsniffle-dev
    pacman -Rcns sniffles - also removes libsniffle and libsniffle-dev
    Perfect operating system:
    <package manager> <install option> sniffles - laughs and blames it on temporary insanity that you'd want to install anything having anything to do with sniffles.

  • Apt-get vs Pacman

    Hii, I have been using apt-get for a long time, and now I want use Pacaman  , what I don't know is
    What are the befits and drawback of each one compare to the other?
    I havn't open this post for "flaming", I want to know and understand more about this topic.

    Mr.Elendig wrote:I also find pacman (if not hevely fragmented) alot quicker than apt-get. But as stated before, it's all probably just in my head.
    nope its not all in ur head....pacman at this point is faster then apt-get...and MUCH faster then yum which for some ridiculus reason refreashes EVERYTIME u use it which is massively(sp?) time consuming (sry...it makes me ANGRY!!!!) However apt-get has 15000000000000003r530403403043040340 packages due to debian (i assuming that what ur using is a debian based distro as i have never heard of using apt-get on arch....) (yes that number is an exageration...) ne ways if u ask me pacman is the best out there and i have used alot...well not really just 3 or 4 .....i use Fedora as well and there are packages that i can easily install in arch using pacman that i cant in fedora...so pacman > apt-get > yum (althou yum has a cool rollback feature that allows u to restore ur sytem to a specifig time ..like say 5 minutes ago or 3 days ago..etc...but consider that pacman has not been here as long and youll see that pacman should IMO be way ahead in a few years...look at all the new distros that are starting to use pacman....its not like debian..but still..its growing ..baby steps hhahah

  • Apt-get like interface for pacman

    Hello,
    This is my first public contribution for Arch Linux community,
    I built this script because i use arch on both of my desktops and debian on my servers and i get really confused sometimes with the options because of the mechanical typing, i got myself typing pacman install apache2 and apt-get -Syy or even trying to run pacman on debian and apt-get on arch.
    I dont know how this will be acepted, its something that advanced users normally dislike, but, for newcomers i think that is a good option.
    I wrote this very simple interface for pacman that converts into a apt-like utility, its use common pacman commands (yes, it uses pacman at background) and dont mess with pacman workout.
    Ive upload the project on my github: https://github.com/drhoome/pac-get
    Its very simple and straigthfoward (yes, just give execution permission and use, for now, theres no install/build method or configuration files, its build on top of python and should work with Python 2.7 and 3.x without any extra library).
    Any feedback is welcome, even if for saying that the script is really useless for you
    There's no manual or wiki right now, but, the software is really like apt-get, aptitude or apt-cache, and there's a built-in doc by typing pac-get --help.
    Last edited by hoome (2015-04-28 22:42:07)

    Looks nice, but wouldn't you rather use pacman commands?
    One thing to point out: The update command gives pacman -Syy. Please be aware that just updating the package cache is considered bad practice if an upgrade does not follow right after, so maybe you should remove the update command. The pacman rosetta might also be of interest to you. Look it up on the wiki.
    Last edited by runical (2015-04-29 06:52:35)

  • How to get source table name according to target table

    hi all
    another question:
    once a map was created and deployed,the corresponding information was stored in the repository and rtr repository.My question is how to find the source table name according to the target table,and in which table these records are recorded.
    somebody help me plz!!
    thanks a lot!

    This is a query that will get you the operators in a mapping. To get source and targets you will need some additional information but this should get you started:
    set pages 999
    col PROJECT format a20
    col MODULE format a20
    col MAPPING format a25
    col OPERATOR format a20
    col OP_TYPE format a15
    select mod.project_name PROJECT
    , map.information_system_name MODULE
    , map.map_name MAPPING
    , cmp.map_component_name OPERATOR
    , cmp.operator_type OP_TYPE
    from all_iv_xform_maps map
    , all_iv_modules mod
    , all_iv_xform_map_components cmp
    where mod.information_system_id = map.information_system_id
    and map.map_id = cmp.map_id
    and mod.project_name = '&Project'
    order by 1,2,3
    Jean-Pierre

  • Unable to get source file content as mail body in file to mail scenario

    Hi Friends,
    I am facing one problem with one of my file to mail scenario in PI(SP9).  I have done bypass scenario(without IR only with ID objects). Scenario is working fine, i am getting mail also.  But my requirement is i want complete source file content as a mail body (not xml format, text format).  I have checked all options, but configured scenario bydefault taking source content as a attachment and mail body is empty.  I have tested below options
    1. If i choose message protocol as FCC mechanism at source side content at target side i am getting xml format as a attachment( In mail adapter i have selected message protocol as xi payload, and without packate option on mail adapter). If i choose message protocol as xi all, i am getting 2 files as a attachment (one file as a payload content and second file as a source file content in xml format).
    2. If i choose message protocol as file at souce side that time i am getting source complete content as a attachment at target side in xml format, but mail attached file content is flat file(.xml extension) format. When i tried to open attachment file that time i am getting error in explorer, but i can see only one row in explorer  remaining rows unable to see.
    Please share your ideas on this.

    Hi,
    Follow below steps
    1. First basis level need to configure setup(SMTP) for mail.  After that only mail will go from SAP.
    2. Source side depending on requirement take communication channel(idoc, file etc)
    3. Receiver side communication channel take mail adapter and configure below setup
       3.1 select message protocol XI ALL/ XI PAYLOAD(WITH PACKAGE or WITHOUT PACKAGE)
       3.2 if message protocol is XI ALL, the complete content will be sent as a attachment along with payload file
       3.3 if message protocol is XI PAYLOAD, the source message, the source message will be sent as attachment.  Playload file filter automatically.
       3.4 If you use PACKAGE option on mail adaper, this time source strucute need to import from SAP (some standard structure only will be support, without strucutre we can't work).  If you choose package option no need to give mail id on communication channel, we need to pass mail id's from source structure.
    I hope now clear.

  • How to Get Source Code of Standard ESS Component.

    Hi,
    I need to implement SAP Note 904107, in ESS ( Personal Info.) package.  However no tracks are maintained in NWDI for ESS.
    Please suggest me from where I can get Source Code for Standard SAP Web Dynpro component VcPerFamilyBEReview .
    I read in some blogs and its suggested to create Track in NWDI using ESS package which is deployed on server.  Please provide detail procedure, doc. and links for this.
    If any other approach is there to get sorce code please suggest.

    Hi,
    VcPerFamilyBEReview component is found in the DC sap.com/essbefam
    check these links to create track in NWDI
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0b2b146-5776-2910-4a8f-9b3190eab060]
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7014086d-3fd9-2910-80bd-be3417810c6f]
    [https://www.sdn.sap.com/irj/sdn/wiki?path=/display/java/netweaver%2bdevelopment%2binfrastructure%2b(NWDI)]
    Regards,
    vv

  • Problems installing SVN or MySQL with Fink or apt-get

    I'm having problems with running SVN on my intel desktop. I primarily use Fink to install packages, and SVN installed just fine, but when I run it, I get
    svn: SSL is not supported
    I'm pretty sure SSL is not needed, but if I try to install the ssl package for SVN, I get:
    fink needs help picking an alternative to satisfy a virtual dependency. The
    candidates:
    (1) db44-aes-shlibs: Shared Libraries for db44-aes
    (2) db44-shlibs: Shared Libraries for db44
    Pick one: [1]
    The following package will be installed or updated:
    svn-client-ssl
    The following 29 additional packages will be installed:
    apr-ssl apr-ssl-common apr-ssl-shlibs autoconf2.5 automake1.9
    cyrus-sasl2-dev cyrus-sasl2-shlibs db43-ssl db43-ssl-shlibs db44-aes-shlibs
    expat gdbm3 io-string-pm libtool14 libtool14-shlibs libxml2 m4 neon24-ssl
    neon24-ssl-shlibs openldap23-dev openldap23-shlibs openssl097 openssl097-dev
    openssl097-shlibs pkgconfig svn-ssl-shlibs swig swig-shlibs texinfo
    Do you want to continue? [Y/n]
    /sw/bin/dpkg-lockwait -i /sw/var/cache/apt/archives/db43-ssl4.3.29-1001darwin-i386.deb /sw/var/cache/apt/archives/db43-ssl-shlibs4.3.29-1001darwin-i386.deb
    dpkg: parse error, in file `/sw/var/lib/dpkg/status' near line 577 package `db43-ssl':
    missing version
    ### execution of /sw/bin/dpkg-lockwait failed, exit code 2
    Failed: can't batch-install packages: /sw/var/cache/apt/archives/db43-ssl4.3.29-1001darwin-i386.deb /sw/var/cache/apt/archives/db43-ssl-shlibs4.3.29-1001darwin-i386.deb
    If I try to reinstall with apt-get, I get:
    Reading Package Lists... Done
    Building Dependency Tree... Done
    Sorry, svn is already the newest version.
    0 packages upgraded, 0 newly installed, 0 to remove and 14 not upgraded.
    W: Encountered status field in a non-version description
    W: You may want to run apt-get update to correct these problems
    and if I run apt-get update, I get:
    Hit http://bindist.finkmirrors.net 10.4/release/main Packages
    Hit http://bindist.finkmirrors.net 10.4/release/main Release
    Hit http://bindist.finkmirrors.net 10.4/release/crypto Packages
    Hit http://bindist.finkmirrors.net 10.4/release/crypto Release
    Hit http://bindist.finkmirrors.net 10.4/current/main Packages
    Hit http://bindist.finkmirrors.net 10.4/current/main Release
    Hit http://bindist.finkmirrors.net 10.4/current/crypto Packages
    Hit http://bindist.finkmirrors.net 10.4/current/crypto Release
    Reading Package Lists... Done
    Building Dependency Tree... Done
    W: Encountered status field in a non-version description
    W: You may want to run apt-get update to correct these problems
    ...which is somewhat circular, eh?
    I have SVN and MySQL running on my intel laptop just fine, same version of Tiger. Anyone have any ideas?

    From the Q6.14: I can't install anything because I get "dpkg: parse error, in file `/sw/var/lib/dpkg/status'"
    A: This means that somehow your dpkg database got corrupted, usually from a crash or some other unrecoverable error. You can fix it by copying the previous version of the database, like so:
    sudo cp /sw/var/lib/dpkg/status-old /sw/var/lib/dpkg/status
    You may need to re-install the last couple of packages you installed before the problem started occurring.
    - cfr

  • URGENT: How do i get Source information?

    Hi All,
    My Planning application getting source information from EBS to FDM then Planning.
    EBS-----------(Using ERPIntegration)------------FDM---------------Hyperion Planning.
    We have various branches to load data from EBS.
    then where do i get which source of EBS(like GL,SD,etc...) to which planning branch
    ex: SD-------------------Planning Vehicle branch
    Project is on production, then where do i get FDM?
    Do i need to ask my admin to get path and access on FDM? or not? then where do i get designed FDM?
    Please, please
    i am in emergency
    thank you
    Bawani

    Hi Dwlph,
    Thank you very much for your answers. I have some more questions, please answer it
    Q1) Can we load EBS Data/MetaData through FDM into planning system with out using Outline Load Utility?
    Q2) Using FDM do we load Data directly into planning?
    Q3) Can FDM load metadata directly into planning?
    Q4) If FDM loads Data / Metadata into planning where can i find mappings?
    Q5) Can not pass Data/ Metadata into planning with out using ODI, in case source is EBS?
    Q6) What is the path for ODI in the DEV server? ex. http://servername:portno/ODI/index.jsp like ......(just expectation)
    Q7) I found two FDM applications in Shared Services under FDM folder,
    but opening FDM like http://servername:portno/FDM/... it is showing only HFM related FDM, its not showing Planning related FDM, why?
    Q8) If they used FDM application for Planning how should i open? and what is the path to open?
    So many questions Dwlph,
    Sorry for this
    But thanks for your help
    Bawani

  • How get source page name

    how i get source page name?
    i am want to implement MVC 2 model.
    i made a Servlet controller.java, now i want to get source page name
    how i achieve?

    are you meant "servlet name" because never heard anything like "source page name"

  • How to get Source of DB Triggers

    Hey All,
    I want to get source code of Database Triggers from database.
    I have Oracle8i (8.1.7) database then Metadata.get_ddl is not availabe. I also tried ALL_SOURCE, USER_SOURCE but I didn't get Complete Source Code of Database Triggers.
    There any other way I can get Complete Source code of database triggers?
    Thanks

    How are you querying user_source?
    column text format a60;
    column name format a15;
    SELECT name, text
      FROM user_source
    WHERE type = 'TRIGGER'
    ORDER BY name, line;
    NAME            TEXT
    DEPT1           trigger dept1
    DEPT1           before insert on dept
    DEPT1           begin
    DEPT1             raise_application_error( num => -20107,
    DEPT1                                      msg => 'Trigger error' );
    DEPT1           end;
    ODBC_EMP_TST    TRIGGER odbc_emp_tst
    ODBC_EMP_TST    BEFORE INSERT ON emp
    ODBC_EMP_TST    FOR EACH ROW
    ODBC_EMP_TST    BEGIN
    ODBC_EMP_TST      INSERT INTO emp_log VALUES('X');
    ODBC_EMP_TST    END;Justin
    Distributed Database Consulting, Inc.
    www.ddbcinc.com/askDDBC

  • How can I get source of JMF?

    is there any way to get source of JMF?
    I can get J2SE source easily unlike JMF
    somebody please tell me how to get this.

    It's available at:
    http://wwws.sun.com/software/communitysource/jmf/download.html
    I have it reconfigured as a JBuilder 9 Project also if want.
    Stef

  • Is it possible to get source code of AutomationManager.as class or/and QTPAdapter.as?

    Sorry, we don’t really provide source for those classes right now.
    On 2/25/09 2:47 AM, "JabbyPanda" <
    [email protected]> wrote:
    A new discussion was started by JabbyPanda in
    General Discussion --
      Is it possible to get source code of  AutomationManager.as class or/and QTPAdapter.as?
    I have a license of Flex Builder 3.0.1 Pro, running Win XP.
    Inside "c:\Program Files\Adobe\Flex Builder 3 Plug-in\sdks\2.0.1\frameworks\source\mx\automation\"  folder I can only locate a listing of source code of IAutomationManager interface.
    Inside "c:\Program Files\Adobe\Flex Builder 3 Plug-in\sdks\3.2.0\frameworks\projects\automation\src\mx\automation\" folder there is also a bunch of open sourced classes present, but even source code of IAutomationManager interface is missing.
    And source code for AutomationManager.as and QTPAdapter.as classes are nowhere to find.
    And I tried to extract source files from Data Visualization package as suggested here
    http://blogs.adobe.com/flexdoc/2008/04/extracting_data_visualization.html, no luck
    View/reply at Is it possible to get source code of  AutomationManager.as class or/and QTPAdapter.as? <
    http://www.adobeforums.com/webx?13@@.59b80b91>
    Replies by email are OK.
    Use the unsubscribe <
    http://www.adobeforums.com/webx?280@@.59b80b91!folder=.3c060fa1>  form to cancel your email subscription.

    We can look at setting up some subtopic forums targeting specifics like automation once we have our new system in place.
    On 2/26/09 7:57 AM, "JabbyPanda" <
    [email protected]> wrote:
    A new message was posted by JabbyPanda in
    General Discussion --
      Is it possible to get source code of AutomationManager.as class or/and QTPAdapter.as?
    What I plan to do, is to write a couple of delegates to prepare (instrument) my custom components that extend from UIComponent for testing.
    I found the source file for AQAdapter.as from FlexMonkey tool at  
    http://code.google.com/p/flexmonkey/source/browse/trunk/FlexMonkey/src/com/gorillalogic/aq adaptor/AQAdapter.as, by studying the code of AQAdapter.as I can get the better idea what QTPAdapter.as does.
    In general, I found the documentation on test automation for Flex application to be very modest and limited, for example many attributes for XML-based "class information file" for HP QuickTest tool are not documented at Adobe Flex livedocs.
    BTW, is there any better place where test professionals and Adobe Flex developers exchange the knowledge on test automation of Flex apps?
    I've tried
    http://www.sqaforums.com by running search query
    http://www.google.com/custom?domains=SQAforums.com&! q=Adobe+Flex&sitesearch=SQAforums.com <
    http://www.google.com/custom?domains=SQAforums.com&q=Adobe+Flex&sitesearch=SQAforums.com> , but I left with a feeling the most enquiries were made by people who are just evaluating possiblity of testing of Flex apps with HP QuickTest tool.  

Maybe you are looking for

  • Error while installing OraDB 10gR2 at WindowsXP Pro

    If I install DB on the computer that is offline of not a member of AD domain, I'm able to complete the installation. But when I'm trying to install the DB at Windows XP Pro SP2 in the domain, i'm receiving the following error: [Thread-9] [11:9:21:594

  • No Video Airplay von iMAC with iTunes

    Airplay on AppleTV2 works good with iPad (Video & Musik), but from iTunes (iMac Lion) only with music; if I try it with a Video I became a window "Timeout to long, check Your NET OR YOUR PREFERENCES" I don´t know, how I can running my video´s from iM

  • Spry Not Working in IE but Working in FF and Chrome

    http://www.graphalloy.com/html/base_page_gray_theme_DD.html I am including a link of a webpage that is in the design phase. This page includes a Spry Menu Bar. The bar works perfectly in Firefox and Chrome but not in IE. In fact, it "deletes" everyth

  • Has my iphoto got too full?

    Hi everyone. Mac newbie here! Trying to buy iphoto book of 80 pages (111mb). 2 things happen when I try. Sending book fails repeatedly just before completion. Very noisy fan (on new 'refurbished' macbook) when iphoto is open. My Iphoto has 18,500 fil

  • Change / Edit  or Deleting condition table

    I have created some condition tabl;es in MM Purchasing but I need some additional fileds in the condition table , but this table is not getting edited or I can not add the field in the table . How I can do this If I want to delete / remove the field