Pacman question - list packages not in a group?

More curiosity than anything else...
I see that pacman -Qg will list groups and their packages.
That seems like a nice way to upgrade a whole group at a time.
Can pacman list just the packages outside of a group (which would imply they were manually installed by me)?
thx

Hello try this command:
pacman -Qqe

Similar Messages

  • HT2486 How do you make a group list?  Not a smart group.

    I am trying to make a group list on my contact list and wondered how it is done?  Thank you.

    This is for "iCloud" but it also talks about how to do it in Address book.
    http://support.apple.com/kb/PH2667?viewlocale=en_US

  • List packages not required by any one

    This script is based on the discussion
    http://bbs.archlinux.org/viewtopic.php?id=2010
    and slightly modified:
    #!/bin/bash
    # arg[1] = -c | -v
    # -c : compact output
    # only package name
    # -v : verbose output
    # name, url, install date, desc
    # version=2
    # date=16:00 10/11/2007
    # author=Henry Lee (bsdson.tw)
    skip="pacNoReq.skip"
    echo "date=$(date)"
    echo
    for pkgName in $(pacman -Qi | cut -d " " -f 1); do
    grep -q $pkgName $skip >& /dev/null
    if [ 0 -eq $? ]; then
    else
    tmp=$(pacman -Qi $pkgName)
    echo "$tmp" | grep -q "^Required By \+: None$"
    if [ 0 -eq $? ]; then
    if [ -z "$1" ]; then
    echo "$tmp" | grep "\(Name\|Descript\)"
    elif [ "-c" = "$1" ]; then
    echo "$tmp" | grep "Name"
    elif [ "-v" = "$1" ]; then
    echo "$tmp" | grep "\(Name\|URL\|Install Date\|Description\)"
    fi
    echo
    fi
    fi
    done

    byte wrote:pacman -Qe is considerably different from before after pacman 3, so that script is quite useful.
    i don't understand this statement, i though pacman2 was/is soon to be incompatible with the current repo structure [1]http://www.archlinux.org/news/345/

  • AUR package not showing up with pacman -Qm

    So, according with this topic, the OP couldn't find the chromium-pepper-flash package with pacman -Qm, but for me it shows up on the search (I have installed it from the AUR, with makepkg). Currently this package is located in the AUR.
    I wonder why the OP couldn't find it? I mean, if this is an external package, not in the official repos, shouldn't it *always* shows up with pacman -Qm? Please notice that the OP didn't know at the time how he has installed this package, but I can't see other way if not with makepkg or with an AUR helper.
    Last edited by thiagowfx (2014-01-10 21:37:25)

    thiagowfx wrote:I wonder why the OP couldn't find it? I mean, if this is an external package, not in the official repos, shouldn't it *always* shows up with pacman -Qm?
    The only thing that I can think of is that it was installed from a repository, because pacman -Qm lists all the packages which uou have installed which are not from any local databases stored on your computer.

  • Custom list column not showing up in View Order by or Group by dropdown list

    Hi All,
    I have created a custom list with a custom column called "Description". Some items in the list do not have a description. What I wanted to do is create a view where the items with a description show first, and the items with no description are
    at the bottom of the list. I thought I could make a simple view that uses the Order by or Group by on the description column.
    The problem I am having is the description column doesn't show up in the dropdown list for either Order by or Group by within the custom view. Can someone please tell me why this happens and if there is anything I can do to rectify this problem.
    I hope you can help
    Colin

    Hi,
    I believe the "Description" field type is Multiple Lines of Text. Sorting doesn't allow in this field type. In order to do the sorting, you would require to create additional column like single line of text column (note that it supports only 255
    chars and require to truncate the data if more than 255) and update the data using event receiver or workflow. and do the sorting with that column.
    kmhsad

  • List of users who do not have USER GROUP.

    Hi friends,
    I want to find out the list of users who do not have USER GROUP.
    Can any one please let me know how to find out.
    Thanks,
    Ankitha

    Hi,
    use the transaction "suim" or the abap report "RSUSR002"
    -> user information system
    open tree -> user -> users by compley.... -> exec. users by complex...
    next screen -> Group for authorization -> select multiple selection (right symb.) -> in the tab 'single vals' -> click on the left symb. -> select '='
    leave the fields blank. -> 'F8' or ok. -> then in the main screen 'F8' or run.
    so you will get all users without a group asignment
    I hope it was helpfully.
    best regards
    Cahit

  • HT5312 I do not remember my security questions and the rescue email listed is not any that I know of, What should I do?!!

    I just bought an iPhone 5 and when I tried downloading apps I was prompted to enter my security questions, I do not remember the answers and the rescue Email that the reset Instructions were sent to is not one that I know of, What should I do to change the questions and the rescue email ??

    See my User Tip for some help: Some Solutions for Resetting Forgotten Security Questions: Apple Support Communities

  • [SOLVED] Pacman "config file could not be read" error during Arch ins

    I've been attempting to get Arch setup for a while now, and after having some trouble with partitions, my wireless connecting, and setting up repos and mirrors, which the Wiki helped me solve, I've hit a bigger bump.  While updating the system using pacman as the Beginners Guide says to do, I get errors when I try to continue the update process as follows :
    btw: I'm typing this on a laptop next to my computer
    [root@McArch~]# pacman -Syu
    error: config file /etc/pacman.d/core could not be read
    error: config file /etc/pacman.d/extra could not be read
    error: config file /etc/pacman.d/community could not be read
    :: Synchronizing package databases . . .
    error: failed to updated core (unexpected error)
    error: failed to updated extra (unexpected error)
    error: failed to updated community (unexpected error)
    error: failed to synchronize any databases
    Any tips as to whats going on?  I've tried to created said files, and even insert mirrors into the file, like in the /etc/pacman.d/mirrorlist file but this doesn't seem to help
    Last edited by Windfinder (2008-09-29 20:43:29)

    Glad you got it working.
    I'm not sure what happened in your install but I just finished using an old 2007.08 iso and pacman first starts out with /etc/pacman.d/core, etc/pacman.d/extra, /etc/pacman.d/community ... etc., but I never had your problem when I did the #pacman -Syu after initial install reboot.  The pacman update removes the above mentioned repos and replaces them with a single /etc/pacman.d/mirrorlist.  You must have messed up an initial config file somehow as I couldn't get the same errors you got.  It looks like you had your /etc/pacman.conf file messed up somehow and when you pointed it to the mirrorlist it could finally work properly.  I'll just include my /etc/pacman.conf file and /etc/pacman.d/mirrorlist so you can compare.  NB*  these are from my x86_64 so for 32 bit machines i686 would replace x86_64 in the files.
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl %u > %o
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #NoPassiveFtp
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # Testing is disabled by default. To enable, uncomment the following
    # two lines. You can add preferred servers immediately after the header,
    # and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    /etc/pacman.d/mirrorlist
    # Arch Linux repository mirrorlist
    # North America
    # - United States
    Server = http://mirror.neotuli.net/arch/$repo/os/x86_64
    Server = http://holmes.umflint.edu/archlinux/$repo/os/x86_64
    Server = http://archlinux.unixheads.org/$repo/os/x86_64
    Server = ftp://ftp.archlinux.org/$repo/os/x86_64
    Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/x86_64
    Server = ftp://ftp.gtlib.gatech.edu/pub/linux/distributions/archlinux/$repo/os/x86_64
    Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/x86_64
    Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/x86_64
    Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/x86_64
    Server = http://mirror.rit.edu/archlinux/$repo/os/x86_64
    Server = http://mirror.umoss.org/archlinux/$repo/os/x86_64
    # - Canada
    Server = ftp://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/@carch
    Well it was an interesting way to kill 30+ minutes.

  • User does not appear in group created from SAP role

    Hello --
    I have a user that has logged into InfoView successfully with SAP authentication and is showing in the CMC under the "User List." When I view the list of users in the group that was created from the SAP role he was a part of, he is not there.   When I go to the user account and view "Member of," the group IS shown in the list. 
    Any idea?  Any way I can "refresh" the group or anything like that?
    Thanks
    Casey

    Thanks for the replies.
    We are on XI 3.1 FP1.8 and we do have a CMS cluster.  Server reboots this weekend seem to have resolved the problem. I am curious why this question was asked, though:
    "Did you reassign the user to another SAP role after the user has already logged at least once in the InfoView?"
    Is this something that could have caused the problem or is it a possible workaround if we run into the issue again? 
    Thanks again...
    Casey

  • How to stop users not in any group and users from other groups accessing sites they have no permission to access on top link bar?

    Hello Community
        Using SharePoint 2010 Server and UI, a web application
    was created with subsites.
        The subsites have unique permissions and Owner, Member
    and Visitor groups.
        The problem is however even if a user does not exist
    in a group that user can access the top link bar/navigation
    bar and its sub sites.
        Also any user in any group can access any top link bar/navigation bar and its subsites.
        How do you enforce that if a user is not in a group
    they are denied access the top link bar/navigation bar and its
    subsites?
        Thank you
        Shabeaut

    If you are using the built in SharePoint navigation links, SharePoint will automatically hide links to sites that a given user doesn't have access to.
    The problem is, it sounds to me like you have a fixed top link bar that lists the content and if a user doesn't have access, the link still shows up.
    You may want to look at how the top link bar was encapsulated in the design of the page.  If it isn't wrapped in the permissions provider code, that could be the problem.
    I trust that answers your question...
    Thanks
    C
    |
    RSS |
    http://crayveon.com/blog |
    SharePoint Scripts | Twitter |
    Google+ | LinkedIn |
    Facebook | Quix Utilities for SharePoint

  • Pacman architecture + searching packages via interface

    I am aware of the long discussions on GUI's for pacman. But we have to focus on the aspect of usefullness when talking about software development.
    Pacman is a package installer etc.. and thus the link between a user and installing applications. Pacman is a very usefull tool/system: It is fast (using the wget option), doesn't breaks easily on dependencies, etc... . But pacman lacks on one big feature: searching!.
    If I need to search for a application I will have to use the archlinux website! (using grep and pipe the output is not an option).
    Of course I could use the pacman -Ss search-term command but then I could get a long list of unstructured results.
    Also if i would like to batch some packages I have to type all of them at once -> this is not a preferable way of working. Whenever I like to install a number of packages at once I have to type all the names. Selecting them in a list is conveniance.
    The kde application kpackage is perhaps the best way to implement this functionality. I found a lot of posts on a kpackage plugin but none very informative on the matther of existance.
    I am not interested in a real GUI for pacman, but more specific information on pacmans architecture and possibilies to be implemented inside automatisation applications like kpackage.

    This is simply not the case.
    pacman -Ss p2p
    extra/amule 2.0.0rc8-1
    aMule is a eMule-like client for ed2k p2p network
    extra/gift 0.11.8.1-1
    A bridge between P2P protocols and front-ends.
    extra/napshare 1.3-1
    A complete, fully featured Gnutella P2P client
    extra/xmule 1.9.5-1
    An easy to use, multi-platform clone of the eMule P2P filesharing client
    pacman -Ss p2p ftp
    current/bftpd 1.0.24-2
    A very configurable (and secure) Linux FTP server
    current/gftp 2.0.18-1
    A multithreaded ftp client for X Windows
    current/lftp 3.1.0-1
    Sophisticated command line based FTP client
    current/netkit-ftp 0.17-3
    Commandline ftp client
    current/netkit-tftp 0.17-3
    This is netkit-tftp for Linux
    current/proftpd 1.2.10-2
    A high-performance, scalable FTP server
    current/rssh 2.2.2-1
    A restricted shell for use with OpenSSH, allowing only scp and/or sftp
    current/snarf 7.0-2
    Command-line URL retrieval tool (http/ftp/gopher)
    current/vsftpd 2.0.2-1
    Very Secure FTP daemon
    extra/amule 2.0.0rc8-1
    aMule is a eMule-like client for ed2k p2p network
    extra/gift 0.11.8.1-1
    A bridge between P2P protocols and front-ends.
    extra/napshare 1.3-1
    A complete, fully featured Gnutella P2P client
    extra/xmule 1.9.5-1
    An easy to use, multi-platform clone of the eMule P2P filesharing client
    extra/kbear 2.1-2
    A graphical ftp client for KDE
    extra/ncftp 3.1.8-1
    A set of free application programs implementing FTP
    extra/pure-ftpd 1.0.20-2
    Pure FTP Server is a fast, production quality, standards-conformant FTP
    server
    extra/sitecopy 0.14.3-1
    Synchronize local and remote web site via FTP or WebDAV
    extra/tftp-hpa 0.40-2
    official tftp server
    extra/weex 2.6.1.5-1
    With weex, the maintainer of a web site or archive that must be administered
    through FTP interaction can largely ignore that process
    extra/wput 0.5-1
    A command line tool to upload files to FTP site, the opposite to wget
    searching for "p2p" gave me all the packages with p2p in their name/desc. Seaching for "p2p ftp" gave me all the ftp OR p2p pacakges.
    Is that not what you want?

  • Pacbak.sh, backup pacman file lists..

    So i'm not sure if someone has done anything like this before.. but I was reading the wiki and just thought I'd hack something together real quick.. This script will let you backup your current pacman installed list, and restore it if you decide to get your box the way you want it.. then all of a sudden it crashes and burns to the ground xD.. Anywho.. I know I could have done a better job but.. i'm lazy. Comments are so very welcome!!!
    #!/bin/bash
    # Set some random cool looking things :-/
    ESC_SEQ="\x1b["
    COL_RESET=$ESC_SEQ"39;49;00m"
    COL_RED=$ESC_SEQ"31;01m"
    COL_CYAN=$ESC_SEQ"36;01m"
    # Checking if root
    if [ "$(id -u)" != "0" ]; then
    echo -e $COL_RED"This script must be run as root"$COL_RESET
    exit 1
    fi
    case "$1" in
    backup)
    echo -e $COL_CYAN">>"$COL_RESET "Sending the backup command to pacman.."
    pacman -Qqe | grep -v "$(pacman -Qmq)" > pacbak.bak
    echo -e $COL_CYAN">>"$COL_RESET" Done!"
    restore)
    echo -e $COL_CYAN">>"$COL_RESET "First lets update pacman"
    pacman -Syy
    echo -e $COL_CYAN">>"$COL_RESET "Okay, now lets restore our backed up list.."
    sleep 2
    pacman -S $(cat pacbak.bak)
    echo -e $COL_CYAN">>"$COL_RESET "Done!"
    info)
    echo -e $COL_CYAN">>"$COL_RESET "Simple script to backup and restore your pacman list of installed programs."
    echo -e $COL_CYAN">>"$COL_RESET "Created by: Timothy Hoffmeyer <thoffmeyer>"
    echo -e $COL_CYAN">>"$COL_RESET "Contact: <[email protected]>"
    echo "usage: $0 {backup|restore|info}"
    esac
    exit 0

    Dieter@be wrote:
    thoffmeyer wrote:#!/bin/bash
    pacman -Qqe | grep -v "$(pacman -Qmq)" > pacbak.bak
    Why are you filtering out those packages?
    I personally want to backup explicitly installed packages, no matter where they are from.
    Tip: host your own binary repo and when you build packages from AUR (or others from source) put them there.
    I was setting up a repo @ my sever for packages.. so.. I'm working on it.. Thanks ghost1227.. arch-blocking like that.. lol.

  • Reg: Drop-Down list Box not  displaying values

    Hi Experts,
                     i am publishing a module pool program in the internet using SICF Transaction . In the internet my drop down list box is not displaying the default value  but in my sap it works fine .
    What may be the problem?
    Regards,
    Vikram

    Hello Thorsten Domsalla ,
                      My Problem is in my sap module pool program there is a drop down list box which disaplays  default values its working fine in sap gui but when i access through internet (SICF) Transaction the Drop down list box not listing out default values .
    i am using Integrated ITS Version 7.0 and Support package 08.
    Regards,
    Vikram

  • SocialListNotFound : The Social list does not exist in your personal site.

    In SharePoint 2013; when a person try to follow a document which is located the SkyDrive Pro of another person it pop up erros message shows as below.
    Something went wrong
    Sorry, we couldn't follow the document.
    TECHNICAL DETAILS
    SocialListNotFound : The Social list does not exist in your personal site.
    Can anyone help on this... 

    Hello all,
    I have the exact same issue.
    When a user tries to follow some document or site, the same error occurs. When I look at the personal site of the user, the "Social" list is missing.
    When I have another user do the same thing, it works! The Social list for that user is there.
    The difference between the 2 users:
    The user where the issue occurs => mysite has been upgraded from SharePoint 2010
    The user where the issue doesn't occur => mysite has been created after the upgrade to SharePoint 2013.
    So, I tried to delete the mysite of the user who had the issue and let him recreate it by visiting the MySite host and now it works!
    The thing is... I have 100 users having the same issue and a lot of them are actually using their mysite, so deleting those mysites is not really an option.
    I have 2 questions:
    1. why is that "Social" list not created when mysites are upgraded from SharePoint 2010?
    2. Can I trigger some process which fixes this for existing sites?
    Thanks,
    Bart

  • I'm having trouble sharing my i pod list with my other computer. I authorized both computer's, but list is not showing up in my laptop. (2nd generation Ipod nano)

    I'm having trouble sharing my Ipod list with my other computer. ( lap top) I authorized both computer's for home sharing but the list is not showing up on my laptop. My I pod is a second generation nano. So how do I get it to show up on my laptop?.  Also I only have two computer's but it's authorized with 4, two were old computer's, how do I take them off the list without deauthorizing all 4 computer's,? Or do I have to deauthorize all 4 and then authorize the two I have now? my desk top pc is operating on vista, and my laptop is operating on 7. Does that make a difference? HELP! thank you.

    iTunes Store: About authorization and deauthorization
    iTunes 10 for Windows: Authorize a computer to play iTunes Store purchases
    iTunes: Frequently asked questions about viewing and syncing videos
    iTunes 10 for Windows: authorize
    iPod appears in Windows but not in iTunes
    iPod not recognized in 'My Computer' and in iTunes for Windows

Maybe you are looking for

  • Some emails not coming through

    For some time now I have had the frequent problem of messages not showing up in the "sent messages" box. It's irritating not to be able to have a copy of all the emails I send, but I can live with it. For the past couple of weeks however, I've notice

  • TIF or JPEG for print

    When working in InDesign I've always placed my photos as TIF images. I read somewhere on the internet that now  it's ok to place native photoshop (psd) files or even high resolution jpegs in your documents. I was always taught that TIFs were used for

  • 500 - Internal Server Error with webgate.dll on IIS6

    I have an instance of OAM setup on IIS6. All the security policies are working fine. However, when a user get's an authorization failure, instead of displaying that Oracle Access Manager Denied page, i get a HTTP 500 Internal Server Error. The url in

  • Colors in LR 5 washed out after transfer to new laptop

    I just transferred my Lightroom 5 software to my new laptop, which runs Windows 8.1. I have calibrated the monitor using the software that comes preloaded with that version. The color display looks great on everything except when I open Lightroom. Th

  • Fontworker error in console: Cannot consume extension for

    So I am looking at my error log console and I am getting these two errors over and over and over again non stop.  12/31/13 6:12:05.011 AM fontworker[581]: could not consume extension for /Library/Application Support/Apple/Fonts (4653b7013beefd827c834