Installing rpm or deb packages

Hey all,  I'm using Arch and I have a problem.  A package that I need - libbarry0 -  seems to only be available in deb or rpm format.
How can I install this.  Everyone talks about making a package yourself, but I have no clue to find the source and make this package.
Can anyone help..?  I cant find any resources on Google, I cant believe I'm the only person who has this problem.

samdavid6 wrote:
Source tarball available here: http://sourceforge.net/project/showfile … _id=170564
That doesnt help.  The page has source files for the -barry- package, but the -libbarry- package is only in deb or rpm.
Mcmillan,  I downloaded the deb and used deb2targz which made a tar.gz file.  But I'm unsure on how to make pacman use that.  I'll take a look at the amazonmp3 package, but if you told me what I need to be doing (bit of a noob), It would save me lots of time.
**edit:  Looks like AUR is down too  :-( **
if you have already created a tar.gz from the deb, then its a simple matter of installing it using pacman
pacman -U /path/to/filename.tar.gz
Also do a
man pacman
to find out more about the options that pacman provides

Similar Messages

  • How to install RPM-4.1 package on Solaris 8?

    I have a Sparc Sun-Fire-V240 server with Solaris 8 software. Now I want to unpack a rpm which created on Redhat 8 with RPM-4.1. It caused a coredump. I guess it is because the Solaris 8 has only RPM -3.0.4. Should I install RPM 4-1 to Solaris 8 to unpack it? Does Solaris 8 support RPM-4.1? or any other solution? Thanks!

    Query by serial number
    Apple's warrenty database will identify the type of Mac you have.  Your serial number is securely sent, but you get only the name of your machine.
    https://selfsolve.apple.com/agreementWarrantyDynamic.do
    This site provides more information, but lacks security.
    "A serial number is a unique, identifying number or group of numbers and letters assigned to an individual piece of hardware or software. It's used for various things depending on the product / brand but what is your Mac's serial number for and more importantly... what is it hiding and what can it do for you ?"
    http://www.appleserialnumberinfo.com/Desktop/index.php
    or
    This site provides more information, but lacks security too.
    "A serial number is a unique, identifying number or group of numbers and letters assigned to an individual piece of hardware or software. It's used for various things depending on the product / brand but what is your Mac's serial number for and more importantly... what is it hiding and what can it do for you ?"
    http://www.appleserialnumberinfo.com/Desktop/index.php
    http://www.chipmunk.nl/klantenservice/applemodel.html

  • Install a .deb package

    Howdy,
    I've been looking everywhere for an answer to this: I have a .deb package for a program that I installed in Ubuntu. Now I want to install it in Arch but can't find anywhere for a way to install it. I've tried with deb2targz and successfully extracted the contents... But after that I haven't got a clue as to what I have to do. I tried manually compiling it with make and make install, but no success. I found this post:
    https://bbs.archlinux.org/viewtopic.php?id=55148
    But the aur package the post is referring to doesn't exist anymore. So I'm stumped.
    Help, please.

    magyckleo wrote:The program is CrossOver Pro, but I have the .deb package for the 64 bit version that works fine on my Ubuntu. It's not the demo that I found on AUR, it's the full edition that the codeweavers people gave out some time ago. That's why I want to install it, but haven't found a way to create the pkg.tar.gz that Arch Linux needs to install it. All I could do is use deb2targz to turn it into a tar.gz file, but when I try to do make and make install to compile it from that file I get squat, so I'm stumped, hehehehe
    Just use http://aur.archlinux.org/packages.php?ID=14187
    Bump the version / update the md5sum as needed.
    Last edited by Mr.Elendig (2010-10-01 14:21:00)

  • Installing .rpm packages onto solaris 10.

    Hi,
    Can anyone help me by providing the steps to install .rpm package into solaris 10 os?
    Thanks

    RPM is just a packaging format, and the tools are available on the Solaris Software Companion CD, in the SFWrpm package. You would need to install the package on your system in order to get the RPM tools.
    But I think Pascal's point is that the payload is typically Linux binaries, so installing a Linux RPM on Solaris would not be productive. But you could certainly install a source package, for example, or create your own RPM containing Solaris binaries.
    -- Alan

  • Converting rpm/tgz/deb to arch package?

    Is there tools for doing this? I was going to try out the latest Opera beta but
    was only able to download a .deb package.
    thanks,

    although it is possible, there is not automated process of doing that. It is also not recommended to do as packages for other distros are linked with their libs.
    Best is to just use the tar.gz file.
    They supply one too. One location you can find it is http://opera.nedmirror.nl/linux/900/bet … 236.tar.gz
    but it should be on all mirrors.
    I did not look at the build instructions, but I guess they are the same as opera-devel which is in aur, though it's version is a bit outdated already.
    I guess modifying that PKGBUILD with the source above (changing package name etc etc) you'll probably be fine.
    See how far you come, if you don't succeed I'll take a closer look.

  • Debtap - A script to convert .deb packages to Arch Linux packages

    I wrote this script in my free time to help people who, for any reason, want to convert a .deb to an Arch Linux package. It works in a similar way with alien (which converts .deb packages to .rpm packages and vice versa), but, unlike alien, it is focused on accuracy of conversion, trying to translate Debian/Ubuntu packages names to the correct Arch Linux packages names and store them in the dependencies fields of the .PKGINFO metadata in the final package. In other words, it won't only create an Arch package with the data of the original .deb package, but also it will try to create a valid and as accurate as possible .PKGINFO metadata file in the converted package. It uses pkgfile and pacman utilities to achieve this accuracy. The final package can be installed like any local Arch Linux package. Debtap is now available on AUR!
    FAQ
    Q: What "debtap" stands for?
    A: DEB To Arch (Linux) Package
    Q: Isn't better to download an official package or write a PKGBUILD in case I need to compile a package or convert a .deb package to an Arch Linux package?
    A: Sure it is, and I truely encourage you to do so. Debtap was written to create packages that either cannot be compiled (closed source packages) or cannot be built from AUR for various reasons (error during compiling or unavailable files), as a quick 'n' dirty solution and an extra option for creating Arch Linux packages for Arch Linux users.
    Q: So debtap will help me only in case I need to convert specific .deb packages to Arch Linux packages?
    A: No. In case you need to write a new PKGBUILD for a package that already exists in the Debian/Ubuntu distributions, by converting its .deb package to Arch package with debtap, thanks to the packages names translator function inside the script, it can help you determine which dependencies are needed for the package you write the PKGBUILD for and complete the necessary fields.
    Q: What are the minimum requirements to run this script?
    A: You need to have installed these dependencies: bash, binutils (provides ar utility for extracting .deb package), pkgfile, and fakeroot. You must run at least once (preferably recently) "debtap -u" to create/update pkgfile and debtap database (you do this with root privileges).
    Q: Debtap needs a lot of time to convert a package. So, why this is happening?
    A: Like I said, debtap is focused on accuracy. It won't just unpack a .deb package and then repackage its data to an Arch Linux package, ignoring metadata. Depending on the speed of your processor and the package itself, conversion can take from a few seconds to several minutes.
    Q: During conversion I get several warning messages, why?
    A: Debtap cannot be 100% accurate for several reasons,  the main reason for this is the complexity of packages names. If you want to check the freshly generated .PKGINFO and .INSTALL (this is optional file) metadata files or even fix the untranslated packages names inside .PKGINFO, debtap offers you the option to edit these files before compressing the final package.
    Q: How do I use debtap?
    A: The syntax is quite simple actually: debtap [option] package_filename
    For example: debtap world-of-goo-demo_1.0_i386.deb
    Any recommendations or questions for debtap are welcomed!
    Last edited by helix (2015-05-21 22:54:17)

    Hi helix. I've had trouble trying to use your script with ubuntu software from The Open University
    debtap OpenUniversity-ubuntu-0.1.3.20130104.deb
    ==> Extracting package data...
    ==> Fixing possible directories structure differencies...
    ==> Generating .PKGINFO file...
    debtap OpenUniversity-ubuntu-0.1.3.20130104.deb
    ==> Extracting package data...
    ==> Fixing possible directories structure differencies...
    ==> Generating .PKGINFO file...
    :: Enter Packager name:
    NewPepper2013
    :: Enter package license (you can enter multiple licenses comma seperated):
    closed
    :: If you want to edit .PKGINFO file, press (1) For vi (2) For nano (3) For a cu                                                                                                    stom editor or any other key to continue:
    ==> Generating .MTREE file...
    ==> Creating final package...
    xz: unrecognized option '--1-any.pkg.tar'
    xz: Try `xz --help' for more information.
    mv: cannot stat ‘*.xz’: No such file or directory
    ==> Removing leftover files...
    ==> Package successfully created!
    The software is called NewPepper 2013 but i've not been able to find it online except on the ou website.

  • Glibc error when installing OEL 5.8 packages for 10g install

    Hi, I have the following errors occurring when installing the pre-requisite packages for a 10g install. I'm following the instructions on
    http://www.oracle-base.com/articles/10g/OracleDB10gR2InstallationOnRHEL5.php
    file /usr/lib/gconv/libISOIR165.so from install of glibc-2.5-81.i386 conflicts with file from package glibc-2.5-81.i686
    file /usr/lib/gconv/libJIS.so from install of glibc-2.5-81.i386 conflicts with file from package glibc-2.5-81.i686
    file /usr/lib/gconv/libJISX0213.so from install of glibc-2.5-81.i386 conflicts with file from package glibc-2.5-81.i686
    file /usr/lib/gconv/libKSC.so from install of glibc-2.5-81.i386 conflicts with file from package glibc-2.5-81.i686
    file /usr/libexec/getconf/POSIX_V6_ILP32_OFF32 from install of glibc-2.5-81.i386 conflicts with file from package glibc-2.5-81.i686
    file /usr/libexec/getconf/POSIX_V6_ILP32_OFFBIG from install of glibc-2.5-81.i386 conflicts with file from package glibc-2.5-81.i686
    file /usr/sbin/iconvconfig from install of glibc-2.5-81.i386 conflicts with file from package glibc-2.5-81.i686
    [root@oravm1 Server]# rpm -Uvh glibc-2.5-81.i86.rpm
    I'm not sure what to do as the 10g install complains that the glibc package is not installed as a requirement for the db software install.

    yum list glibcLoaded plugins: rhnplugin, security
    This system is not registered with ULN.
    ULN support will be disabled.
    Installed Packages
    glibc.i686 2.5-81.el5_8.1 installed
    Available Packages
    glibc.i386 2.5-81.el5_8.1 el5_latest
    Should I really have the i686 version installed?
    The 5.8 install includes the i686 version and the i386 version. Perhaps only the i386 version should have been installed. Am I right? If so should I remove the i686 version and how?
    yum install glibcLoaded plugins: rhnplugin, security
    This system is not registered with ULN.
    ULN support will be disabled.
    Setting up Install Process
    Package glibc-2.5-81.el5_8.1.i686 already installed and latest version
    Nothing to do
    [root@oravm1 ~]#
    Also.....
    The install warned that the swap was not lareg enough, I recall something like 2.7GB when I have actually made it 2GB.
    And the other things was ....
    Checking for shmmax=536870912; found shmmax=33554432
    The instructions I followed say nothing of setting this so high.
    Edited by: ImiDataMan on Apr 11, 2012 4:49 PM

  • Has anyone successfully installed RPM on Arch?

    I've read the numerous threads describing how to convert .rpm packages into pkgbuilds. But I'm trying to install Intel's VTune, which apart from being distributed in closed-source rpm packages, is also installed via a series of complicated shell scripts that rely on queries to RPM.
    I've tried installing RPM from the AUR, as well as building it from source, but in both cases I get a series of errors when running it -- mainly that it cannot detect anything on the system, not even /bin/sh. Basically `rpm -q` turns up nothing. I guess I'm probably missing some set-up steps, but I couldn't find any good documentation to help me here.
    Since it's available on the AUR, I figure some people here must've done it successfully. Any tips?

    I created an Arch package for a commercial binary rpm application, you may see it here:
    pkgname=Maya2009
    pkgver=2009.0
    pkgrel=1
    pkgdesc="High-end 3D animation suite."
    arch=('x86_64')
    url="http://www.autodesk.com/maya"
    license=('proprietary')
    depends=('tcsh' 'libjpeg6' 'libgl' 'fam' 'libxp' 'libxpm')
    makedepends=('rpm' 'cpio')
    source=(Maya2009_0_64-2009.0-423.x86_64.rpm \
    postPkg.sh)
    md5sums=('48646ed435722682857b92c5bfa79d02'
    '3072e06e004e273b0e85637fc6d5d7ce')
    build() {
    cd ${pkgdir}
    rpm2cpio ${srcdir}/Maya2009_0_64-2009.0-423.x86_64.rpm > Maya2009.cpio || return 1
    cpio -idmv < Maya2009.cpio || return 1
    rm Maya2009.cpio || return 1
    cp ${srcdir}/postPkg.sh ${pkgdir}/postPkg.sh || return 1
    sh postPkg.sh || return 1
    rm postPkg.sh || return 1
    Basically find out somehow all the dependencies and add them - I knew this already and didn't bother to find a method using rpm or something, then run this to extract the installation scripts from the rpm:
    $ rpm -pq --scripts <PackageName>.rpm > scripts
    Now edit that "scripts" to add/remove whatever necessary, maybe not a very easy task, for example Maya requires a directory called /usr/tmp and some symlinks, I put everything in that file. In a quick and dirty manner, I renamed this file "postPkg.sh" and run if from the build() function in the work dir (some path-related things), but afaik the pacman way is to put them in the "*.install" script to restore the modification when removing the package, and so on.
    Finally build your package with 'makepkg -s', as usual.

  • [SOLVED] Error with Wickr deb package

    Hi people, I was trying to running wickr on Arch Linux. (I am under Gnome), I used debtap utility, attempted to convert wickr deb package to work with pacman but failed with this dependency:
    warning: cannot resolve "libavutil52|libavutil54", a dependency of "wickr"
    :: The following package cannot be upgraded due to unresolvable dependencies:
    error: failed to prepare transaction (could not satisfy dependencies)
    :: wickr: requires libavutil52|libavutil54
    I am pretty sure I have already got the libavutil-52 installed and does not help. I even managed to convert libavutil54 from debian and installed but still no progress.
    Any help? thx in advance.
    Last edited by sakuya16 (2015-05-06 11:06:50)

    Hi sakuya16,
    the | character does not work as logical or inside the PKGBUILD, depends is an array of strings separated by withe spaces. Also you must specify only one version of libavutil and its name is libavutil-52 and not  libavutil52. For more information read the wiki https://wiki.archlinux.org/index.php/PKGBUILD#depends
    --edit:
    Yeah, tomk is right, try to see if it works with the current libavutil.so.54 first.
    Last edited by mauritiusdadd (2015-05-06 10:42:02)

  • How to install RPM?

    Hi, im got everything working fine , but im also a bit of comp gamer. So to play games i need to install my video card drivers (duh!). But unfortunately i cant seem to install RPM.. Does anyone know a good redhat package manager i can install that will be quick and painless so that i can install my video drivers installed? The one i downloaded would not compile though i followed the directions carefuly... thanks

    wiki2.archlinux.org
    It is a place where documentation can be created/edited on the fly.
    It is searchable too. The downside is organisation is not super easy, but there is indeed a wealth of information there.
    here is the index page, containing many of the documents...
    http://wiki2.archlinux.org/index.php/WikiIndex

  • Using deb packages after converting with deb2targz - how to?

    I've been trying to install "insight", an IDE for assembly language, which is available in the AUR, but there are problems with the AUR package (mainly with the source from Redhat and  my version of gcc, I believe).  So, I thought a DEB package would be easier, and after googling about it, I found that I needed to use deb2targz to convert the DEB for use in Arch.  But I couldn't find any instructions on how to use deb2targz.
    I deb2targz'd the deb file in my home directory and then did "tar xzvf insight_6.8.1-0ubuntu0~sevenmachines1_i386".
    I thought this would create a subdirectory with a PKGBUILD, but that was newbish wishful thinking.
    The tar command created a ~/usr directory with subdirectories: ~/usr/bin, ~/usr/lib, and ~/usr/share.
    Should I now try to make a PKGBUILD from these directories somehow? Do I compress them to xz and use that with pacman -U ?  Or am I supposed to simply copy the files/subdirectories to the corresponding directories in the root directory (ie, ~/usr/bin to /usr/bin)?
    Thanks in advance for any assistance.

    Scimmia wrote:
    forget deb2targz, it's pretty much useless for things like this.
    there are a number of examples on this forum of making PKDBUILDs for deb files, but it's not as fool proof as it sounds. You have to pay attention to what version of each lib the binary is linked against, as well as the actual name of the lib if they rename it. It's almost universally better to build from source if it's available.
    A quick look at the mailing list shows that the author suggests building from CVS right now instead of using the release which was in 2009. I'm doing a quick test right now to see how that goes.
    Thanks for looking into it.  I was using the *-1a version and the source that commentator "sl0t" suggested in his PKGBUILD - except I had problems with the parentheses and apostrophes on the install= line, so I used that line without paren. and apost's.
    # Contributor: Philipp Robbel <[email protected]> (update by sl0t)
    pkgname=insight
    pkgver=6.8
    pkgrel=1
    pkgdesc="A graphical interface to the GNU debugger"
    arch=('i686')
    url="http://sourceware.org/insight/"
    license=('GPL')
    depends=('libx11')
    install=('insight.install')
    source=(ftp://sourceware.org/pub/insight/releases/$pkgname-6.8-1.tar.bz2 insight.profile)
    md5sums=('4ee9824c1e8d6108d886c6c09b24f0ac' '16dddd252c8d64a1f4757626ee895b03')
    build() {
    cd $startdir/src/$pkgname-6.8-1
    ./configure --prefix=/opt/insight --mandir=/opt/insight/share/man --infodir=/opt/insight/share/info
    make || return 1
    make prefix=$startdir/pkg/opt/insight mandir=$startdir/pkg/opt/insight/share/man infodir=$startdir/pkg/opt/insight/share/info install || return 1
    rm -rf $startdir/pkg/opt/insight/share/info
    # environment variables
    mkdir -p $startdir/pkg/etc/profile.d
    install -m755 $startdir/${pkgname}.profile $startdir/pkg/etc/profile.d/${pkgname}.sh

  • IE 10 and 11 error install failure ERROR: "Neutral package installation failed"

    This is a 2008 R2 physical server with all available patches installed and SFC recently run.
    00:00.000: ====================================================================
    00:00.000: Started: 2014/01/16 (Y/M/D) 11:52:19.750 (local)
    00:00.000: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.016: Command line: "C:\Users\{user}\Desktop\IE11-Windows6.1-x64-en-us.exe"
    00:00.016: INFO:    Setup installer for Internet Explorer: 11.0.9600.16428
    00:00.016: INFO:    Previous version of Internet Explorer: 9.0.8112.16526
    00:00.016: INFO:    Checking if iexplore.exe's current version is between 11.0.9600.0...
    00:00.016: INFO:    ...and 11.1.0.0...
    00:00.016: INFO:    Maximum version on which to run IEAK branding is: 11.1.0.0...
    00:00.016: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.016: INFO:    Operating System: Windows Server: 6.1.7601 (Service Pack 1)
    00:00.016: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.016: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.016: INFO:    Trying to extract ID: 7006 (0) as "IE11-neutral.Extracted.cab"
    00:00.219: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.546: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE182A.tmp\Spelling_en.msu.
    00:00.546: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.562: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE182A.tmp\Hyphenation_en.msu.
    00:00.562: INFO:    Trying to extract ID: 7128 (1033) as "IE11-support.cab"
    00:01.467: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:01.810: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded and extracted for use.
    00:01.826: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE182A.tmp\IE11-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE182A.tmp\IE11-support\HardwareBlockingList.xml"
    00:01.919: INFO:    Hardware support check succeeded. Installation will continue.
    00:01.919: INFO:    Windows 7 operating system detected.
    00:01.919: INFO:    Service pack major: 1
    00:01.919: INFO:    Service pack minor: 0
    00:01.919: INFO:    Service pack name:  Service Pack 1
    00:01.935: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.2.9200.16570 >= 6.2.9200.16570 (True)
    00:01.935: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16426 (True)
    00:01.935: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18247 >= 6.1.7601.17727 (True)
    00:01.966: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:01.966: INFO:    Version Check for (KB2731771) of C:\Windows\System32\conhost.exe: 6.1.7601.18229 >= 6.1.7601.17888 (True)
    00:01.966: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:01.966: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:01.982: INFO:    Version Check for (KB2888049) of C:\Windows\System32\drivers\tcpip.sys: 6.1.7601.18254 >= 6.1.7601.18254 (True)
    00:02.013: INFO:    Version Check for (KB2882822) of C:\Windows\System32\tdh.dll: 6.1.7601.18247 >= 6.1.7601.18247 (True)
    00:54.258: INFO:    Waiting for 0 prerequisite downloads.
    00:54.258: INFO:    The neutral pack was not successfully downloaded from the internet. Installation will continue using the extracted package.
    00:54.258: INFO:    Waiting for 0 language pack downloads.
    00:54.258: INFO:    Language pack downloads completed. (exit code = 0xffffffff (4294967295)).
    00:54.273: INFO:    No reboot logic message NrApiStart(0), lParam=0x002a2778 returned 0x00000000.
    00:54.492: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    00:54.492: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    00:54.492: INFO:    Installing with the extracted package. C:\Windows\TEMP\IE182A.tmp\IE11-neutral.Extracted.cab
    00:54.492: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE182A.tmp\IE11-neutral.Extracted.cab /quiet /norestart
    01:21.792: INFO:    Process exit code 0x00000002 (2) [The system cannot find the file specified. ]
    01:21.792: ERROR:   Neutral package installation failed (exit code = 0x00000002 (2)).
    01:21.792: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    01:21.792: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    01:21.807: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    01:21.807: INFO:    Waiting for Active Setup to complete.
    01:21.807: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:26.815: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:31.823: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:37.298: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:42.306: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:47.314: INFO:    Waiting for Active Setup to complete. ({A509B1A7-37EF-4b3f-8CFC-4F3A74704073})

    PS C:\Windows> DIR -FILTER vbscript.DLL -RECURSE -NAME | get-item | select -expandproperty VersionInfo | sort-object FileVersion, FileName | ft File
    Version, FileName -Autosize
    FileVersion FileName
    5.8.7601.16978 C:\Windows\System32\vbscript.dll
    5.8.7601.16978 C:\Windows\SysWOW64\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_6.1.7600.16385_none_a44ef4f6479809f0\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_6.1.7601.17514_none_a68008be44868d8a\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16450_none_bcd6d18300a40070\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16455_none_bcdbd2f5009f7f23\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16476_none_bcc7336700aed05c\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16526_none_bcfd44e9008641ce\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.20562_none_bd579ef619c7eed9\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.20586_none_bd46004619d48c17\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.20637_none_bd7d121219ab16e0\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_6.1.7600.16385_none_aea39f487bf8cbeb\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_6.1.7601.17514_none_b0d4b31078e74f85\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16450_none_c72b7bd53504c26b\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16455_none_c7307d473500411e\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16476_none_c71bddb9350f9257\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16526_none_c751ef3b34e703c9\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.20562_none_c7ac49484e28b0d4\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.20586_none_c79aaa984e354e12\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.20637_none_c7d1bc644e0bd8db\vbscript.dll
    PS C:\Windows> get-item -path ".\SysWOW64\vbscript.dll" | fl *
    PSPath : Microsoft.PowerShell.Core\FileSystem::C:\Windows\SysWOW64\vbscript.dll
    PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\Windows\SysWOW64
    PSChildName : vbscript.dll
    PSDrive : C
    PSProvider : Microsoft.PowerShell.Core\FileSystem
    PSIsContainer : False
    VersionInfo : File: C:\Windows\SysWOW64\vbscript.dll
    InternalName: vbscript.dll
    OriginalFilename: vbscript.dll.mui
    FileVersion: 5.8.7601.16978
    FileDescription: Microsoft r VBScript
    Product: Microsoft r VBScript
    ProductVersion: 5.8.7601.16978
    Debug: False
    Patched: False
    PreRelease: False
    PrivateBuild: False
    SpecialBuild: False
    Language: English (United States)
    BaseName : vbscript
    Mode : -a---
    Name : vbscript.dll
    Length : 420864
    DirectoryName : C:\Windows\SysWOW64
    Directory : C:\Windows\SysWOW64
    IsReadOnly : False
    Exists : True
    FullName : C:\Windows\SysWOW64\vbscript.dll
    Extension : .dll
    CreationTime : 1/15/2014 2:37:08 PM
    CreationTimeUtc : 1/15/2014 7:37:08 PM
    LastAccessTime : 1/15/2014 2:37:08 PM
    LastAccessTimeUtc : 1/15/2014 7:37:08 PM
    LastWriteTime : 11/14/2013 5:38:16 PM
    LastWriteTimeUtc : 11/14/2013 10:38:16 PM
    Attributes : Archive

  • I installed windows 7 on my iMac 21.5 (late 2009) and when I boot windows 7, the lag drivers are missing and bootcamp is not installed. The windows package would not download through bootcamp, even when left alone for 2 hours.

    I installed windows 7 on my iMac 21.5 (late 2009) and when I boot windows 7, the lag drivers are missing and bootcamp is not installed. The windows package would not download through bootcamp, even when left alone for 2 hours. Don't have the lion disk... Drivers seem impossible to get. Please help!

    lan drivers*

  • Trying to install Support for DTS packages in SQL server 2008

    Hi all
    I am trying to follow the instructions in the following link...
    technet.microsoft.com/en-us/library/ms143755(v=sql.105).aspx
    ...to install support for DTS packages - when it says on the Feature Selection page, select Integration Services - none of the installs I have tried show this as an option - what should I be installing in order to see this and get this feature installed?
    I just need to be able to view some DTS packages - help!
    Thank you! James

    Hello James,
    as can be read in the article:
    Microsoft SQL Server 2008 Service Pack 2 Feature Pack => SQLServer2005_BC.msi  (BC
    = backward compatibilty).
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • SAP GUI slow down after installed Eastern Asian Language Package

    Hello,
    Have any idea what happened to SAP GUI after installed Eastern Asian Language Package on Windows XP ?
    I am working on smartforms translations in SE63 and during entering the japanese or chinese text my working area is slowing down(problems with scrolling), like missing memory or sth?
    How to overcome it?
    Regards,
    Mateusz.

    There is a known performance problem with certain SAPGUI patches in certain constellations:
    Note 1460669 - Performance problems in SAP GUI for Windows
    You may try to install the newest patches or downgrade to a patch that does not have that problem.
    Markus

Maybe you are looking for

  • Why does secondary display flicker after installation of lion?

    I use a mini display port to hdmi adapter to host a second display using my samsung HDTV. I've always been able to transfer video and sound easily with snow leopard but since the release of lion, I cannot successfully get video and sound to transfer

  • Trying to use wireless printing on a windows 8 computer

    Everything I have is Apple, and working great with my Airport Extreme.  My wife, however, has a windows 8 computer.  I sold her on the wireless printing as a reason to get the sweet new Apple Airport Extreme. Problem: Research leads me to believe tha

  • InfoPath Forms Services and c2wts

    Hi Does/Can InfoPath Form Services use c2wts or not? I seem to find conflicting information. Setup: Single server with SharePoint 2013 and SQL Server 2012. InfoPath form which calls a custom web service that is also on the same machine. The web servi

  • Ludelete error "Unable to unmount file systems"

    Trying to delete a BE from a Solaris 10 10/08 system: # cat /etc/release                       Solaris 10 10/08 s10s_u6wos_07b SPARC            Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.                         Use is subject to lice

  • How to view windows Xp formatted hard drive with Macbook pro without losing data

    How to view Windows Xp programed Hard drive with Macbook pro with out losing data on hardrive