Uncompress .pkg.tar.xz and install result without pacman

Can the pacman packages be untarred and stored ready to install by either pacman or otherwise...probably otherwise?
Purpose, to reduce access time for package installs, which pacman must untar before installing.  These untarred packages would be used in a "live" ram system from flash storage devices.
Any way to do this?

file:///media/disk/cache2/untar/avahi-0.6.27-2-x86_64.pkg
This file in flash has three folders, Etc, usr and var.  It was extracted from the .pkg.tar.xz.
This is the situation that needs a means to install the .pkg listed above, used as an example.
I assume that it is ready for install since it has been untarred.

Similar Messages

  • Can I uninstall leopard and install tiger without problems?

    I'm considering purchasing a refurb iMac - I don't want an iMac mind you, but the Mac Pros are simply priced way over my head and I need a new computer!
    I can't get a straight answer from Apple about whether it will have Tiger or Leopard on it but because of Adobe's refusal to make CS2 compatible with Leopard, I must use Tiger.
    I've been told I can, if I must, uninstall Leopard and reinstall Tiger but I've also been told I'll end up with a host of problems doing that
    does anyone know if this will work or not?
    Apple is driving me crazy... no one will asnwer that question for me
    and why they don't have a mid-range Mac Pro is beyond me but what do I know?
    thank you

    Hi liliths!
    I look at the Apple Store refurbs list on a daily basis.
    The longer you wait, the higher the chances that you will receive an iMac that was produced following Oct 26, and was therefore released with Leopard as the MINIMUM version of OS X. Currently, I'd guess that there is VERY little (almost zero) chance of that - today - but more chance as each day passes.
    A refurb purchased now will have Tiger on DVD, and Tiger installed. The box will contain an upgrade disc that will install Leopard.
    As time goes on, Apple will start to receive Leopard Macs (Leopard on DVD, and installed, but no Tiger) produced after Oct 26 that get shipped back from the stores after buyers have returned them. Those returns to Apple, and Apple's refurbishment process, do not occur overnight. Those Leopard Macs will not be able to run Tiger, or if they will run it, it will not be supported by Apple (no phone support/no warranty until Leopard would be installed).
    Refer to this Apple Support article:
    http://docs.info.apple.com/article.html?artnum=25497
    There are some (lower-priced) Mac Pros sold with the slower processor option, but they are seldom seen on the refurb list, and sell quickly when do appear. One would certainly sell within minutes of being placed on the list this close to the holidays. (A good alternative at a close price w/o sales tax: eBay 250194178376)
    There are others besides Apple selling the older production Macs and advertising that they have Tiger on them, not Leopard. (From a third party, I very recently purchased a Mac Pro NIB with Tiger only.) Those units will be available less and less as each day goes by. I have purchased a Leopard family pack for possible future use.
    Don't wait too long to make up your mind, or the choice will no longer be available for you:) A mid-priced Mac Pro might be one of the last G5s, so you might want to look at eBay item 120191603098 (I have no affiliation on either eBay item, just a bystander).
    Message was edited by: myhighway
    As to the question iMac vs Mac Pro or G5 - do you already have a display for a tower? A big factor in the decision.
    Message was edited by: myhighway

  • How to upgrade Tiger and install iLife without a hi-speed connection?

    I recently sold my 17" iMac G4 to an internet buyer who wants to edit movies. The last thing I did was reinstall Tiger, erasing all of my files to provide the buyer with a clean slate. First, I'm not sure whether this installation would include iLife and, if so, which version? I included with the computer a Tiger disc and iLife '06. The buyer loves the machine but writes that it tells her she can't install iLife '06 without upgrading her version Tiger, which requires a high-speed connection.
    Is she interpreting things correctly? Is there any way to download the Tiger upgrades if you don't have DSL or cable? If not, is there any way to install iLife '06 in lower (earlier) versions of Tiger?
    (Finally, might I have cause to breathe somewhat easier knowing that she has at least some version of iLife as a result of my installing the original Tiger?)
    Thanks for any tips that I might pass on to a truly grateful buyer and new Apple convert,
    Cap

    If she has a friend, library, internet cafe with a BB connection, even a PC, she can get the Updates from apple>downloads without Software Update, then use a CD or memory stick to take to her computer.
    You could download all the updates, burn em to a CD/DVD and mail it to her!?

  • RPM to pkg.tar.gz and Pacman

    Hello,
    Is there any easy way to convert rpm packages into Pacman compatible ones?
    I'm not interested in installing rpm's in Arch Linux (and if it is possible to do that, I don't even know how to do it). My problem is that I need/want to install the OpenOffice suite in my native language: portuguese from Portugal (in the Arch repository there are only packages of the Brazilian portuguese localization). And, when I unpack the OOo_2.1.0_LinuxIntel_install_pt.tar.gz file I've downloaded from the OpenOffice official site, the only thing I get is rpm's. Once I used Alien in Ubuntu to convert rpm's into deb's and It works very well.
    How can I do something similar in Arch?

    DERA wrote:Hello,
    Is there any easy way to convert rpm packages into Pacman compatible ones?
    I'm not interested in installing rpm's in Arch Linux (and if it is possible to do that, I don't even know how to do it). My problem is that I need/want to install the OpenOffice suite in my native language: portuguese from Portugal (in the Arch repository there are only packages of the Brazilian portuguese localization). And, when I unpack the OOo_2.1.0_LinuxIntel_install_pt.tar.gz file I've downloaded from the OpenOffice official site, the only thing I get is rpm's. Once I used Alien in Ubuntu to convert rpm's into deb's and It works very well.
    How can I do something similar in Arch?
    Why don't you take the PKGBUILD of one of these files and modify it accordingly to build your locale?

  • How can pkg-get resolve and install dependancies for a selected package?

    Hi all,
    i am using pkg-get for installing phpmyadmin an a solaris 10 os.
    when i do "pkg-get -i phpmyadmin", hi try to install apache2 but he cannot because he don't want to install the dependancies for his package
    -bash-3.00# pkg-get -i phpmyadmin
    WARNING: gpg not found
    No existing install of CSWphpmyadmin found. Installing...
    Pre-existing local file phpmyadmin-3.1.2,REV=2009.02.27-SunOS5.8-all-CSW.pkg.gz matches checksum
    Keeping existing file
    Analysing special files...
    Trying to install dependancy apache2
    No existing install of CSWapache2 found. Installing...
    Pre-existing local file apache2-2.2.11,REV=2009.03.29-SunOS5.8-all-CSW.pkg.gz matches checksum
    Keeping existing file
    Analysing special files...
    Trying to install dependancy apache2c
    Error: dependancies for apache2c not up to date.
    You may call pkg-get again with '-v -u apache2c' to see which ones
    Or, call pkg-get with 'upgrade all' to bring all installed pkgs up to date
    ERROR: install of CSWapache2c failed
    ERROR: could not install required dependancies for CSWapache2
    Once dependancies are up to date, call
            /opt/csw/bin/pkg-get -i apache2
    to (re)install
    ERROR: install of CSWapache2 failed
    ERROR: could not install required dependancies for CSWphpmyadmin
    Once dependancies are up to date, call
            /opt/csw/bin/pkg-get -i phpmyadmin
    to (re)installif i want to install apache2c, he don't want, because he don't have the dependancies, etc....it's infernal, i try "pkg-get -u" for upgrade all package, but it's don't resolve any thing.....
    have we a way for configuring pkg-get for installing the dependancies by himself? (like apt-get)
    another pb : when i try to install one of the dependancies, i have the messsage "Les conventions d'administration syst�me n'autorisent la cr�ation que
    d'une seule copie du module <CSWggettextrt>. Or, le nombre maximal de
    copies de module admis en m&#65533;me temps et sur le m&#65533;me syst&#65533;me est d&#65533;j
    atteint.
    "sorry it's in french but it said that he don't want to install the package because "the system administrattion convention allow only one copy of the package", it is because it's already installed?
    thank for your help....

    Hi
    For the last problem, what does
    pkginfo | grep gettext
    show?
    Paul

  • Upstream pkg-config Depend and Installed Version Descrepancies

    Hi,
    I'm attempting to update the AUR package for gnome-gmail-notifier to agree to the latest release upstream. The problem is, that the upstream configure script checks for the dependancy libsoup-2.2 using pkg-config. In an up to date Arch install however, there does not exist a libsoup-2.2.pc file. Instead, we have libsoup-2.4.pc.
    In this case, the dependancy is technically met, but the configure script fails anyways. In the Arch Linux world, how is this discrepancy properly handled? Upstream? Is there something to handle this in the context of the PKGBUILD file?
    I know how to fix this for myself, on this machine. I'm more curious how the folks of Arch that want to make a proper package would handle this.
    Cheers,
    ~djc

    Just to not leave this thread hanging, I decided to use sed to edit the configure.ac file in the PKGBUILD build() function. Does the trick, but I'm not sure it's the proper way. I do see sed being used for many modifications in other packages, however, so I'll run with this solution for now

  • Mac-Pro (Lion) with QuickTime X has normal audio but black screen with WMV files. Re-installed Flip4Mac and installed Perian without success.

    duplicate message

    Hi Exceldpstudiocc5,
    can you please elaborate, which creative cloud app you are using and  what kind of file you are trying to open?
    I' m assuming, it could be an issue with fonts or type of files.
    Regards,
    Ashish

  • I downloaded the latest FF version for my new laptop with Windows 7 o/s and installed without problems, so why does it crash every time I try to use FF?

    My new laptop came with IE installed. I downloaded FF and installed it without any problems. FF has crashed every time I have tried to use it. I have never had this problem before on either laptop or desktop and found that I could use FF most of the time, only switching to IE occasionally when a site worked better with it ... which wasn't often.

    See:
    * http://kb.mozillazine.org/Firefox_crashes
    * [[Firefox crashes]]

  • Convert .pkg folder to .pkg.tar.gz?

    I just build a package gmchess-0.20-1-i686.pkg.tar.gz from PKGBUILD,  I unpack the gmchess-0.20-1-i686.pkg.tar.gz and create a folder gmchess-0.20-1-i686.pkg, after changing some .png files in this folder, I compress the gmchess-0.20-1-i686.pkg folder back to gmchess-0.20-1-i686.pkg.tar.gz, however it can not be installed with command pacman -U, I try to search wiki, but get no clues, thanks for help.
    $ sudo pacman -U gmchess-0.20-1-i686.pkg.tar.gz
    Password:
    loading package data...
    error: missing package metadata in gmchess-0.20-1-i686.pkg.tar.gz
    error: 'gmchess-0.20-1-i686.pkg.tar.gz': invalid or corrupted package

    Xyne wrote:
    Open up the PKGBUILD and replace the names of the old png files with the names of the new ones in the "source" array, e.g.:
    source=(old_img_1.png old_img_2.png old_img_3.png)
    source=(new_img_1.png new_img_2.png new_img_3.png)
    Then run "makepkg -g" to generate the new md5sum array. Open the PKGBUILD again and replace the old md5sum array with the new one.
    Thanks for your detailed reply, here is PKGBUILD, there is no source array about png, can I just put in the source array for new pngs?
    =================================================================================================
    # Contributor: yetist <[email protected]>
    pkgname=gmchess
    pkgver=0.20
    pkgrel=1
    pkgdesc="Chinese chess game"
    arch=("i686" "x86_64")
    url="http://code.google.com/p/gmchess/"
    license=('GPL2')
    depends=("gtkmm" "libglademm")
    source=("http://gmchess.googlecode.com/files/$pkgname-$pkgver.tar.bz2")
    md5sums=('14ac37609c2fd6f0611001ed4508d688')
    build() {
            cd "$startdir/src/$pkgname-$pkgver"
        ./configure --prefix=/usr || return 1
            make || return 1
            make DESTDIR="$startdir/pkg" install || return 1

  • Need a direct link for iptables 1.3.5-1.pkg.tar.gz

    i need a direct link for iptables 1.3.5-1.pkg.tar.gz so i can download it to a machine with no internet connection, and use pacman to install.
    this is also a newbie question, whats the differences between:
    iptables 1.3.5-1.pkg.tar.gz
    and
    iptables-1.3.5.tar.bz2
    cheers!!

    ftp://ftp.archlinux.org/current/os/i686 … pkg.tar.gz
    difference between .pkg.tar.gz and .tar.bz2 is that the .tar.bz2 is a source package (you'll need to build it), and .pkg.tar.gz is a binary package to be used with arch

  • Can I use bootcamp and install Windows 7 on an external Thunderbolt drive

    Hello,
    I want to know if it is possible to install windows 7 on a thunderbolt external hard. I have a limited space on my harddrive and want to have windows 7 operate and store data on the thunderbolt drive.
    Anyone know if this works or if its possible.
    Thanks

    i use a thunderbolt ssd for my boot disc and it appears that bootcamp appears to start ok. in disk utility i can partition the drive successfully so i would be really interested if this would work. personally i cant see any problems.
    are you thinking about formating the drive and installing windows without bootcamp? that will definately not work!
    however with bootcamp you stand a very good chance of achieving your wish. please keep us posted if you decide to do this.
    i know of one way that can absolutely do it, but it means installing osx on your ext. first. i have vmware on my ext. running win 8.1 works seamlessly.
    i run bootcamp from my internal hdd with win 7.

  • Download and installing oracle odbc driver alone

    Hi all,
    I wanted to find out if I can download just the oracle odbc driver and install in without actually installing oracle database or client version on windows PC.
    thank you

    You will need to have some Oracle software on your machine for the Oracle ODBC driver to function.
    If you can use the 10g client, you can install the 10g Instant Client and the ODBC driver. The Instant Client is a minimal set of libraries that allow components like the Oracle ODBC driver to work. The 10g client, though, is not certified to connect to databases earlier than 8.1.7.
    If you have to use an earlier version, you have to install the full Oracle client, which is not a small install, to be able to use the Oracle ODBC driver.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Missing update package xproto-7.0.14-1-i686.pkg.tar.gz

    today's updates include a buttload of updates. one of which is xproto-7.0.14-1-i686.pkg.tar.gz, even though its not in the official repos. which is still stuck at 7.0.13, am i missing somehting? or did this package sliped?
    posting my pacman -Syu
    :: Synchronizing package databases...
    --2008-11-30 14:45:07-- ftp://ftp.archlinux.org/core/os/i686/core.db.tar.gz
    => `/var/lib/pacman/core.db.tar.gz.part'
    Resolving ftp.archlinux.org... 209.85.41.144, 209.85.41.145
    Connecting to ftp.archlinux.org|209.85.41.144|:21... connected.
    Logging in as anonymous ... Logged in!
    ==> SYST ... done. ==> PWD ... done.
    ==> TYPE I ... done. ==> CWD /core/os/i686 ... done.
    ==> SIZE core.db.tar.gz ... 32379
    ==> PASV ... done. ==> RETR core.db.tar.gz ... done.
    Length: 32379 (32K)
    100%[======================================>] 32,379 35.4K/s in 0.9s
    2008-11-30 14:45:10 (35.4 KB/s) - `/var/lib/pacman/core.db.tar.gz.part' saved [32379]
    --2008-11-30 14:45:10-- ftp://ftp.archlinux.org/extra/os/i686/extra.db.tar.gz
    => `/var/lib/pacman/extra.db.tar.gz.part'
    Resolving ftp.archlinux.org... 209.85.41.145, 209.85.41.144
    Connecting to ftp.archlinux.org|209.85.41.145|:21... connected.
    Logging in as anonymous ...
    Error in server response, closing control connection.
    Retrying.
    --2008-11-30 14:45:12-- ftp://ftp.archlinux.org/extra/os/i686/extra.db.tar.gz
    (try: 2) => `/var/lib/pacman/extra.db.tar.gz.part'
    Connecting to ftp.archlinux.org|209.85.41.145|:21... connected.
    Logging in as anonymous ... Logged in!
    ==> SYST ... done. ==> PWD ... done.
    ==> TYPE I ... done. ==> CWD /extra/os/i686 ... done.
    ==> SIZE extra.db.tar.gz ... 423025
    ==> PASV ... done. ==> RETR extra.db.tar.gz ... done.
    Length: 423025 (413K)
    100%[======================================>] 423,025 25.3K/s in 13s
    2008-11-30 14:45:27 (31.2 KB/s) - `/var/lib/pacman/extra.db.tar.gz.part' saved [423025]
    --2008-11-30 14:45:28-- ftp://ftp.archlinux.org/community/os/i686/community.db.tar.gz
    => `/var/lib/pacman/community.db.tar.gz.part'
    Resolving ftp.archlinux.org... 209.85.41.144, 209.85.41.145
    Connecting to ftp.archlinux.org|209.85.41.144|:21... connected.
    Logging in as anonymous ... Logged in!
    ==> SYST ... done. ==> PWD ... done.
    ==> TYPE I ... done. ==> CWD /community/os/i686 ... done.
    ==> SIZE community.db.tar.gz ... 372576
    ==> PASV ... done. ==> RETR community.db.tar.gz ... done.
    Length: 372576 (364K)
    100%[======================================>] 372,576 88.6K/s in 4.6s
    2008-11-30 14:45:35 (78.4 KB/s) - `/var/lib/pacman/community.db.tar.gz.part' saved [372576]
    :: Starting full system upgrade...
    :: Replace synaptics with extra/xf86-input-synaptics? [Y/n]
    resolving dependencies...
    looking for inter-conflicts...
    Remove (1): synaptics-0.14.6.99-2
    Total Removed Size: 0.07 MB
    Targets (19): xf86-input-synaptics-0.99.1-1 gstreamer0.10-bad-0.10.9-1
    gstreamer0.10-bad-plugins-0.10.9-1
    gstreamer0.10-ffmpeg-0.10.6-1 gstreamer0.10-ugly-0.10.10-1
    gstreamer0.10-ugly-plugins-0.10.10-1 libdrm-2.3.1-2
    libgl-7.2-1 intel-dri-7.2-1 mesa-7.2-1 orca-2.24.2-1
    policykit-0.9-7 libpciaccess-0.10.5-1 xf86-video-intel-2.4.3-1
    xf86-video-vesa-2.0.0-2 xkeyboard-config-1.4-1
    xf86-input-evdev-2.0.7-1 xorg-server-1.5.3-2 xproto-7.0.14-1
    Total Download Size: 0.08 MB
    Total Installed Size: 47.08 MB
    Proceed with installation? [Y/n]
    :: Retrieving packages from extra...
    --2008-11-30 14:46:14-- ftp://ftp.archlinux.org/extra/os/i686/xproto-7.0.14-1-i686.pkg.tar.gz
    => `/var/cache/pacman/pkg/xproto-7.0.14-1-i686.pkg.tar.gz.part'
    Resolving ftp.archlinux.org... 209.85.41.145, 209.85.41.144
    Connecting to ftp.archlinux.org|209.85.41.145|:21... connected.
    Logging in as anonymous ...
    Error in server response, closing control connection.
    Retrying.
    --2008-11-30 14:46:15-- ftp://ftp.archlinux.org/extra/os/i686/xproto-7.0.14-1-i686.pkg.tar.gz
    (try: 2) => `/var/cache/pacman/pkg/xproto-7.0.14-1-i686.pkg.tar.gz.part'
    Connecting to ftp.archlinux.org|209.85.41.145|:21... connected.
    Logging in as anonymous ... Logged in!
    ==> SYST ... done. ==> PWD ... done.
    ==> TYPE I ... done. ==> CWD /extra/os/i686 ... done.
    ==> SIZE xproto-7.0.14-1-i686.pkg.tar.gz ... done.
    ==> PASV ... done. ==> RETR xproto-7.0.14-1-i686.pkg.tar.gz ...
    No such file `xproto-7.0.14-1-i686.pkg.tar.gz'.
    --2008-11-30 14:46:19-- http://archlinux.c3sl.ufpr.br/extra/os/i686/xproto-7.0.14-1-i686.pkg.tar.gz
    Resolving archlinux.c3sl.ufpr.br... 200.17.202.1, 200.236.31.1
    Connecting to archlinux.c3sl.ufpr.br|200.17.202.1|:80... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2008-11-30 14:46:20 ERROR 404: Not Found.
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (unexpected error)
    Errors occurred, no packages were upgraded.
    anyone experiencing these?

    Yes, but here the package here continue to be not present
    It's only present in x86_64 repo.
    Last edited by Babets (2008-11-30 17:45:59)

  • Trying to erase and reinstall Lion without Apple ID

    A while back I bought a MacBook Pro from a friend. It came with a Lion Installation Disk.
    I've tried erasing the harddrive, and reinstalling Lion, but now im being prompted to enter the Apple ID that purchased Lion.
    Since my friend bought the computer along with Lion using his Apple ID, how do I reset and install Lion without having to enter his Apple ID?
    Any help is appreciated.

    The important question is, did this machine come with lion preinstalled or was it purchased from the app store?
    If it came preinstalled, your friend needs to call apple to transfer the license for the OS to you. If he purchased Lion, the license is not transferable and you will need the original install disks, wipe the drive, install the original OS, and then purchase Lion with your own Apple ID.
    FWIW, Lion did not come on a disk.

  • Error: archive wine-0.9.11-1.pkg.tar.gz is corrupted

    I'm getting this when I try to upgrade wine. Anyone else?

    Just rm /var/cache/pacman/pkg/wine-0.9.11-1.pkg.tar.gz and do pacman -Syu again

Maybe you are looking for

  • Logical block corruption in an unused block which is a part of index

    Hi All, During RMAN backup level 0 I am getting a corrupted block my DB: RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =====================

  • Pricing Conditions in CRM (Transport)

    Hello , I'm generating the conditions tables and communication structures using program CND_MAST_GEN_TRANSFER_OBJECTS in CRM  4.0. I did a first step on development system with all customizing task. Now I would like to transport all these objects in

  • How do I get a mac os x lion cd when it isn't in the box ?

    I have to finalize my bootcamp installation but the os x cd wasn't in the box given. I cannot install the windows 7 drivers. Would you mind helping me ? Thx

  • VF11 reverse billing, but no FI document generated

    Our current posting period is 2008/03, the FI posting period 2008/02 has been closed. We create one billing document in period 02/2008, and now we'd like to reverse this billing document via t-code VF11. However, during reversal, a information messag

  • Sony A100 Will Not Import Raw Files on MacBook Pro

    I have Just got a Sony A100 and when I plug it into my Mac Book Pro 17 running 10.4.8 it will import the JPG images in OK but not the RAW images. But if I plug the same Camera into my Dual G5 running 10.4.8 or the Intel Mac Mini also running 10.4.8 b