How to filter installed packages in Pacman -Ss

I want to search a package in the repos but I don't want to see installed packages, I want to see only uninstalled packages. Is it possible? It is not very important or urgent, but I want to know if it is possible.

@Trilby, @ progandy
Thank you for your posts.
@progandy
I wrote a simple bash function with your answer, now I have what I want. Thank you again.
pacmanSs ()
if [ -z "$1" ] ; then
echo "Write something to search..."
else
pacman --color=always -Ss $1 | sed '/\S.*\[installed\]/,/^\s/d'
fi

Similar Messages

  • Can't update/search/install packages via pacman or yaourt

    Everything was fine until I manually installed package-query and yaourt and now I am unable to update/search/install packages via pacman or yaourt.
    Earlier I was having trouble installing the package-query and yaourt packges using pacman so had to install them manually and now it wont connect to the repos.
    My eth0 is up, the proxies are set, all browsers work so no problem from the network side.
    :: Synchronizing package databases...
    error: failed retrieving file 'core.db' from mirror.us.leaseweb.net : Connection timed out after 10001 milliseconds
    error: failed retrieving file 'core.db' from mirror.nl.leaseweb.net : Connection timed out after 10001 milliseconds
    error: failed retrieving file 'core.db' from mirror.de.leaseweb.net : Connection timed out after 10001 milliseconds
    error: failed retrieving file 'core.db' from archlinux.polymorf.fr : Connection

    clfarron4 wrote:I usually advise against this (mainly because it's out-dated) but there is the [archlinuxfr] repository for installing yaourt, if you really insist on sticking with it. Once you're done, disable the repository though because everything except for yaourt is out-of-date by at least a month.
    Don't ever suggest that. The repo is 100% useless since it is trivial to install yaourt from aur. Also yaourt/package-query in that repo is often broken/outdated.
    Also it is not relevant to op's problem anyway. There were some routing issue to leseweb the other day, I also noticed it. Just switching mirror works fine.
    Last edited by Mr.Elendig (2013-09-04 13:37:49)

  • Reinstalling all installed packages using pacman

    I feel my installation is corrupted .volcontrol muted on every boot,nautilus crashing,etc and more.
    So,I though of reinstalling whole Gnome-2.22
    I got below script somewhere in this forum or wiki maybe:but the script is erring out :?
    please help !
    pacman -S $(pacman -Qq | grep -v "$(pacman -Qmq)")
    and got the below error message
    error: no targets specified (use -h for help)
    Last edited by praka123 (2008-04-24 14:47:47)

    Run the command pacman -Qq and pacman -Qmq separately and try to find out why it breaks.
    pacman -Q displays all packages, pacman -Qm displays the packages that are not in any repos, that is the packages you installed manually == foreign packages. You can't reinstall these foreign packages with pacman -S by definition.
    So you have to filter them out of pacman -Q output.
    pacman -S $(pacman -Qq) fails here, because I have 3 foreign packages, but  pacman -S $(pacman -Qq | grep -v "$(pacman -Qmq)") works.

  • How can I find packages using pacman?

    Hi--
    I browsed through pacman HOWTOs and doc and I still don't know how I can find available packages on all the ftp sites in my pacman.conf file.
    For example, I want to install Gnome. When I do :
    pacman -Sy gnome,
    it doesn't work. Is it because I should do something like :
    pacman -Sy Gnome, or
    pacman -Sy Gn..
    Do you see what I mean? HOW DO I FIND THE RIGHT SYNTHAX FOR A PACKAGE, OR THE EXISTING PACKAGES?
    Is there some kind of a search tool for the ftp repositories? For example,
    pacman <-search option>  Gno* (for all packages beginning with Gno)
    Thanks

    Carbono wrote:pacman -Sy gnome,
    it doesn't work. Is it because I should do something like :
    In general you need to know name of the package(s). In the case of Gnome, Xfce4 and KDE, simply call the name of group. What you did suppose to work.
    [root@localhost ~]# pacman -Sy gnome
    :: Synchronizing package databases...
    :: current is up to date
    :: extra is up to date
    :: unstable is up to date
    :: staging is up to date
    :: group gnome:
        control-center gnome-applets gnome-backgrounds gnome-common
        gnome-desktop gnome-icon-theme gnome-media gnome-mime-data
        gnome-panel gnome-session gnome-themes gnome2-user-docs metacity
        nautilus rep-gtk vte yelp
        Install whole content? [Y/n]

  • [Feature] view already installed package when pacman -Ss

    Maybe I've miss something but when I pacman -Ss sth
    I have a list of package related to this sth but it would be nice to know if it's already installed
    Also yaourt include this feature already
    Last edited by ChoK (2008-10-25 20:46:58)

    Here's a script that you can use to search the repos and see which of the results you already have installed:
    #!/usr/bin/python
    import sys
    import os
    import re
    # colors
    CURRENT_VERSION="\x1B[0;32m" # used if installed version is the current version
    OLDER_VERSION="\x1B[0;36m" # used if installed version is an older version
    RESET="\x1B[0;39m" # the default color
    def get_args():
    if len(sys.argv) > 1:
    return ' '+' '.join(sys.argv[1:])
    else:
    return ''
    local_pkgs = {}
    local_regex = re.compile('(\S+)\s+(\S+)\s*(?:\n|$)')
    local_list = os.popen('pacman -Q').read().rstrip()
    for match in local_regex.findall(local_list):
    (pkg,ver) = match
    local_pkgs[pkg] = ver
    search_regex = re.compile('((\S*?/)(\S+)\s+(\S+)(.*?)\n(\s+.*?)(?:\n|$))')
    search_list = os.popen('pacman -Ss'+get_args()).read().rstrip()
    for match in search_regex.findall(search_list):
    (full,repo,pkg,ver,group,desc) = match
    if local_pkgs.has_key(pkg):
    if ver == local_pkgs[pkg]:
    print "%s%s%s %s%s\n%s" % (CURRENT_VERSION,repo,pkg,ver,RESET,desc)
    else:
    print "%s%s%s %s%s\n%s" % (OLDER_VERSION,repo,pkg,ver,RESET,desc)
    else:
    print full.rstrip()
    Just pass it the search term that you would pass pacman. I've added 4 comments at the top to make it clear how to change the output colors if you want.

  • How to re-install package on a newly purchased laptop

    I currently have the Creative Cloud multi platform package installed on my mac desktop and a PC laptop. I am considering selling my PC laptop to get a macbook pro. How do I go about uninstalling Cloud from the PC? And when I get my new macbook, will the service recognize that this is a replacement for the 2nd machine and not a 3rd use?
    Thanks

    On the PC laptop, Help  > Deactivate in any Adobe app to de-activate the entire suite to free up one activation.
    Uninstall the software as usual.
    On the new MacBook Pro, log in to creative.adobe.com, download the AAM and then download the apps to use up the free activation.

  • How to download/install package libXi.i386

    Need to install libXi.i386 to fix an error (see Oracle Note 824249.1-Libxi.So.6: Cannot Open Shared Object File: No Such File When Rapidwiz is Started to Install 12.1.1).
    I have Linux-x86-64
    when I try to install libXi it doesn't install the i386 version as I already have 64 bit
    root@localhost /# yum install libXi
    Loaded plugins: refresh-packagekit
    Setting up Install Process
    Package libXi-1.2.1-1.fc11.x86_64 already installed and latest version
    Nothing to do
    Need to know how to install libXi.i386 or from where I can download it.
    Lack of this package in the system cause rapidwiz to fail ( per same Note 824249.1).

    Thanks,
    but # yum install libXi.i386 returns No package libXi.i386 available
    this is what i get:
    [root@localhost /]# yum install libXi.i386
    Loaded plugins: refresh-packagekit
    updates/metalink | 13 kB 00:00
    updates | 4.4 kB 00:00
    updates/primary_db | 5.9 MB 00:08
    Setting up Install Process
    No package libXi.i386 available.
    Nothing to do
    [root@localhost /]#
    for the other one (yum install <pack>.<arch>) I am not sure exactly what syntax I should type.

  • How to delete installed package on ccm5 .1 tftp

    I'm looking to delete old stuff installed on the CCM tftp. I'm using 5.1.2b.
    Thanks !

    To delete a file from the TFTP Server, please use the command "file delete tftp" from CLI of your server.
    Hope this help

  • How to install packages from removable media?

    I'm pretty damn sure that i missed some wiki page, but i cannot find it, how do i install packages without an internet connection. I installed on one of my computers, then realized i needed to install the wireless drivers after the install, which i cannot. I can ofcourse reinstall, but i believe there must be a possibility to make pacman install a bunch of packages from USB or a cd. I do have internet at my other computer, so i can download the packages there onto a usb-stick.

    Hi,
    you should try
    pacman -U /path/to/package.pkg.tar.gz
    I haven't tried this but that's the way one would manually install a package build with PKGBUILD and "made" with makepkg.
    Hope that helps.

  • Deleted folder manually, now cant un-/ install anymore using pacman

    hi there,
    i accidently manually deleted a folder related to nexuiz some while ago and now can't uninstall nor install it using pacman anymore :x
    the returned error is:
    $ sudo pacman -S nexuiz
    resolving dependencies...
    error: could not open file /var/lib/pacman/local/nexuiz-data-2.5.2-1/depends: No such file or directory
    error: could not open file /var/lib/pacman/local/nexuiz-data-2.5.2-1/depends: No such file or directory
    looking for inter-conflicts...
    error: could not open file /var/lib/pacman/local/nexuiz-data-2.5.2-1/depends: No such file or directory
    error: could not open file /var/lib/pacman/local/nexuiz-data-2.5.2-1/depends: No such file or directory
    error: could not open file /var/lib/pacman/local/nexuiz-data-2.5.2-1/depends: No such file or directory
    error: could not open file /var/lib/pacman/local/nexuiz-data-2.5.2-1/depends: No such file or directory
    Targets (1): nexuiz-2.5.2-2
    Total Download Size: 0.00 MB
    Total Installed Size: 5.30 MB
    Proceed with installation? [Y/n]
    then it trys to update to 2.5.2-2
    btw; the nexuiz-data-2.5.2-1 folder is completely empty
    i want to install it again, so how can i fix this ?

    naequs wrote:/e: removing the cache of not installed packages witch "pacman -Sc" did the trick for me
    My girlfriend had the same problem, with clutter. However, this solution did not work for us, but I removed clutter and reinstalled it with "--force" ('pacman -Sf gnome-games' was the exact command, actually) because it was complaining about existing files in the system which basically were not managed by the package manager anymore. The problem was apparently caused by some disk errors, or something - her computer lost disk data with several other previous occasions.
    The previous installation most likely left some garbage on the disk, but at least pacman works .

  • List explicit installed packages

    Hello,
    i've read that
    pacman -Qe
    lists all explicit installed packages.
    but pacman -Qe lists a good deal more packages:
    bash-3.2# pacman -Qe                                                           
    acl 2.2.47-2                                                                   
    alsa-oss 1.0.17-1                                                               
    alsa-utils 1.0.19-1                                                             
    amarok 2.0.2-2                                                                 
    attr 2.4.43-1                                                                   
    audacity 1.3.7-1                                                               
    bash 3.2.048-3                                                                 
    bash-completion 20060301-9                                                     
    binutils 2.19.1-1                                                               
    bzip2 1.0.5-4                                                                   
    codecs 20071007-1                                                               
    coreutils 7.2-1                                                                 
    cpio 2.9-3                                                                     
    cracklib 2.8.13-2                                                               
    cryptsetup 1.0.6-2                                                             
    dash 0.5.5.1-2                                                                 
    db 4.7.25-2                                                                     
    dbus-core 1.2.4.4permissive-1                                                   
    dcron 3.2-3                                                                     
    device-mapper 1.02.31-1                                                         
    dhcpcd 4.0.12-1                                                                 
    dialog 1.1_20080819-1                                                           
    diffutils 2.8.1-6                                                               
    digikam 0.10.0-2                                                               
    dmapi 2.2.9-1                                                                   
    dvd+rw-tools 7.1-1                                                             
    e2fsprogs 1.41.4-1                                                             
    file 5.00-1                                                                     
    filesystem 2009.01-1                                                           
    findutils 4.4.0-1                                                               
    firefox 3.0.8-1                                                                 
    flashplugin 10.0.22.87-1                                                       
    gawk 3.1.6-3                                                                   
    gcc-libs 4.3.3-1                                                               
    gdbm 1.8.3-5                                                                   
    gen-init-cpio 2.6.17-3                                                         
    gettext 0.17-3                                                                 
    gimp 2.6.6-1                                                                   
    gimp-plugin-greycstoration 2.9-2                                               
    gimp-ufraw 0.15-2                                                               
    glibc 2.9-4                                                                     
    gnuplot 4.2.4-1                                                                 
    grep 2.5.4-1                                                                   
    greycstoration 2.9-1                                                           
    groff 1.20.1-2                                                                 
    grub 0.97-15                                                                   
    gzip 1.3.12-4                                                                   
    hdparm 9.14-1                                                                   
    hwd 5.4.3-1                                                                     
    hydrogen 0.9.3-6                                                               
    initscripts 2009.03-2                                                           
    inkscape 0.46-11                                                               
    iputils 20071127-2                                                             
    jfsutils 1.1.13-1                                                               
    k3b 1.0.5-2                                                                     
    kbd 1.15-1                                                                     
    kdemod-arxin 3074-1                                                             
    kdemod-extragear-plasmoid-salatinoid 0.2-3                                     
    kdemod-extragear-plasmoid-simplemonitor 0.1-3                                   
    kdemod-extragear-plasmoid-weather 0.1-3                                         
    kdemod-kde-common 4.2.2-1                                                       
    kdemod-kdeaccessibility-colorschemes 4.2.2-1                                   
    kdemod-kdeaccessibility-common 4.2.2-1                                         
    kdemod-kdeaccessibility-doc 4.2.2-1                                             
    kdemod-kdeaccessibility-iconthemes 4.2.2-1                                     
    kdemod-kdeaccessibility-kmag 4.2.2-1                                           
    kdemod-kdeaccessibility-kmousetool 4.2.2-1                                     
    kdemod-kdeaccessibility-kmouth 4.2.2-1                                         
    kdemod-kdeaccessibility-kttsd 4.2.2-1                                           
    kdemod-kdeadmin-common 4.2.2-1                                                 
    kdemod-kdeadmin-doc 4.2.2-1                                                     
    kdemod-kdeadmin-kcron 4.2.2-1                                                   
    kdemod-kdeadmin-ksystemlog 4.2.2-1                                             
    kdemod-kdeadmin-kuser 4.2.2-1                                                   
    kdemod-kdeadmin-lilo-config 4.2.2-1                                             
    kdemod-kdeadmin-system-config-printer 4.2.2-1                                   
    kdemod-kdeartwork-colorschemes 4.2.2-1                                         
    kdemod-kdeartwork-common 4.2.2-1                                               
    kdemod-kdeartwork-desktopthemes 4.2.2-1                                         
    kdemod-kdeartwork-emoticons 4.2.2-1                                             
    kdemod-kdeartwork-iconthemes 4.2.2-1                                           
    kdemod-kdeartwork-screensavers 4.2.2-1                                         
    kdemod-kdeartwork-sounds 4.2.2-1                                               
    kdemod-kdeartwork-styles 4.2.2-1                                               
    kdemod-kdeartwork-wallpapers 4.2.2-1                                           
    kdemod-kdebase 4.2.2-1                                                         
    kdemod-kdebase-doc 4.2.2-1                                                     
    kdemod-kdebase-konsole 4.2.2-1                                                 
    kdemod-kdebase-kwrite 4.2.2-1                                                   
    kdemod-kdebase-runtime 4.2.2-1                                                 
    kdemod-kdebase-runtime-doc 4.2.2-1                                             
    kdemod-kdebase-runtime-icons 4.2.2-1                                           
    kdemod-kdebase-workspace 4.2.2-2                                               
    kdemod-kdebase-workspace-doc 4.2.2-2                                           
    kdemod-kdebase-workspace-wallpapers 4.2.2-2                                     
    kdemod-kdeedu-blinken 4.2.2-1                                                   
    kdemod-kdeedu-common 4.2.2-1                                                   
    kdemod-kdeedu-doc 4.2.2-1                                                       
    kdemod-kdeedu-kalgebra 4.2.2-1                                                 
    kdemod-kdeedu-kalzium 4.2.2-1                                                   
    kdemod-kdeedu-kanagram 4.2.2-1                                                 
    kdemod-kdeedu-kbruch 4.2.2-1                                                   
    kdemod-kdeedu-kgeography 4.2.2-1                                               
    kdemod-kdeedu-khangman 4.2.2-1                                                 
    kdemod-kdeedu-kig 4.2.2-1                                                       
    kdemod-kdeedu-kiten 4.2.2-1                                                     
    kdemod-kdeedu-klettres 4.2.2-1                                                 
    kdemod-kdeedu-kmplot 4.2.2-1                                                   
    kdemod-kdeedu-kstars 4.2.2-1                                                   
    kdemod-kdeedu-ktouch 4.2.2-1                                                   
    kdemod-kdeedu-kturtle 4.2.2-1                                                   
    kdemod-kdeedu-kwordquiz 4.2.2-1                                                 
    kdemod-kdeedu-marble 4.2.2-1                                                   
    kdemod-kdeedu-parley 4.2.2-1                                                   
    kdemod-kdeedu-step 4.2.2-1                                                     
    kdemod-kdegames-bomber 4.2.2-1                                                 
    kdemod-kdegames-bovo 4.2.2-1                                                   
    kdemod-kdegames-common 4.2.2-1                                                 
    kdemod-kdegames-doc 4.2.2-1                                                     
    kdemod-kdegames-kapman 4.2.2-1                                                 
    kdemod-kdegames-katomic 4.2.2-1                                                 
    kdemod-kdegames-kbattleship 4.2.2-1                                             
    kdemod-kdegames-kblackbox 4.2.2-1                                               
    kdemod-kdegames-kblocks 4.2.2-1                                                 
    kdemod-kdegames-kbounce 4.2.2-1                                                 
    kdemod-kdegames-kbreakout 4.2.2-1                                               
    kdemod-kdegames-kdiamond 4.2.2-1                                               
    kdemod-kdegames-kfourinline 4.2.2-1                                             
    kdemod-kdegames-kgoldrunner 4.2.2-1                                             
    kdemod-kdegames-killbots 4.2.2-1                                               
    kdemod-kdegames-kiriki 4.2.2-1                                                 
    kdemod-kdegames-kjumpingcube 4.2.2-1                                           
    kdemod-kdegames-klines 4.2.2-1                                                 
    kdemod-kdegames-kmahjongg 4.2.2-1                                               
    kdemod-kdegames-kmines 4.2.2-1                                                 
    kdemod-kdegames-knetwalk 4.2.2-1                                               
    kdemod-kdegames-kolf 4.2.2-1                                                   
    kdemod-kdegames-kollision 4.2.2-1                                               
    kdemod-kdegames-konquest 4.2.2-1                                               
    kdemod-kdegames-kpat 4.2.2-1                                                   
    kdemod-kdegames-kreversi 4.2.2-1                                               
    kdemod-kdegames-ksame 4.2.2-1                                                   
    kdemod-kdegames-kshisen 4.2.2-1                                                 
    kdemod-kdegames-ksirk 4.2.2-1                                                   
    kdemod-kdegames-kspaceduel 4.2.2-1                                             
    kdemod-kdegames-ksquares 4.2.2-1                                               
    kdemod-kdegames-ksudoku 4.2.2-1                                                 
    kdemod-kdegames-ktuberling 4.2.2-1                                             
    kdemod-kdegames-kubrick 4.2.2-1                                                 
    kdemod-kdegames-lskat 4.2.2-1                                                   
    kdemod-kdegraphics-common 4.2.2-2                                               
    kdemod-kdegraphics-doc 4.2.2-2                                                 
    kdemod-kdegraphics-gwenview 4.2.2-2                                             
    kdemod-kdegraphics-kamera 4.2.2-2                                               
    kdemod-kdegraphics-kcolorchooser 4.2.2-2                                       
    kdemod-kdegraphics-kolourpaint 4.2.2-2                                         
    kdemod-kdegraphics-kruler 4.2.2-2                                               
    kdemod-kdegraphics-ksnapshot 4.2.2-2                                           
    kdemod-kdegraphics-okular 4.2.2-2                                               
    kdemod-kdelibs 4.2.2-1                                                         
    kdemod-kdelibs-doc 4.2.2-1                                                     
    kdemod-kdemultimedia-common 4.2.2-1                                             
    kdemod-kdemultimedia-doc 4.2.2-1                                               
    kdemod-kdemultimedia-dragonplayer 4.2.2-1                                       
    kdemod-kdemultimedia-juk 4.2.2-1                                               
    kdemod-kdemultimedia-kmix 4.2.2-1                                               
    kdemod-kdemultimedia-kscd 4.2.2-1                                               
    kdemod-kdenetwork-common 4.2.2-1                                               
    kdemod-kdenetwork-doc 4.2.2-1                                                   
    kdemod-kdenetwork-kget 4.2.2-1                                                 
    kdemod-kdenetwork-kopete 4.2.2-1                                               
    kdemod-kdenetwork-kppp 4.2.2-1                                                 
    kdemod-kdenetwork-krdc 4.2.2-1                                                 
    kdemod-kdenetwork-krfb 4.2.2-1                                                 
    kdemod-kdepim-akregator 4.2.2-1                                                 
    kdemod-kdepim-common 4.2.2-1                                                   
    kdemod-kdepim-doc 4.2.2-1                                                       
    kdemod-kdepim-kaddressbook 4.2.2-1                                             
    kdemod-kdepim-kalarm 4.2.2-1                                                   
    kdemod-kdepim-kjots 4.2.2-1                                                     
    kdemod-kdepim-kmail 4.2.2-1                                                     
    kdemod-kdepim-knode 4.2.2-1                                                     
    kdemod-kdepim-knotes 4.2.2-1                                                   
    kdemod-kdepim-kontact 4.2.2-1                                                   
    kdemod-kdepim-korganizer 4.2.2-1                                               
    kdemod-kdepim-kpilot 4.2.2-1                                                   
    kdemod-kdepim-ktimetracker 4.2.2-1                                             
    kdemod-kdepim-wizards 4.2.2-1                                                   
    kdemod-kdepimlibs 4.2.2-1                                                       
    kdemod-kdeplasma-addons 4.2.2-2                                                 
    kdemod-kdesdk-cervisia 4.2.2-1                                                 
    kdemod-kdesdk-common 4.2.2-1                                                   
    kdemod-kdesdk-doc 4.2.2-1                                                       
    kdemod-kdesdk-kapptemplate 4.2.2-1                                             
    kdemod-kdesdk-kate 4.2.2-1                                                     
    kdemod-kdesdk-kbugbuster 4.2.2-1                                               
    kdemod-kdesdk-kcachegrind 4.2.2-1                                               
    kdemod-kdesdk-kdeaccounts-plugin 4.2.2-1                                       
    kdemod-kdesdk-kdepalettes 4.2.2-1                                               
    kdemod-kdesdk-kmtrace 4.2.2-1                                                   
    kdemod-kdesdk-kompare 4.2.2-1                                                   
    kdemod-kdesdk-kprofilemethod 4.2.2-1                                           
    kdemod-kdesdk-kstartperf 4.2.2-1                                               
    kdemod-kdesdk-kuiviewer 4.2.2-1                                                 
    kdemod-kdesdk-lokalize 4.2.2-1                                                 
    kdemod-kdesdk-poxml 4.2.2-1                                                     
    kdemod-kdesdk-scripts 4.2.2-1                                                   
    kdemod-kdesdk-umbrello 4.2.2-1                                                 
    kdemod-kdetoys-amor 4.2.2-1                                                     
    kdemod-kdetoys-common 4.2.2-1                                                   
    kdemod-kdetoys-doc 4.2.2-1                                                     
    kdemod-kdetoys-kteatime 4.2.2-1                                                 
    kdemod-kdetoys-ktux 4.2.2-1                                                     
    kdemod-kdetoys-kweather 4.2.2-1                                                 
    kdemod-kdeutils-ark 4.2.2-1                                                     
    kdemod-kdeutils-common 4.2.2-1                                                 
    kdemod-kdeutils-doc 4.2.2-1                                                     
    kdemod-kdeutils-kcalc 4.2.2-1                                                   
    kdemod-kdeutils-kcharselect 4.2.2-1                                             
    kdemod-kdeutils-kdessh 4.2.2-1                                                 
    kdemod-kdeutils-kdf 4.2.2-1                                                     
    kdemod-kdeutils-kfloppy 4.2.2-1                                                 
    kdemod-kdeutils-kgpg 4.2.2-1                                                   
    kdemod-kdeutils-ktimer 4.2.2-1                                                 
    kdemod-kdeutils-kwallet 4.2.2-1                                                 
    kdemod-kdeutils-okteta 4.2.2-1                                                 
    kdemod-kdeutils-printer-applet 4.2.2-1                                         
    kdemod-kdeutils-superkaramba 4.2.2-1                                           
    kdemod-kdeutils-sweeper 4.2.2-1                                                 
    kdemod-kdewebdev-common 4.2.2-1                                                 
    kdemod-kdewebdev-doc 4.2.2-1                                                   
    kdemod-kdewebdev-kfilereplace 4.2.2-1                                           
    kdemod-kdewebdev-kimagemapeditor 4.2.2-1                                       
    kdemod-kdewebdev-klinkstatus 4.2.2-1                                           
    kdemod-kdewebdev-kommander 4.2.2-1                                             
    kdemod-kgrubeditor 0.8.5-7                                                     
    kdemod-shaman 1.0.9-8                                                           
    kernel-headers 2.6.27.6-2                                                       
    kernel26 2.6.29.1-3                                                             
    kernel26-firmware 2.6.29-1                                                     
    kipi-plugins 0.2.0-2                                                           
    klibc 1.5.15-1                                                                 
    klibc-extras 2.5-2                                                             
    klibc-kbd 1.15.20080312-8                                                       
    klibc-module-init-tools 3.5-1                                                   
    klibc-udev 141-1                                                               
    kmplayer 0.11.0a-4                                                             
    less 429-1                                                                     
    libarchive 2.6.2-1                                                             
    libdownload 1.3-1                                                               
    libdvdcss 1.2.10-1                                                             
    libgcrypt 1.4.4-1                                                               
    libgl 7.4-1                                                                     
    libgpg-error 1.6-1                                                             
    libgpod 0.7.0-1                                                                 
    libpcap 1.0.0-1                                                                 
    libusb 0.1.12-3                                                                 
    licenses 2.4-1                                                                 
    links 2.2-2                                                                     
    logrotate 3.7.8-1                                                               
    lvm2 2.02.45-1                                                                 
    lzo2 2.02-3                                                                     
    mailx 8.1.1-7                                                                   
    man-db 2.5.5-1                                                                 
    man-pages 3.20-2                                                               
    maxima 5.17.1-5                                                                 
    mdadm 2.6.9-1                                                                   
    mesa 7.4-1                                                                     
    mkinitcpio 0.5.23-1                                                             
    mlocate 0.21.1-1                                                               
    module-init-tools 3.5-1                                                         
    mplayer-plugin 3.55-1                                                           
    nano 2.0.9-2                                                                   
    ncurses 5.7-2                                                                   
    net-tools 1.60-13                                                               
    openntpd 3.9p1-7                                                               
    openoffice-base 3.0.1-1                                                         
    openoffice-de 3.0.1-1                                                           
    openssh 5.2p1-1                                                                 
    p7zip 4.65-1                                                                   
    pacman 3.2.2-1                                                                 
    pacman-mirrorlist 20090405-1                                                   
    pam 1.0.4-1                                                                     
    parted 1.8.8-2                                                                 
    pciutils 3.1.2-1                                                               
    pcmciautils 015-2                                                               
    pcre 7.9-1                                                                     
    perl 5.10.0-4                                                                   
    popt 1.14-1                                                                     
    ppp 2.4.4-7                                                                     
    procinfo 19-3                                                                   
    procps 3.2.7-5                                                                 
    psmisc 22.6-2                                                                   
    pwgen 2.06-1                                                                   
    qtmod 4.5.0-5                                                                   
    qtmod-doc 4.5.0-4                                                               
    readline 5.2.013-2                                                             
    reiserfsprogs 3.6.21-1                                                         
    rp-pppoe 3.10-1                                                                 
    samba 3.3.3-2                                                                   
    scribus 1.3.3.12-4                                                             
    sdparm 1.03-2                                                                   
    sed 4.1.5-3                                                                     
    shadow 4.1.2.1-2                                                               
    skype 2.0.0.72-2                                                               
    spamassassin 3.2.5-2                                                           
    stellarium 0.10.2-1                                                             
    sysfsutils 2.1.0-4                                                             
    syslog-ng 3.0.1-6                                                               
    sysvinit 2.86-4                                                                 
    tar 1.22-1                                                                     
    tcp_wrappers 7.6-8                                                             
    texinfo 4.13a-3                                                                 
    texlive-bibtexextra 2008.11672-1                                               
    texlive-core 2008.11906-1                                                       
    texlive-fontsextra 2008.11889-1                                                 
    texlive-formatsextra 2008.10665-1                                               
    texlive-games 2008.11069-1                                                     
    texlive-genericextra 2008.10640-1                                               
    texlive-htmlxml 2008.11896-1                                                   
    texlive-humanities 2008.10502-1                                                 
    texlive-latex3 2008.10126-1                                                     
    texlive-latexextra 2008.11905-1
    texlive-music 2008.7340-1
    texlive-pictures 2008.10658-1
    texlive-plainextra 2008.11339-1
    texlive-pstricks 2008.11900-1
    texlive-publishers 2008.11885-1
    texlive-science 2008.11860-1
    ttf-bitstream-vera 1.10-6
    ttf-dejavu 2.29-1
    ttf-ms-fonts 2.0-2
    tzdata 2009f-1
    udev 141-1
    unrar 3.8.5-2
    usbutils 0.73-5
    util-linux-ng 2.14.2-1
    vi 7.2.65-1
    vnc 4.1.3-1
    wget 1.11.4-1
    which 2.20-1
    wormux 0.8.3-1
    wpa_supplicant 0.6.9-1
    xf86-video-intel 2.6.3-3
    xf86-video-vesa 2.2.0-1
    xfsprogs 3.0.0-1
    xine-ui 0.99.5-4
    xorg-fonts-100dpi 1.0.1-1
    xorg-fonts-75dpi 1.0.1-2
    xorg-res-utils 1.0.3-2
    xorg-server 1.6.1-1
    xorg-server-utils 7.4-4
    xorg-twm 1.0.4-2
    xorg-utils 7.4-3
    xorg-xinit 1.1.1-1
    xterm 243-1
    zlib 1.2.3.3-3
    How does pacman list all explicit installed packages?

    SamC wrote:Those most likely are the explicitly installed packages, including ones installed as part of a group and as part of the base install.
    Ok thanks, that explains it. I've expected a lists with only the later installed packages and only the group names.
    (I come from Gentoo, and thought/hoped pacman -Qe is like the world file...)
    Last edited by oneway (2009-04-21 05:35:12)

  • How do I install a specific version of nvidia?

    I am noob coming from Gentoo. How do I install a specific version of nvidia? The new one (169.09-2) does not work well with my video playback (choppy). I know that for whatever reason, the 169.04 beta version works on my hardware better than any other version. How do I install it the pacman way, instead of using Nvidia's installer?

    ABS and change the version I believe http://wiki.archlinux.org/index.php/ABS

  • Installed package

    Hi,
    How to find installed package in linux and its path.where the apache is located in linux.
    [root@server2 /]# httpd -v
    Server version: Apache/2.0.52 > where this information stored in linux
    Server built: Aug 31 2005 10:47:52
    how to find the location of Apache/2.0.52 i tried
    [root@server2 /]# which Apache/2.0.52
    /usr/bin/which: no 2.0.52 in (./Apache)
    [root@server2 /]# which Apache
    /usr/bin/which: no Apache in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin)
    [root@server2 /]#
    Edited by: user3266490 on Jul 8, 2009 6:40 AM
    Edited by: user3266490 on Jul 8, 2009 7:42 AM
    Edited by: user3266490 on Jul 8, 2009 7:43 AM

    I do not understand your question.
    the version of the apache server can be listed with httpd -vthe location of the apache server can be listed with which httpdthe rpm package which contains the httpd executable can be listed with rpm -qf `which httpd`

  • How to install packages from local folder

    Hi all,
    I have downloaded all arch linux packages from the following URLs:
    ftp://mirrors.kernel.org/archlinux/core/os/i686/
    ftp://mirrors.kernel.org/archlinux/extra/os/i686/
    ftp://mirrors.kernel.org/archlinux/community/os/i686/
    and then have saved them to an external hard disk. Then I have attached that external hard disk to my system and packages are available in following folders:
    /mnt/external_hd/Arch_Linux/Core-OS/
    /mnt/external_hd/Arch_Linux/Extra-OS-1/
    /mnt/external_hd/Arch_Linux/Extra-OS-2/
    /mnt/external_hd/Arch_Linux/Community-OS-1/
    /mnt/external_hd/Arch_Linux/Community-OS-2/
    /mnt/external_hd/Arch_Linux/Community-OS-3/
    Now I want to install some or all packages from these folder with the help of pacman command. I am seeing that package corresponding to wvdial command is available in the /mnt/external_hd/Arch_Linux/Extra-OS-1/ folder. But how to use pacman command so that I can install wvdial package from that folder?
    In addition to this if I want to install ALL Extra Packages available in the folders /mnt/external_hd/Arch_Linux/Extra-OS-1/ and /mnt/external_hd/Arch_Linux/Extra-OS-2/ then how to execute the pacman command?
    Please send me step by step instructions so that I shall be able to install some or all downloaded packages.
    I shall remain thankful for this forever.
    Best Regards ...
    Pankaj Kumar

    Hi fukawi2,
    Thanks for reply and searching for my username on google. It is true that I am a freelance s/w developer but I am not installing Arch Linux for any client. I am installing it due to some other reasons. In fact I started working on Red Hat and then on Fedora when I was a student of bachelor degree course in computer applications. Then later I searched open suse and started using it. I am using open suse from its 10.1 version. However the recent version of this distribution has become much resource consuming. So I am in the need of a light weight linux distribution. And I encountered Arch Linux. Then I purchased its installation disk from an online shop and installed it on my system. But only text mode is working at this moment. Since I want to use X window and so I started to follow the syntax of pacman command. But it is connecting to internet. Since my internet connection is slow (average speed of 10kbps) and so I requested the same online shop to download all packages from Arch Linux repository and send them to me. Therefore now I am having all those packages in my local external hard disk drive in the folder mentioned in my first post. Now I want to install packages from these folder. And so in order to get help I have come to this forum.
    I have also followed the steps given on the pages https://wiki.archlinux.org/index.php/Pa … l_commands and https://wiki.archlinux.org/index.php/Pa … repository. But when I am trying to install a particular package using the following command:
    pacman -U wvdial
    then it is asking for a dependency. I know that  the dependent package in my local folder but why it is not being automatically taken by pacman command? Can you please explain it.
    That is why I am asking help only for customization and usages of pacman in order to install packages from local folder. But each member in this forum is only referring to long written manuals and not giving me exact solution which I think will involve four/five steps.
    Best Regards ...
    Pankaj Kumar

  • Pacman isn't showing all the installed packages

    Hey guys!
    Since last week pacman isn't showing all the installed packages in my system. If I issue the command pacman -Q it just returns the following packages:
    a52dec 0.7.4-4
    acl 2.2.49-2
    alsa-lib 1.0.23-2
    atk 1.32.0-1
    attr 2.4.44-2
    avahi 0.6.28-1
    bash 4.1.009-3
    bzip2 1.0.6-1
    cairo 1.10.2-1
    cairo-perl 1.061-3
    compositeproto 0.4.2-1
    coreutils 8.10-1
    cracklib 2.8.18-1
    damageproto 1.2.1-1
    db 5.1.19-3
    dbus 1.4.1-1
    dbus-core 1.4.1-1
    desktop-file-utils 0.18-1
    e2fsprogs 1.41.14-1
    expat 2.0.1-6
    faac 1.28-2
    ffmpeg 20110121-2
    filesystem 2010.12-1
    findutils 4.4.2-3
    fixesproto 4.1.2-1
    fontconfig 2.8.0-1
    freetype2 2.4.4-2
    gcc-libs 4.5.2-6
    gdbm 1.8.3-8
    gdk-pixbuf2 2.22.1-1
    gettext 0.18.1.1-1
    glib-perl 1.223-2
    glib2 2.26.1-1
    glibc 2.13-1
    gmp 5.0.1-2
    gnutls 2.10.4-1
    gtk2 2.22.1-1
    gtk2-perl 1.222-2
    gzip 1.4-2
    heimdal 1.3.3-4
    iana-etc 2.30-1
    imagemagick 6.6.7.3-1
    inputproto 2.0.1-1
    kbproto 1.0.5-1
    lame 3.98.4-1
    lcms 1.19-1
    libarchive 2.8.4-2
    libcap 2.20-1
    libcups 1.4.6-1
    libdaemon 0.14-1
    libdatrie 0.2.4-1
    libdrm 2.4.23-1
    libdv 1.0.0-3
    libdvdread 4.1.3-2
    libfetch 2.33-1
    libgcrypt 1.4.6-1
    libgl 7.10-1
    libgpg-error 1.9-2
    libice 1.0.7-1
    libjpeg 8.3.0-1
    libldap 2.4.23-1
    libmp4v2 1.9.1-1
    libmpeg2 0.5.1-1
    libogg 1.2.2-1.1
    libpng 1.4.5-1
    libsasl 2.1.23-5
    libsm 1.2.0-1
    libtasn1 2.8-1
    libthai 0.1.14-1
    libtheora 1.1.1-1
    libtiff 3.9.4-1
    libtool 2.4-2
    libva 1.0.8-1
    libvdpau 0.4.1-1
    libvorbis 1.3.2-1
    libvpx 0.9.5-2
    libx11 1.4.1-1
    libxau 1.0.6-1
    libxaw 1.0.9-1
    libxcb 1.7-1
    libxcomposite 0.4.3-1
    libxcursor 1.1.11-1
    libxdamage 1.1.3-1
    libxdmcp 1.1.0-1
    libxext 1.2.0-1
    libxfixes 4.0.5-1
    libxft 2.2.0-1
    libxi 1.4.1-1
    libxinerama 1.1.1-1
    libxml2 2.7.8-1
    libxmu 1.1.0-1
    libxpm 3.5.9-1
    libxrandr 1.3.1-1
    libxrender 0.9.6-1
    libxt 1.0.9-1
    libxv 1.0.6-1
    libxxf86vm 1.1.1-1
    linux-api-headers 2.6.37-1
    lzo2 2.04-1
    mjpegtools 1.9.0-4
    ncurses 5.7-4
    opencore-amr 0.1.2-1
    openjpeg 1.3-3
    openssl 1.0.0.d-1
    orc 0.4.11-1
    pacman 3.4.3-1
    pacman-cage 2.9.8.2-4
    pacman-mirrorlist 20101223-1
    pam 1.1.3-1
    pango 1.28.3-1
    pango-perl 1.221-3
    pcre 8.12-1
    perl 5.12.3-1
    perl-anyevent 5.24-1
    perl-event 1.13-3
    perl-event-execflow 0.64-2
    perl-gtk2-ex-formfactory 0.66-2
    perl-libintl-perl 1.20-2
    pixman 0.20.2-1
    popt 1.16-3
    randrproto 1.3.2-1
    readline 6.1.002-2
    renderproto 0.11.1-1
    schroedinger 1.0.10-1
    sdl 1.2.14-6
    shadow 4.1.4.2-4
    shared-mime-info 0.90-1
    sqlite3 3.7.5-1
    tar 1.25-1
    texinfo 4.13a-5
    transcode 1.1.5-5
    tzdata 2010o-1
    util-linux-ng 2.18-4
    videoproto 2.3.1-1
    x264 20110115-1
    xcb-proto 1.6-2
    xextproto 7.1.2-1
    xf86vidmodeproto 2.3.1-1
    xineramaproto 1.2.1-1
    xproto 7.0.20-1
    xvidcore 1.2.2-1
    xz 5.0.1-1
    zlib 1.2.5-3
    Here you can see a shot of my /var/lib/pacman/local directory, containing just a few directories related to the packages above.
    I have a lot more installed in my system, eg. the holl KDE system.
    Is there a command/workaround to make these missing packages appear again in pacman?!
    Thanks in advance.
    Last edited by estevao (2011-02-11 17:29:52)

    Spider.007 wrote:
    Leonid.I wrote:
    mcmillan wrote:You probably can do some searching to track it down (or rewrite something similar if you know how) prior to going through with a complete reinstall.
    ... which (complete reinstall) will be required with high probability, since all the solutions proposed above will most likely break the system
    Arch Linux is more than just GNU/Linux -- it's an adventure
    I think your signature is either too sarcastic, or too much in contrast with what you are posting here. A damaged database is really no big deal, and the only things that the proposed solutions attempt to do is that pacman re-installs a package (which changes close to nothing in your actual installation) and then write that update to its database.
    I do not agree with your statement that the probability of a required reinstall are high. Actually, I would say they are pretty low
    There is nothing sarcastic about my sig. Indeed, what would be the fun of using a system, which never breaks?
    Regarding the probability of a reinstall either my opinion, or yours is irrelevant for the topic of this discussion.
    Finally, I would like to draw your attention to the little thingie in the end of my post: ":)" . It's called smiley and was  put there for a reason, you know...

Maybe you are looking for

  • Displaying database text to java components

    hello everyone! i d like to ask how i can display database elements in java components. For instance, i have a textarea and i d like to take the text from the database and display it in the textarea.. In addition, i d like to submit a form and the te

  • Simultaneous Editing of Multiple Files in Soundtrack

    I have an 8track Logic Project where I have a cough in the middle of a bell ring. There is bleed of this over all the tracks. Can I isolate that region in Logic, and export an audio file for each track region to Soundtrack Pro, and then edit them sim

  • I can't find iPhoto on my macbook pro

    I recently had to get a new hard drive into my macbook pro and having received it back I am unable to locate iPhoto, wondering if I now need to purchase it or whether it is hiding somewhere. Any feedback would be grate. Thanks

  • Synchronising HR and WF User Tables !

    Dear All I am facing a workflow issue, whereby a valid and active HR employee (also linked to an active FND User) record is not registered within the WF User and Role tables. How do I ensure that the WF User/Role/Directory tables are synched with the

  • Does patching in test mode requires Maintenance mode on?

    Does patching in test mode requires Maintenance mode on or I have apply it with options=hotpatch I am applying a patch in test mode and its erroring out giving error AutoPatch error: You must be in Maintenance Mode to apply patches. You can use the A