Install package by version

Dear all,
I had search in the forum for a topic like this without success. I'm sorry if this topic was already discussed.
Is it possible to install a package by its version? E.g. I have a package that creates problems after an upgrade, can I reinstall the previous working version with pacman?
Thanks

Normally pacman stores the old packages in /var/cache/pacman/pkg/
If you find the old version you can install it by "pacman -U /path/to/package.pkg.tar.gz" as root.
Daniel

Similar Messages

  • Error message when trying to add signature. An error has occurred that may be fixed by installing the latest version of the Japanese Language Support package.

    Error message when trying to add signature. An error has occurred that may be fixed by installing the latest version of the Japanese Language Support package.  How can I fix this?
    Thanks
    [email protected]

    What is your operating system?  Reader version?

  • Trying to install the latest version of iTunes and when it is being installed I get the message "There is a problem with this installer package. A program quired for this install could not be run. Contact your support personel or package vendor."

    I am trying to install the latest version of itunes and when the install begins I get the message "There is a problem with this Windows installer package. A program required for this install could not be opened. contact your support personnel or product vendor". I ran a troubleshooting diagnostic on my computer and nothing flagged as a problem. I uninstalled iTunes and tried again and now I don't have any way to sync my ipod touch. Please help with any suggestions!!!

    Just in case, let's try a standalone AppleSoftwareUpdate.msi install.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe, and select "Extract to iTunesSetup". WinRAR will expand the contents of the file into a folder called "iTunesSetup".
    Go into the folder and doubleclick the AppleSoftwareUpdate.msi to do a standalone ASU install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleSoftwareUpdate.msi again.)
    Does it install (or uninstall and then reinstall) properly for you? If not, what error message do you get? (Precise text, please.)

  • How to install only selected version of packages for stability ?

    i want a stable distro. but i also dont want leave arch and its aur. so i want to install only stable version for all packages. the version number can be know from http://ftp.slackware.com/pub/slackware/ … CKAGES.TXT  or  http://packages.debian.org/stable/allpa … mat=txt.gz or own expieriance. so it would make my arch more stable.
    right now i can think of one way to achive this, by create another repositery and disabling all others including core extra community etc.
    so which one is more feasible different repositery or different, stable distro (may be slack).
    thanks

    How do you measure that stability?
    in infinitely stable system, binary will only do what they are supposed to do. thats what is desirable. one way to find out the stability is testing for a period of time. and i heard slackware and debian stable are most tested distro so thats why i chose their packages.txt.
    i am ignoring their interference with upstream packages and assuming it has zero effect on stability. however feel free to shatter my assumption.
    Arch is a rolling release; it is predicated on moving with upstream.
    it does not matter the only requirement is that the required version of the pacages should exist somewhere. with the proposed changes it would not be rolling anymore, at least apparantly.
    Depends how much work you want to put into it. I expect that in turn depends on the issues you believe have been caused by arch's alleged lack of stability, and you haven't said anything about them.
    Given your apparent determination to stay with Arch, it's odd that you included the option to change distro in your question, but it's the option I would recommend to you. If you decide to persist with Arch, here's a previous attempt to inspire you.
    the point is i dont have to do much work. most of the work is testing, which is already done by big distros like slack, debian. i am just using their knowledge of most stable packages and applying that in arch. the only work i have to do is to automate the whole process of changing the database file.
    yes i am facing issue with my current arch, xfce-panel is crashing. there is fixed bitmap in my top left corner etc. but i dont want to spend my time debugging these problems. but i do want them dissappeared, hopefully the proposed change would do that.
    i think i am moving to slackware but without leaving arch. the only difference between them that matters is slackware is well tested distro and i think i am bringing that quality in my arch.
    the difference between archserver and arch is archserver provides more stability but not more than slackware. so i think i am not intrested in archserver.

  • I'm unable to install the newest version of itunes on my pc, the promt says that there is a problem with the windows installer package, but I have downloaded the exe more than once. Is anyone able to help?

    I'm unable to install the newest version of itunes on my pc, the promt says that there is a problem with the windows installer package, but I have downloaded the exe more than once. Is anyone able to help?

    Yes, I had found a similar solution also.  I'm running XP Pro, SP3.  I went Control Panels/ Add-Remove programmes/apple software update/ change/ repair.  Then run the 10.5 exe.
    While the programme updated from version 8 of iTunes, my new iTunes is now a mess.  Not all of my music was in the same folder previously but it all showed up on iTunes.  Now many albums have been left out, some have only a few tracks and some have two copies of some tracks as well as having other tracks missing.  I haven't begun to work on that.

  • When I try to install the latest version (10.5) of iTunes, the following message appears: "There was a problem with this Windows Installer package. A program running during installation is terminated unexpectedly." Is there somebody who can help me?thanks

    When I try to install the latest version (10.5) of iTunes, the following message appears: "There was a problem with this Windows Installer package. A program running during installation is terminated unexpectedly." Is there somebody who can help me?thanks

    I used this site and it fixed my problems. Hoping it will help with yours too
    http://support.microsoft.com/mats/Program_Install_and_Uninstall

  • Where can I download the Creative Suite 6 Design Standard Student Teacher Version install packages?

    I have a serial number and downloaded the normal install packages for CS6. Using my serial number failed. I wonder if this is because I only have a serial number for an educational version.

    Serial number failures have nothing to do with edu vs. commercial packages. Once you have the serial number from your redemption code, the technical prerequisites are the same. At best you may have downloaded an installer that is for a different region and uses a different serial number range, but that's a different matter entirely. Either way, contact serial number support via web chat to sort out the issue.
    Mylenium

  • Sharing my script to show version difference of installed packages

    Hi all.
    Sometimes I don't want to just pacman -Syu. There are many packages that are big but introduce only minor bugfixes (usually libreoffice packages* are the culprits), so I don't want to have to install those.
    This is something I cooked up a while ago to show version difference of currently installed packages with the latest packages in repository.
    It's in python3, and uses python-termcolor.
    It outputs something like this:
    acl : 2.2.52-1 --> 2.2.52-2
    archlinux-keyring : 20130926-1 --> 20131027-1
    bison : 3.0-1 --> 3.0.1-1
    cracklib : 2.9.0-1 --> 2.9.0-2
    Here is the script:
    #!/usr/bin/python3
    from subprocess import check_output
    from termcolor import colored
    pacman_out=check_output(["pacman","-Sl"], universal_newlines=True).split("\n")
    outlist = []
    len_pkgname = 0
    len_majver = 0
    len_newver = 0
    len_oldver = 0
    for pkgs in pacman_out:
    if not "[installed" in pkgs:
    continue
    if "[installed]" in pkgs:
    continue
    pkg_split = pkgs.split(" ")
    newver = pkg_split[2]
    oldver = pkg_split[4].rstrip("]")
    for i in range(min(len(newver),len(oldver))):
    if newver[i] != oldver[i]:
    break
    pkgname = pkg_split[1]
    majver = newver[:i]
    oldver = oldver[i:]
    newver = newver[i:]
    outlist.append((pkgname, majver, newver, oldver))
    len_pkgname = max(len_pkgname, len(pkgname))
    len_majver = max(len_majver, len(majver))
    len_newver = max(len_newver, len(newver))
    len_oldver = max(len_oldver, len(oldver))
    for (pkgname, majver, newver, oldver) in outlist:
    print("{}: {}{} --> {}{}".format(
    pkgname.ljust(len_pkgname),
    colored(majver.rjust(len_majver),"cyan"),
    colored(oldver.ljust(len_oldver),"cyan",attrs=["bold"]),
    colored(majver.rjust(len_majver),"magenta"),
    colored(newver.ljust(len_newver),"magenta",attrs=["bold"])))
    I hope pkgbrowser will include something like this in the future.
    P/S: * these packages will break anyway in the event the dependencies has had some ABI changes.
    EDIT: swapped new and old version columns. Thanks, karol!
    Last edited by syockit (2013-12-04 17:55:42)

    syockit wrote:I hope pkgbrowser will include something like this in the future.
    Why not suggest adding this feature?
    Currently it shows only the version that is going to be installed https://bbs.archlinux.org/viewtopic.php … 3#p1316573
    I've mated pacman's checkupdates with my old script https://bbs.archlinux.org/viewtopic.php … 80#p829780
    $ diff -Naur /usr/bin/checkupdates ch
    --- /usr/bin/checkupdates 2013-10-21 14:04:37.000000000 +0000
    +++ ch 2013-12-04 18:46:52.792101792 +0000
    @@ -37,7 +37,11 @@
    mkdir -p "$CHECKUPDATES_DB"
    ln -s "${DBPath}/local" "$CHECKUPDATES_DB" &> /dev/null
    fakeroot pacman -Sy --dbpath "$CHECKUPDATES_DB" --logfile /dev/null &> /dev/null
    -pacman -Qqu --dbpath "$CHECKUPDATES_DB" 2> /dev/null
    +
    +conf=${TMPDIR:-/tmp}/checkup-db-${USER}/pacman.conf
    +grep -v "^Ignore" /etc/pacman.conf > $conf
    +
    +/usr/bin/paste -d " " <(/usr/bin/printf "%-20.20s %-12s => \n" $(/usr/bin/pacman -Qu)) <(/usr/bin/pacman -Sdp --config $conf --print-format "%v" $(/usr/bin/pacman -Qqu --dbpath "$CHECKUPDATES_DB" 2> /dev/null))
    exit 0
    $ ./ch
    libpipeline 1.2.4-1 => 1.2.5-1
    No colors though.
    Last edited by karol (2013-12-04 18:55:03)

  • Install package for NTFS-3G STABLE Version 2012.1.15

    Hi,
    I've had NTFS-3G installed for quite a while in order to be able to read and write to and from NTFS formatted hard disks. I just realized my version is very old and I wanted to install the latest version (NTFS-3G STABLE Version 2012.1.15). When I go to the download page (http://www.tuxera.com/community/ntfs-3g-download/) however I see that the link for the Mac OS X install package
    NTFS-3G for Mac OS X
    takes you to an old blog page with an old version of the software. The main link (http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2012.1.15.tgz) takes you to a .tgz file which, when uncompressed, shows the source code with instructions to be compiled within the Linux platform. I have been googling for quite a while and I can't find a .dmg, .pkg or .mpkg install packages for the latest version. Has anybody been able to install this version on a Mac? If so, can you give me a hand to install it myself? Any pointers to a .dmg, .pkg or .mpkg install package would be really appreciated. Thanks in advance.
    JM

    But they did in the past. You can find the .dmg files for previous versions. In the official user guide you find the following instructions for installation:
    "Installing NTFS-3G is not more complicated than installing any other program, as it uses the standard Mac OS X package format to install itself.
    Just double click the package NTFS-3G.pkg and follow instructions. "
    As I said before, they also provide a link for the current Mac OS X version of the latest stable build of NTFS-3G, not the Tuxera NTFS (which is their commercial product). The link just happens to take you to an outdated page. This makes me think that there must be some compiled package somewhere.
    In case that is not possible, can anybody provide a pointer to instructions on how to compile it from source?
    JM

  • Trouble finding all Installed Oracle packages and versions

    How do I quickly find ALL installed oracle packages - like OWA etc. I know that I can look at DBA_OBJECTS - but I need to compare installed packages between two different databases? If anyone has any ideas - they will be very much appreciated.
    Thanks

    You can do a MINUS on dba_objects in two different databases.
    SELECT obj1.*, 'In DB1 Not in DB2' from dba_objects@db1 obj1
    MINUS
    SELECT obj2.*,  'In DB1 Not in DB2' FROM dba_objects@db2 obj2
    UNION ALL
    SELECT obj2.* , 'In DB2 Not in DB1' from dba_objects@db2
    MINUS
    SELECT obj1.* , 'In DB2 Not in DB1' FROM dba_objects@db1

  • Problems Installing the new version  7 of itunes

    I upgraded itunes to the new version 7.0 and when I try to load itunes I get a message "Quick time version 7.1 is installed Itunes requires version 7.1.3 or later version be installed. In the Itunes version 7 you automatic load the new quick time version 7.1.3 with the package. During loading Itunes version 7 I get a message add new missing files or repair damaged files. I select yes, the second choice is to uninstall Itunes. No luck still got the same message above. I tried uninstalling Itunes to see if there was a problem with the oirginal install, still recevied the repair files or add missing files message while downloading. Have also tried installing quick time version 7.1.3 sperately. Nothing seems to work. Any suggestions???
    Seems to be this upgrade... I can start quick time and I get the error message when I try and load Itunes?? Can anyone help out??

    I was able to fix my problem by going into add and delete programs. Select itunes and there will be an area "click here for support infomation" Check and run repair. Do this for both Itunes and Quick Time, but do Quick time first. After I did that itunes came right up and started to run. Good Luck!!

  • I have FF 3.6.25 and can't install the yoville zynga gamebar i get an error msg that its not a valid install package - 207. can someone help me with this so that it will work?

    i'm running ff 3.6.25 and can't install the yoville zynga gamebar the message i get is as follows:
    Firefox could not install the file at http://zynga.ourtoolbar.com/xpi because: Not a valid install package -207
    i installed it on my mom's pc after installing ff to it and it worked fine.

    Hi,
    You may have to update Firefox. Please also check the Firefox version on mom's PC: '''Help''' ('''Alt''' + '''H''') > '''About Firefox'''.
    https://www.mozilla.org/en-US/firefox/new/
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://support.mozilla.com/en-US/kb/Page%20Info%20window Page Info] Tools (Alt + T) > Page Info, Right-click > View Page Info
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing Video without Plugins]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://developer.mozilla.org/en/Command_Line_Options#Browser Firefox Commands]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [https://support.mozilla.com/en-US/kb/common-questions-after-upgrading-firefox-36 After Upgrading]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]

  • How do I install the new version of itunes

    I've been trying to download the newest version of itunes for the past month and I have yet to be able to install it. I haven't been able to connect my new iphone to my itunes to sync my music. When trying to install the newest version I come across this message:
    "There is a problem with this Windows installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor." The same thing occurs when trying to download the newest version of QuickTime.
    What do I do???

    Start here: HT1923 Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7.
    Basically remove all Apple software, reboot, reinstall.
    tt2

  • The current iTunes 10.5 upgrade does not install on Windows 7 and indicates a faulty install package (error 2324). Advice or details on the release date for a proper fix?

    The current iTunes 10.5 upgrade does not install on Windows 7 and indicates a faulty install package (error 2324). Advice or details on the release date for a proper fix? I'm not able to roll back to the prior version, so I'm stuck in limbo.

    There have been a number of problems with installing the latest iTunes on Windows 7 64-bit machines during the last couple of weeks.  You might want to do a search on that topic and see if anyone has a solution.  There have been various versions of the problem but a lot related to errors in the download package or failure to download.

  • This is the best method to install a new version of Studio!

    Do it cleanly. By this I mean create a new fresh startup disk for the install of Studio. Whether for Studio 1 ,2 or 3, trust me. this method will get you to a really stable FCS system.
    1. Backup everything you want to keep if you're using the same drive you've been using as your startup disk. Clone it if you'd like to save time digging around for the files you want to keep. Or buy a new drive for your tower and use it as a startup disk, keeping the earlier one until you've transferred all you need from it. (I have no less than 3 startup disks for my single tower here) One is a 250 gig drive, the other two reside on their own partitions of a second physical drive. I use one system for beta testing, reinstalling the OS each beta test, and one "working" system for daily real work environments, and yet another "backup" system which is there just in case I need it. (but never really do actually).
    2. Load your latest OS disk, and restart your computer from it holding down the c key during a boot up, or selecting it from the startup disk control panel in the apple system prefs.
    3. Once your computer starts up from the OS disk, select "optional installs" from the button you'll see in the window. From there select "erase and install" and install will begin.
    4. After the OS install, run Software update and go all the way with it. There's nada out there that's not OK to install.
    5. Install Studio. If it's an upgrade version, no problem to not install the earlier version you're upgrading from. Just have it's serial number handy because FCS will ask for it as well as the upgrade serial number.
    6. Run Software upgrade again to make sure all of your FCS apps are up to date. INSTALL EVERYTHING that Software Update proposes to install.
    7. You'll be a very happy camper.. it will also feel like your whole computer is faster because of this clean install of the OS you did...
    It's not impossible to get a fine upgrade done without doing it as I've described above, but with the latest round of problems being posted about a new install, I gotta say that this clean method will fix all the problems being posted here and elsewhere. Why even bother taking the risk? What I've posted above will be THE WAY to make sure you're system is running right.
    I've espoused this method of install any time you upgrade your OS (i.e., Tiger to Leopard or the upcoming Leopard to Snow Leopard upgrades about ready to hit us all) OR any time you install a new version of FCS or even a FIRST install of the studio. It's not all that time consuming, and running pro level software really demands that the system install is totally clean.
    I oversee about 75 FCS stations at the Colorado Film School, we do this clean install every semester (4 months) on the systems there, and really have incredibly stable setups. Never really having the problems that get reported all over the forums... not only that, they boot fast, run fast, and just work.
    When software companies test new versions of their software in beta, it's always asked by all software manufacturers to install their beta over a clean fresh OS... always... so there's a lesson here to learn from them, and also a hint: nobody chooses the "upgrade" button for a new version of said software, rather they are testing over CLEAN installs only. Makes perfect sense then to install new versions of software as complicated as this is over a clean new OS install.
    Jerry

    I fully support Jerry's advice. Though it is a little like the old auto repair manual I once had. If you looked in the section under "clutch replacement", it started out like this ...
    *Clutch Replacement procedure.*
    • elevate car - be sure to use jack stands to support vehicle
    • remove engine
    • with clutch pressure plate exposed ....
    Of course, they never spelled out all that was involved in the "remove engine" step. So, in the interest of adding more detail to Jerry's advice on the "erase and install" process for those who have not done it before and might be intimidated - read on.
    • Make a list of all Applications to install. Which ones do you need? Go through your Applications and Utilities folder and note which ones you'll want to reinstall. Note the version.
    (I don't know about you, but I had a shocking number of apps I downloaded, used for a few times and never used again. Forget installing these disused apps.)
    • If you are upgrading from a PPC to an intel machine, you'll want to know if the apps are UB or PPC. Upgrading your PPC software to UB can be a significant cost in a PPC to intel conversion. Know what you are getting into - do a search before installation to see if there is a UB version available. You can find out whether an app is PPC or UB by looking in System Profiler>Software>Applications. This window will also tell you the current installed version number. Generate a .pdf file of it and have everything listed for your records.
    • In the list, note whether is was a download or you have a disk. If it was a download, find the DMG or installer package and copy it to an external firewire drive. Put it in a folder titled - Apps to be installed - or something easily identifiable.
    • If you need to go back to a previous version (e.g. QT 6.5.2) download the dmg file BEFORE you start the installation process.
    • In the list, note if the application is a full install or an UPGRADE. If an upgrade, make sure you have the previous version's disks (as well as the serial numbers - see below).
    If the UPGRADE version does not require the previous version to be present - eg when installing the upgrade version of FCP 7, DO NOT install earlier software. All you'll need is the previous serial number. The way to figure this out is to try to install the newest version. If it needs the previous version present before proceeding, the install process will tell you that.
    Some upgrades will require that a version of the previous app is on the disk. If this is the case, when you install the first version, simply install the minimum so the app will be on the hard drive. You will need to do this because there will be NOTHING on the disk after you do your clean erase.
    • Referencing your list, find ALL your disks before you start. This includes previous versions if you are unsure whether they will be needed.
    • Spend some time looking through this forum for Professional Application installation issues. The classic example is a conflict between Logic and FCP. Install FCP first and you'll have no issues.
    • Sort your list into an installation sequence. Lay out your disks in that order.
    • Referencing the list, make sure you have ALL your serial numbers including those you've downloaded. I've purchased a number of programs on line and the only documentation of the serial number was an email. All those are kept in a dedicated folder in Mac Mail. For serial numbers that arrived via electronic means, use cut and paste instead of re-typing whenever possible. This will prevent errors in transcription.
    In making the list, TEXT EDIT works ok, (I use Excel). Text edit has the benefit of being easily readable on any mac. Print the list out for reference, put a copy on a flash drive or a firewire drive where you can access it to cut and past serial numbers during the installation process.
    • Recognize this is going to take some time. Ranting, drinking too much coffee, swearing, sitting in front of the computer watching the progress bar, etc will not make things go faster. All it will to is put you in a really bad frame of mind. Do it over a weekend when you can be multitasking. While you are cleaning off the mountains of paper on your desk or raking the yard, you can take regular breaks to check on progress.
    Process -
    • Download Carbon Copy Cloner or one of the other backup utilities and do a full backup of your existing system drive to an external firewire drive. Make the drive bootable. *Do not* cheap out on this as this is your insurance policy. If you forget something or can not find a serial number, you often can find it and copy it from the backup system to the newly installed version. Or, if things go horribly wrong, you can simply copy the old system back to your computer and pick up where you left off.
    If you have a MacPro or G5 tower, an alternative to cloning your existing system disk is to pick up a new hard drive to use as the clean new system disk. Your existing system disk will be the clone.
    • Once you have gathered and organized all the materials and backed up the drive or installed the new system drive ...
    • Insert your OSX installation disk and boot the computer from the disk (Jerry explains how)
    • Erase the hard drive. Use the ZEROs option as this will map out any bad sectors. This will take time. See the note above.
    • Install the OS. If it is an upgrade install, see the note above regarding upgrade installs. Repair Permissions and then run the updates. Repair Permissions.
    • Install your applications following your list. Make sure to Repair Permissions after each install and update..
    Have fun, be prepared for a few minor glitches. If you multitask, you can get the garage/ or office cleaned out and your computer rebuilt. In all honesty, this process took all weekend plus time in the next week as I discovered apps that needed additional updates, configuration settings, etc. No doubt it would have been faster if I was sitting at the console the whole time, but I was able to get the office cleaned up and organized (which also makes ME much faster). Overall it was a very slick process.
    When you have a fully functioning system again (you have tested all applications and everything works), CLONE the new system and put your info, your notes and the disks in a safe place - once you've done this once, why go through the pain of organizing this stuff again ...
    Now, rejoice in a much faster machine with a lot more free disk space.
    Cheers,
    x

Maybe you are looking for

  • Blog Summary Page Loses Formatting of Entries

    Why does the main blog page dump any italic or bold formatting on the original entry page?? If I "Read More" and go to the original entry, all my italics show up fine... But the main page, from which I'd think most people will read my blog, is all wi

  • Error while trying to start Audit Collector on the Audit Vault Server 10g

    Hi, We are trying to build a demo environment for testing Oracle Audit Vault 10g but we are having some trouble. Our environment is like this: Oracle Audit Vault Server is installed on Windows Server 2003 SP2, while the Audit Vault Agent is installed

  • XSLT conversion mapping

    Hi Team, we are trying to add XSLT mapping to convert the name spaces/rootnodes of the xml file. the following XSLT mapping code used after the graphical mapping to convert the root node and end node of the XML data generated from the graphical mappi

  • Incredible Device/Experience BUT A Few things i would change...

    Please respond with some feedback: 1. The Ability to Highlight, Copy and Paste (Very Important on a PDA/SmartPhone) 2. No Recessed Headphone Jack (It should be compatible with any headphones or speaker system. (For example I am visiting my parents ri

  • Error : An error occurred while automatically activating bundle org.eclipse

    Hi, OpenScript closed with unsaved changes and now I cannot get it to open again. I checked out the logs it was giving the below error. !ENTRY org.eclipse.core.resources 2 10035 2013-03-28 10:05:18.046 !MESSAGE The workspace exited with unsaved chang