How to .DEB to .TAR.GZ

Hello. I need a one program that I cant build from AUR. I have already posted about compilation in other topic
How to create install package using complete Debian package from official site?

Make a PKGBUILD whose build() function detars the tar.gz file into the $pkgdir. Use flags like -p to preserve permissions when detarring. Then you'll have a package which you can use pacman to install.
Or you could just detar the tar.gz file onto your /. However, I like the first approach better because pacman will track/warn you about whether files in the package you're trying to install conflict with any files already existing on your filesystem. Also, you can always do pacman -R if you want to uninstall later.

Similar Messages

  • How to import an .tar file in to NWDS

    Hi,
      Could any one let me know how to import an .tar file into NWDS
    Laasya.

    i don't think it is supported

  • How system debit and credit gl accounts in integration entries

    Hi Friends,
    I hav little bit confusion in integration for ex; take while goods receipt
    here the entry will be
    inv. rawmaterial a/c --dr
       to gr/ir clearing a/c
    as per my knowledge with the help of movement type system wll debit n credit the accounts
    here i have just conceptual knowledge.. any expert can explain how it wll debit n credit a gl account .. on what parameters it wll decide..
    pls explain me in details
    send me to my mail i e. [email protected]
    points assured
    thanks in advance
    siva s

    Hi Agarwal,
    Thank u for u r quick response.
    But my doubt is here the postings are made by system automatically we are not giving either 40 or 50 right.
    What is the technique or mechanism the system follows to debit and credit gl accounts .. if soo.. where can we see that mechanism.
    pls clarify me experts.
    mail id [email protected]
    thnk u
    siva s

  • How to unzip  a .tar.tar file

    Hi ,
    I have downloaded jexel api from net. But it come as jexcelapi_2_5_9.tar.tar. i tried to unzip using winzip. But its not working. Can anybody tell how to unzip this?

    Winzip knows how to read tar files.
    This is just a wild guess, but try this:
    - Copy the file, and rename it jexcelapi_2_5_9.tar.gz
    - You may have to do this in cmd.exe because the Windows graphical shell often screws up file names
    - Then use WinZip on the copy of the file with the new name.
    I'm thinking that maybe when you downloaded the file the filename got corrupted.

  • How to extract a .tar.gz file in IBM AIX 6.1

    we are in R12.1.3 on IBM AIX 6.1,we took the cold backup of prod Instance using the below command
    nohup tar cvf - /u01/oracle/prod/db | gzip > /u01/backup/backup_prod/prod_db.tar.gz &
    nohup tar cvf - /u01/oracle/prod/apps | gzip > /u01/backup/backup_prod_8035/prod_apps.tar.gz &
    we tried to extrac the above 2 .tar.gz files on the same server using below commands, they are extracting on source location i.e /u01/oracle/prod/db.so original files getting updated with old one
    cd /u01/backup/backup_prod_8035
    $gunzip < prod_apps.tar.gz | tar xvf -
    $gunzip < prod_db.tar.gz | tar xvf -
    Please let me know how to extract this files in the same folder with out affecting the original files
    Thanks in advance

    Helios,
    Thank you very much for your reply
    Is it possible to do both gzip and tar -xvf in single commnd because we don't have that much space on the server
    when we execute gzip -d /u01/backup/backup_prod/prod_db.tar.gz it will create file as prod_db.tar again we need to execute
    tar -xvf /u01/backup/backup_prod/prod_db.tar
    In the above command either we need to give . to untar the files in the same directory same like Linux.
    With out . in aix the untar files are over riding on source location i.e /u01/erp/prod
    Please advice

  • [S] How can I get tar, unzip, unrar etc. to be automatically used?

    DE: XFCE 4.10
    Hi,
    when I right-click on an archive file, such as
    SourceCodePro_FontsOnly-1.017.zip
    and click on "Unpack here" (or whatever exactly it says in English, my system is in German), I'd like this little click to be automatically connected to "unzip that file".
    I don't want to go to the folder via the terminal every single time and then enter unzip file.zip and then go back to Thunar and then navigate to the unpacked archive.
    How can I achieve this?
    Last edited by jones (2013-03-14 15:29:02)

    You can also automate it on the terminal:
    # archive extractor
    ex ()
    if [ -f $1 ] ; then
    case $1 in
    *.tar.bz2) tar xjf $1 ;;
    *.tar.gz) tar xzf $1 ;;
    *.bz2) bunzip2 $1 ;;
    *.rar) unrar x $1 ;;
    *.gz) gunzip $1 ;;
    *.tar) tar xf $1 ;;
    *.tbz2) tar xjf $1 ;;
    *.tgz) tar xzf $1 ;;
    *.zip) unzip $1 ;;
    *.Z) uncompress $1;;
    *.7z) 7z x $1 ;;
    *) echo "'$1' kann nicht via ex() extrahiert werden" ;;
    esac
    else
    echo "zsh: ex: '$1': Datei nicht gefunden"
    fi

  • How to uninstall the .tar -file installation

    Hi all,
    I just downloaded the new version of Studio 12. This time the package install. But before I installed the tar-file version.
    There is no uninstall file in the /opt/SUNWspro/bin directory. How to uninstall this version?
    Thanks.

    rm -r /opt/SUNWspro

  • How to read a TAR

    My colleage had raised a TAR with oracle. Unfortunately he does not work with us any longer and I want to read the details of the TAR raised. I tried logging into metalink to find a link.
    Can somwbody tell me how I can read the TAR in metalink.
    I can administer the user, but I don't know how to reset his password to login as him to see if metalink gives me some more options.
    TIA,
    SP

    Thanks for the quick response.
    I do not get any button saying 'TAR' on the left hand side. When I look at my profile, the Read TARs is unchecked. If I check it and save it, it still remains unchecked.
    Also, I know his CSI, in fact we share the same support identifier.
    What do I need to do to read the TAR.
    --SP                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How do I stop .tar.md5 archive unpacking?

    I'm running OSX 10.9.4 on a 2013 MacBook Air (Haswell). I like to download/flash different firmwares for my Galaxy S5. They (the firmwares) I download come in .zip files. I chose where to extract it and the result is a .tar.md5 format file (a type of compressed file). The problem is that OSX automatically starts unpacking this .tar.md5 file and the result is a folder.
    I need OSX to stop unpacking my .tar.md5/.tar files because I need them like that. It doesn't do that with .zip or other file formats, just with this one (as far as I know). How do I do that?
    Thank's,
    Mihai Raducan

    No, it's not that. That was the first thing I checked. It doesn't open .zip or any other files automatically, just this .tar.md5 file. And I mainly use Chrome.
    I also checked Archive Utility, but there is nothing there I can check/uncheck to make it stop it's behaviour.

  • How to Debit/Credit Between 2 Vendors

    Dear Sir,
    We have following scenario :
    We have placed a Purchase Order to a Vendor 'A' and  to collect the Material we sent our employee to Vendor Site . Our employee collect the Material and make the payment in Cash say Rs  5000.
    We are treating our Employee also as a Vendor 'B' and he takes the Cash from company under his Imprest account .
    Subsequently We do GR and MIRO for the Material . During MIRO the Vendor 'A' gets Credited  by Rs 5000.
    Now to mark the payment against Vendor 'A' , we require :
    a) Vendor 'A' should marked paid for his MIRO document .
    b) Our employee (Vendor 'B') should get marked Credited by Rs 5000 .
    Please guide us as how can we perform the desired activity a) and b) .
    Rgds
    Sonia Agarwal

    Dear
    Better you treat Imprest as Imprest Advance with Special GL Indicator under K.  In such a case the following would be the entries
    1. When Imprest advance is drawn by vendor employee
        PK    Vendor          Spl GL     {C             Amount
    Dr 29        B                   x          xxxx          5000
    Cr 50      GL xxxx                      xxxx          5000
    2. When MIRO is done  entry would have been
         GR/IR A/c Dr                                  5000
         Vendor A                                       5000
    3.  When final settlement is made by vendor B to vendor A
       pk     Vendor A A/c                    Dr        5000
       39  Vendor B    Spl GL x     Cr        5000 
    Regards

  • How to raise a TAR with oracle

    ive got meta link but dont see anywhere obvious to do this??

    The ability to raise TAR is a privilege that is controlled by your metaLink account administrator. Frequently this is not given to everybody who has an account. The same goes for downloading patches. In the first case you need to contact your account admistrator and raise this with them. They are the person who authorised your Metalink account.
    Cheers, APC

  • How to untar a tar.gz using java libraries

    hi all!!!
    can u please help me to unzip and untar a tar.gz file without using the package com.ice.tar
    thanks everyone

    Are you running your application on unix env?. can
    you give some more info on your requirement.iam using windows
    i want to unzip and untar the file using java program
    is there any package in java to untar a tar.gz file
    (thanx anyway for suggesting the thread com.ice.tar, i already went through that)
    i already unzipped the file using GZIPInputStream
    it will be helpful if you paste the source code...

  • HOW to install fonts from rpm/tar.gz (ec-fonts-mftraced)

    Hey all.
    I'm trying to install a music program called Lilypond, for my girlfriend, as an example of how easy (heh) linux is to use.
    Now, to use this particular version, I need to install some fonts. ec-fonts-mftraced, to be exact.
    The Lilypond site provides downloads for the fonts here
    There is an rpm, deb, and tar.gz version, none of which I've managed to install from. I've tried using
    rpmunpack | gzip -d | cpio -uid
    as (kind of) per the instructions:
    EC-FONTS-MFTRACED
    GNU LilyPond 2.3.x needs TeX (if you are using the TeX backend) and
    PostScript Type1 PFA/PFB fonts with full internationalisation support.
    By default, LilyPond uses the ec* family.
    INSTALLING EC FONTS
    The binany RPM and DEB packages should be installable on any RPM or
    DEB based system.
    If you do not have such a system, install either
    * the RPM, like so
    rpm2cpio ec-fonts-mftraced-1.0.2-1.noarch.rpm | cpio -uid
    mktexlsr
    * or the DEB,
    ar p ec-fonts-mftraced_1.0.2-1_all.deb data.tar.gz | tar zxf -
    mktexlsr
    BUILDING FROM SOURCE
    cvs -d :ext:[email protected]:/cvsroot/lilypond co sauter-fonts-mtraced
    cd sauter-fonts-mtraced
    make all install
    mktexlsr
    I can't get anything to work though, nor can I install the fonts thru KDE control centre.
    Can anyone help me with this problem?
    Much appreciated,
    Thom.

    You need t1utils (an easy compile), potrace (or autotrace), tetex, and python so you can compile mftrace.
    mftrace PKGBUILD is at the bottom of http://bbs.archlinux.org/viewtopic.php?t=6450
    Then you need to:
    cd /usr/share/mftrace/
    import filelib
    Here's the PKGBUILD for ec-fonts-mftraced:
    http://bbs.archlinux.org/viewtopic.php?t=6451
    Fontforge I think helps it compile faster (??)
    All of the above-mentioned packages that aren't available via pacman have been uploaded to ftp.archlinux.org/incoming

  • Flash plugin 11.2 cant load as need .deb format app

    I run k10.10 mm and are a novice and dont know how to install the tar.gz of flashplugin 11.2, so want to know if it is available in .deb format

    All available Flash versions can be found here:
    *http://get.adobe.com/flashplayer/otherversions/
    Did you check the repositories of your Linux distribution to see if Flash is available?

  • Debit/Credit indicator in header tax tab in MIRO transaction

    Dears,
    would it be possible to let me know if it's possible and how the debit/credit indicator can be included in the MIRO header tax tab?
    I'm working on a 4.6 SAP R/3 system and I have been looking to customizing settings related to the issue that I've just explained to you, but, up to now, I do not have found the point in SPRO transaction from which this function might be maintained.
    Any help would be appreciated!
    Thanks in advance
    Davide

    i hope you already know this
    in Va05 further selection criteria check thes  sales document type is there or not
    if not
    SPRO-SD-Sales-list-define selection criteria prgram SAPMV75A Display variant "k"  enter the sales document type field and save
    in Va05 create a variant for a required sales document type excluding Debit and credit document types.
    this is only my observation likes points...

Maybe you are looking for

  • ColdFusion 9 ODBC Connection Issue

    I have a 64 bit ODBC (OpenEdge/Progress) driver installed and it works fine in other applications but when I try to register the DSN in ColdFusion it gives me the error listed below.  I've tried to research this error and everything I found and tried

  • NI-IMAQ for USB 1.1.1 will not install with LV8 and Vision 8.0 or 8.21

    When I try to install NI-IMAQ for USB 1.1.1 I get a message that vision 7.1 or higher with  Labview 7.0 or higher;  or Vision Assistant 7.1 or higher is required, I have tried the vision 8.0  and vision 8.2.1 packs with Labview 8.0 with no success.

  • J1Ih error for return sales

    Dear All, I have done a return sales and returns delivery. Out of 10 items 5 items got returned. While doing J1IH (adjustment entry) the BED value is automatically getting captured by system for full 10 items. Can anyone pls solve this error? if iam

  • Safari on My late mac mini 2012 plays shakey videos on youtube

    When i play back videos on youtube the is a problem with the video it shakes however the sound is not effected and it only happens on Safari, I have updated flash player and still I can not watch videos properly.

  • Biiling with reference to external documents

    Is it possible to create invoice with reference to the external documents (from SAP Real Estate) automatically in SD?  Please advise. Thanks, ak