Pacman: Show current versions during upgrade

Hi,
When running an upgrade, I am interested to know the version I have currently installed for each package (only the version to be installed is shown). It doesn't look like pacman has this capability. I wrote a script earlier in the year that used pacman to gather current and new versions and display them side by side before running an upgrade, but it broke with a new pacman release.
Before I fix it (and was then thinking of putting it in the AUR) is there already something that will do this?
Thanks

pacman-4.0 has a "VerbosePkgLists" option that provides all these details.
:: Starting full system upgrade...
warning: xarchiver: ignoring package upgrade (0.5.2-2 => 0.5.2-4)
resolving dependencies...
looking for inter-conflicts...
Targets (1):
Name Old Version New Version Net Change Download Size
glib2 2.30.1-1 2.30.2-1 0.00 MiB 1.71 MiB
Total Download Size: 1.71 MiB
Total Installed Size: 11.00 MiB
Net Upgrade Size: 0.00 MiB
Proceed with installation? [Y/n]

Similar Messages

  • How to update Acrobat 9 to current version during CS4 install

    HI All:
    I have a corporate wide deployment of Creative Suite 4 and Acrobat 9 Professional.   Due to the security vulnerabilities of Acrobat Professional, we need to update Acrobat 9 to version 9.4 during the deployment.
    For Acrobat Pro 9 the procedure is to edit the setup.ini to include the patches you want to install.  see the following technote:  http://kb2.adobe.com/cps/507/cpsid_50757.html
    Basically update the setup.ini file
    [Product]
    msi=AcroPro.msi
    Languages=1033;1031;1036
    1033=English (United States)
    1031=German (Germany)
    1036=French (France)
    PATCH=AcroProStdUpd910_T1T2_incr.msp;AcrobatUpd912_all_incr.msp;AcrobatUpd913_all_incr.msp ;AcrobatUpd920_all_incr.msp;AcrobatUpd930_all_incr.msp;AcrobatUpd932_all_incr.msp;AcrobatU pd933_all_incr.msp;AcrobatUpd940_all_incr.msp
    I need to do the same thing with the CS4/Acrobat 9 install but there is no setup.ini file for this install.  I checked the setup.xml but can not find a way to do this.
    Does anyone have any information on how to do this?
    thank you,

    I have found that I can update CS4 Acrobat to the current version using a batch file.
    I have created the batch file calling Acrobat *.msp files and there was no other commands needed to run MSIEXEC.  I have tested it and it runs and starts the installer.  
    Contents of batch file:
    @ECHO OFF
    ::  Acrobat Professional 9.0 auto update for CS4
    ::  Updates Acrobat 9.0 Professional to Version 9.4.1
    ::  David Chamberlin
    ::  December 9, 2010
    ::  rev 3.0
    msiexec /p "[path]\AcroProStdUpd910_T1T2_incr.msp;[path]\AcrobatUpd912_all_incr.msp;[path]\AcrobatUp d913_all_incr.msp;[path]\AcrobatUpd920_all_incr.msp;[path]\AcrobatUpd930_all_incr.msp;[pat h]\AcrobatUpd932_all_incr.msp;[path]\AcrobatUpd933_all_incr.msp;[path]\AcrobatUpd940_all_i ncr.msp;[path]\AcrobatUpd941_all_incr.msp" REINSTALLMODE=omus REINSTALL=ALL /q

  • Cannot Update Intex Cloud FX - Does Not Even Show Current Version?

    Recently purchases Intex Cloud FX - Have been having number of issues with it. I had high expectations. We have put up the phone review here...just incase anyone wants to know. http://trak.in/tags/business/2014/09/08/intex-cloud-fx-user-review/
    Now my biggest problem is - When I try to update, it shows me an error - "There was an error while checking for updates".
    The problem is, it does not show what version FF OS is currently there on the phone as well...
    Experts....help requested..
    Arun

    Hi arunpd,
    Thank you for your question, I understand that there are a few issues, however in regards to the updates the most up to date version available version at this time is version 1.3.
    I also recommend that you reach out to your place of purchase for more assistance.
    Thank you!

  • [useless, SOLVED] Pacman shows package corrupted while upgrading

    I pacman -Syu'ed my system after a week & there was these error of cyclic dependancy while installing gcc package. So, I issued this command:
    sudo pacman -S gcc gcc-libs gcc-ada gcc-fortran gcc-objc libtool
    While instaling, it showed that gcc's package is corrupted.
    But, later I tried installing it using
    sudo pacman -U gcc-4.6.2-1-x86_64.pkg.tar.xz gcc-libs-4.6.2-1-x86_64.pkg.tar.xz gcc-ada-4.6.2-1-x86_64.pkg.tar.xz gcc-fortran-4.6.2-1-x86_64.pkg.tar.xz gcc-objc-4.6.2-1-x86_64.pkg.tar.xz libtool-2.4
    and it installed correctly.
    It seems like local repo had the wrong md5 of the gcc package. How come?
    Last edited by shadyabhi (2011-11-04 13:44:01)

    karol wrote:Can you post the exact output, the 'corrupted' message?
    shadyabhi@archlinux ~ $ sudo pacman -S gcc
    warning: gcc-4.6.2-1 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): gcc-4.6.2-1 [17.03 MB]
    Total Download Size: 0.00 MB
    Total Installed Size: 67.22 MB
    Proceed with installation? [Y/n] Y
    :: File gcc-4.6.2-1-x86_64.pkg.tar.xz is corrupted. Do you want to delete it? [Y/n] ^C [----------------------------------------------------------------] 0%
    Interrupt signal received
    shadyabhi@archlinux ~ $ sudo pacman -U /var/cache/pacman/pkg/gcc-4.6.2-1-x86_64.pkg.tar.xz
    warning: gcc-4.6.2-1 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): gcc-4.6.2-1 [17.06 MB]
    Total Download Size: 0.00 MB
    Total Installed Size: 66.82 MB
    Proceed with installation? [Y/n] Y
    (1/1) checking package integrity [################################################################] 100%
    (1/1) checking for file conflicts [################################################################] 100%
    (1/1) upgrading gcc [################################################################] 100%
    shadyabhi@archlinux ~ $
    I was successful in installing that same package if I used -U option. Thats some serious bug in pacman which should be looked into.
    Please tell me as to what more info should I provide to be of more help.
    Last edited by shadyabhi (2011-11-04 13:19:15)

  • Possible to show current time during call (not length of call)?

    when i am on a call, the lock screen shows the phone number and the length of time i have been on the call.  is it possible to change this, so that the lock screen shows me the current time (like it does when i am not on the phone)?
    currently, the only way to bring up the current time is to (1) hit the home button (brings up phone controls), (2) slide to unlock, (3) hit home again (to get to enter passcode screen), and (4) enter passcode to see time in green bar at the top of the screen. it's a cumbersome process.

    If I receive a call when locked, after answering, I can see the time in the top status bar...

  • Library does not show current version

    I have been using Photoshop as my external editor . When I edit in an album and the rate the edited version after I save it back into aperature neither the edits nor the rating show when I view the images from the library.. This is beyond bizzare

    Resolved by switching to Lightroom

  • Dreamweaver does not show current version of page

    Not sure how to describe this problem. When I open a page in dreamweaver for editing, the text is not the text I put there recently. If I do I "live view" it IS the text the should be there, if I preview in a browser it IS the right text as well. I can't edit the site at all. I have little enough work coming in without losing more clients because of this sudden glitch. First everything was crashing after the Snow Leopard update, then as that seems to be working better, this happens! Ive been using Dreamweaver since macromedia version 1 and I've had issues but nothing this strange. Any ideas?

    Hmmm...
    Make sure you are having valid code in your page.
    Try running it at http://validator.w3.org/#validate_by_input once and see if there are any errors.
    DW may not be able to show your content if you have invalid code as it will get confused on what to display.
    Regards,
    Vinay

  • Document current version material master

    We currently have our document management system configured to show the current version of a document.  This works fine for documents in FR (final release).  What is a problem is that in the material master we still see documents attached that are OB (obsolete) or AR (archive).  Is there a config setting to not show archived documents when showing current versions?  So we want our material master to show only the lastest drawing in FR status.
    Thanks,
    Joe

    Hi Joe,
    The 'current version' setting is like a filter. In case the radio button is set to 'Current Version' only the highest version of a document number is displayed.
    The system logic depends on different circumstances and is like:
    no version is released:
    In this case the highest document version is displayed.
    a version is in released status:
    Then this version is displayed as the current one. Even if there are higher version numbers.
    To be sure the system behavior is correct please check also if the notes 847511 and 775515 are implemented correctly.
    I hope this information could be useful for you. If yes please donate some points.
    Best regards,
    Christoph

  • My iPad was disconnected during upgrade. I've tried restoring and resetting.  I just did an iPad erase in "find my iphone" and it still shows the itunes logo and the fire-wire cable on the screen with an arrow. It's currently plugged into my computer.

    My iPad was disconnected during upgrade. I've tried restoring and resetting.  I just did an iPad erase in "find my iphone" and it still shows the itunes logo and the fire-wire cable on the screen with an arrow. It's currently plugged into my computer. How do I remedy this?

    Unable to update or restore
    http://support.apple.com/kb/HT1808?viewlocale=en_US

  • HT1338 Tried upgrading to 10.8.2. It failed the upgrade. Currently the Software version shows "  System Version:     OS X 10.8.1 (12B19)" . But App store does not show 10.8.2 as an update

    Tried upgrading to 10.8.2. It failed the upgrade. Currently the Software version shows "  System Version:
    OS X 10.8.1 (12B19)" . But App store does not show 10.8.2 as an update

    You can Contact MAS here.

  • HT4623 i have an iphone 3gs (Model No: A1303 FCC ID:BCGA1303A IC ID:579C-A1303A) and itune 10.7.  But when i am trying to upgrade to ios5 it shows  the message "my iphone software is 4.2.1 and is the current version".  can anyone helpe me.

    i have an iphone 3gs (Model No: A1303 FCC ID:BCGA1303A IC ID:579C-A1303A) and itune 10.7.  But when i am trying to upgrade to ios5 it shows  the message "my iphone software is 4.2.1 and is the current version".  can anyone helpe me. And when tried to download any apps from app store it get message that u need ios 4.3 to download.  So please help...Thanks in advance..

    But the model no. of my iphone i.e A1303 is of 3GS as clearly mentioned here >> http://support.apple.com/kb/HT3939.  Then how its become 3G.

  • If I have just upgraded to the current version, why do I get this message on my homepage? "URGENT! Your version of Firefox is no longer protected against online attacks. Get the upgrade - it's fast and free! "

    This message keeps appearing on my google home page no matter which upgrade is installed. this has occured for the last three upgrades. It also affects youtube and hotmail which keep telling me my browser is outdated even though I have just installed the current version. I am running xp pro on an old, slow Netvista.

    Something that you have downloaded/installed on your system has affected your User-agent, which identifies your browser and version:
    *Your user-agent reported with your question post:
    **Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; '''''rv:1.9.2.14''''') Gecko/20110218 '''''Firefox/2.0.0.12'''''MEGAUPLOAD 1.0 ( .NET CLR 3.5.30729)
    **Strongly suspect MEGAUPLOAD; un-install anything related to it.
    ***'''''rv:1.9.2.14''''' indicates Firefox 3.6.14
    ***'''''Firefox/2.0.0.12''''' indicates Firefox 2.0.0.12
    *See: http://en.wikipedia.org/wiki/User_Agent
    You can reset your user agent. Follow the instructions: https://support.mozilla.com/en-US/kb/Websites%20or%20add-ons%20incorrectly%20report%20incompatible%20browser
    <br />
    <br />
    '''Other issues needing your attention'''
    The information submitted with your question indicates that you have out of date plugins with known security and stability issues that should be updated. To see the plugins submitted with your question, click "More system details..." to the right of your original question post. You can also see your plugins from the Firefox menu, Tools > Add-ons > Plugins.<br />
    <br />
    *Next Generation Java Plug-in 1.6.0_23 for Mozilla browsers
    **'''''Security update version 1.6.0_24 releases 2011-02-10'''''
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
    #**'''''Be sure to <u>un-check the Yahoo Toolbar</u> option during the install if you do not want it installed.
    #*Also see "Manual Update" in this article to update from the Java Control Panel in Windows Control Panel: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org
    #*Java Test: http://www.java.com/en/download/help/testvm.xml

  • Since upgrading to current version I lost my card log in feature

    I used to be able to save my usernames and passwords so that I wouldn't have to manually type them in. Why don't I have that since upgrading to current version?

    Firefox 4 uses a new build-in home page called about:home
    That about:home page only shows some snippets and has a button to restore the previous session if applicable.
    If you want a home with extras then set another page as the home page like www<i></i>.google<i></i>.com or www<i></i>.google<i></i>.com/firefox used in Firefox 3 versions.

  • Hello- I recently upgraded to OS Mountain Lion on my iMac and cannot download the most current version of Adobe Flash Player.  Please help!

    Hello- I recently upgraded to OS Mountain Lion on my iMac and cannot download the most current version of Adobe Flash Player.  I even uninstalled the old Flash version but this did not resolve the issue.  Could somebody please assist?  Thank you. 

    Hello- I was able to resolve the issue after clicking on the top right hand corner that shows the recent downloads (it has that down arrow).  I realized that I had tried downloading the Adobe Flash Player Install Manager about 7 times, but still needed to click on the file and install!  So I erased all the duplicates and installed one of the Flash Player Install Managers and it finally worked!  Yay!

  • [Voodoo 0.8] How to upgrade fresh Voodoo 0.8 to current version?

    I bought VPS and asked for Archlinux to be installed. Unfortunately they have Archlinux Voodoo (0.8) installed. There's a 2.9.8 Pacman there and it doesn't want to upgrade itself.
    # pacman -Syu
    :: Synchronizing package databases...
    :: current is up to date
    :: extra is up to date
    :: Replace mktemp with coreutils from "current"? [Y/n] Y
    :: Replace slocate with mlocate from "current"? [Y/n] Y
    :: Replace util-linux with util-linux-ng from "current"? [Y/n] Y
    :: pacman has detected a newer version of the "pacman" package.
    :: It is recommended that you allow pacman to upgrade itself
    :: first, then you can re-run the operation with the newer version.
    :: Upgrade pacman first? [Y/n] Y
    error: unresolvable dependencies:
    pacman: requires gcc-libs but it is not in the sync db
    pacman: requires libarchive>=2.4.17 but it is not in the sync db
    pacman: requires libdownload>=1.3 but it is not in the sync db

    Just get the needed packages (gcc-libs,libarchive, libdownload) from some mirror.
    For example ftp://ftp.hosteurope.de/mirror/ftp.arch … re/os/i686.
    Install them with pacman -U pathtoyourfile
    and Upgrade as before.

Maybe you are looking for

  • Is the the computer, DVD+-RW drive, or iTunes?

    Here's the story... when i import, from disks that i have previously burned, and i try to name the tracks that i want and it won't play them for me to preview them. then it freezes and i have to use task manager to restart iTunes. i'm importing some

  • Distribution group not showing up in Exchange 2007 GAL

    Hello, We have AD running on a 2003 R2 SP2 server We have Exchange 2007 running on a 2003 R2 SP2 server on the same domain. I put a distribution group (all staff) on the active directory server.    I can e-mail to [email protected] and it goes to eve

  • NMH 410 "Remote Access" - Videos Do Not Play

    When accessing my Media Hub from a "remote" location the videos do not play (I only have videos on my Media Hub).  Instead, I get the following error message: Error: Could not play the selected title Windows Media: this media player was detected but

  • Can't put hard drive into enclosure

    I rencently took out my hard drive (Bay A) out of my 1.6 Ghz G5 tower and when I tried to put the hard drive into the enclosure there are big black screws that are blocking the way. I bought many Phillips Screwdriver, trying to unscrew those 4 black

  • Ipod  touch has white screen and not responding

    screen is white and not responding