Excluding packages from Gnome installation

Hello to all,
I have a fresh Arch Linux with Xorg installed. I want to install Gnome but not the entire Gnome applications universe... The Arch Wiki says that after you issue "pacman -S gnome" you will be given a list of packages AND the option to exclude some of them from the installation. But this is not the case... What you get is a simple y/n prompt. By selecting "no" the installation is aborted. By selecting "yes" the whole gnome meta-package is installed. I'm assuming the same thing will happen with "pacman -S gnome-extras" ?
Is there any workaround? I don't want to be removing one-by-one all the unneeded software, like with opensuse or ubuntu.
Thanks in advance

Try this : https://bbs.archlinux.org/viewtopic.php … 13#p784113

Similar Messages

  • [svn:fx-trunk] 13078: minor fix to exclude datavisualization from the package

    Revision: 13078
    Revision: 13078
    Author:   [email protected]
    Date:     2009-12-17 14:19:06 -0800 (Thu, 17 Dec 2009)
    Log Message:
    minor fix to exclude datavisualization from the package
    QE notes: dmv folks to verify it matches with what they want
    Doc notes:
    Bugs: no
    Reviewer: no
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/build.xml

  • Upgrade packages from installation USB

    Hi,
    I moved harddrive with arch installation from one computer to another one, everything works well, except of networking (second computer has different network card)
    What i want to do now, is reinstall/update kernels and drivers from my live arch USB. Is there any chance telling pacman to search for packages on live USB? I don't want to reinstall whole system.
    Thank you

    microcz wrote:What i want to do now, is reinstall/update kernels and drivers from my live arch USB. Is there any chance telling pacman to search for packages on live USB? I don't want to reinstall whole system.
    I'm a little confused.
    !) Are you trying to get the latest packages from the repos, while booted into the live environment?
    2) Or are you trying to install packages from your installed system's cache, while booted into the live environment?
    3) Or are you trying to install packages from the live USB?
    Karol's answer addresses (2) but I'm not sure if that's what you were asking.
    And why would you need to reinstall the entire system?

  • [SOLVED] Exclude a package from pacman database without uninstalling

    Hi all,
    I have heroes of newerth installed from AUR and I would like to detach this package from the database so it doesnt get updated when I use packer, the reason is because when an update occurs, I have to download the whole game again, and if I dont update the game prompts me to update when I login and I get only the patch (which results in a 2 minutes download instead of an hour download)
    So what I want to do Is tell pacman or packer that this package should be tracked an updated anymore, how can I do that?
    cheers and thanks for the help
    Last edited by 655321 (2011-08-26 22:02:51)

    mcmillan wrote:
    From man pacman
    TRANSACTION OPTIONS (APPLY TO -S, -R AND -U)
    -k, --dbonly
    Adds/Removes the database entry only, leaves all files in place.
    This would probably be a more proper way than just deleting the files from /var/lib/pacman/local. Though it may be best to reinstall it outside of pacman like Karol suggested just to be sure nothing is inconsistant.
    I didn't say it, Stebalien did ;P but I too think it would be the best choice.

  • How to go about removing KDE packages in Gnome?

    Somehow I seem to have ended up with a few KDE applications installed in my Gnome installation, and I'm not sure where they came from. I've tried removing them using pacman, but I can never find the correct application name. Is there a way to get rid of all things KDE related in one swoop?
    Thanks!

    Awebb wrote:
    How did they end up beeing on your system? Did you install them manually?
    So you have THAT many packages on your system that a manual search is too time comsuming?
    You can do a lot of filtering with pacman -Q. If those packages were installed manually, you can filter out all manually installed packages. Then you might want to search the package infos for the string "KDE".
    -> man pacman
    -> man grep
    I didn't install them manually, they were probably installed from careless pacman management on my part. There aren't that many actually, I just overlooked the -Q flag. Thanks for your help!

  • Display packages from category X, repository Y on commandline

    Yesterday I set up my first arch system. After fiddling around with the boot disks I managed to install via PXE. After I had it working there were no problems with the installation at all. I installed only the base system as suggested by the installer. Now the question: How can I display the packages from category X, repository Y on commandline, for instance all Editors in repository Current.
    The command
    pacman -S -g
    only shows a subset, like xfce4, gimp. Or do I misunderstand anything?
    Cheers
    Dennis
    EDIT
    Because of confusion I edited my question to make it clearer what I like to do.
    Last edited by stb (2007-03-13 21:25:05)

    There are no real categories in the repository.. just repositories.
    To search for keywords on packages, use
    $ pacman -Ss searchterm
    for example..
    $ pacman -Ss term
    would bring up things like aterm, rxvt, gnome-terminal..etc.
    the groups (-g) are for installing collections of packages. think of the things in -g as meta-packages...
    Like installing all of gnome in one command..
    $ pacman -Sg
    What is in the gnome meta package?
    $ pacman -Sg gnome
    gnome
    control-center epiphany gnome-applets gnome-backgrounds gnome-common
    gnome-desktop gnome-icon-theme gnome-media gnome-mime-data gnome-mount
    gnome-panel gnome-session gnome-themes gnome2-user-docs metacity nautilus
    yelp
    oh look..gnome..i want that...
    $ pacman -S gnome

  • 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

  • Install a package from Solaris 10 cd

    Hello,
    I accidentaly removed a package (namely SUNWgcc) from the system. I have the Solaris 10 CDs. Is it possible to install this package for the CD? I check the CD and it looks like SUNWgcc on it is not a package that I can install with pkgadd -d.
    Thank You,
    PN.

    This does not seem to work from the Solaris 10 CD 1 -
    the CD directory structure is different.
    Specifically I am trying to install SUNWmfrun which
    is in the /cdrom/tmp/root/var/sadm/pkg directory.Don't go there.
    Stay in the Product directories on the CDs. You'll find the package there.
    However this directory doesn't have a pkgmap file in
    it so running the pkgadd command fails. No, that's not a package. /var/sadm/pkg contains information about the package database, so some of the files and directories there have the same name as packages (but they're not packages).
    Further investigation shows another directory,
    /cdrom/tmp/root/var/sadm/pkg/SUNWmfrun/save/pspool/SUN
    Wmfrun which does have that file, but running pkgadd
    against that directory fails completely.Still not a package.
    How can I use pkgadd to add packages from the first
    CD in the Solaris 10 installation?The packages are in the 'Product' directory.
    Your paths seem odd. You have a normally booted host and you're just inserting the CD? What are the contents of /cdrom?
    Darren

  • Error with Data package execution from BPF or running package from custom b

    custom button.
    1.     When run package from BPF or custom button an error apear (for all users): "Subscript out of range".
    Package dynamic script
    PROMPT(SELECTINPUT,,,,"BUDGETHOLDER,CONTRACTOR,ENTITY,RPTCURRENCY,SCENARIO,VERSION")
    TASK(ZMF_BPC_LOGIC_RUN,EQU,%EQU%)
    TASK(ZMF_BPC_LOGIC_RUN,SUSER,%USER%)
    TASK(ZMF_BPC_LOGIC_RUN,SAPPSET,%APPSET%)
    TASK(ZMF_BPC_LOGIC_RUN,SELECTION,%SELECTION%)
    TASK(ZMF_BPC_LOGIC_RUN,SAPP,%APP%)
    TASK(ZMF_BPC_LOGIC_RUN,LOGICFILENAME,PAY_DEPT.LGF)
    2.     After click OK such selection screen appear.
    3.     When run package from eData menu u2013 Run package everything OK. And after running package from BPF or custom button everything become OK. (Only for user who run package from EData menu)
    4.     When Close BPC Excel and launch new BPC Excel error appear again.
    The partners have posted a Message 247960 / 2010
                                                                         created 23.03.2010 - 14:15:03 CET
    Could you please comment on the issue?

    Hi Usman,
    The solution is :
    1. Edit the files updateConfigProperties.properties and
    prependConfigProperties.properties in the installation directory:
    Replace the hostname with the value present during the initial installation.
    Note that the installation directory is the directory where SAPinst creates its log files.
    The original hostname should be reflected in the names of the profiles created by the installation
    (/usr/sap/<SID>/SYS/profile/<SID>_<Instance>_<hostname>).
    If the log files of the initial installation are still available the original hostname can also be found in the file jengine.properties in the value of the property box.number. This file is located in the installation directory the initial installation
    2. Restart the installation.
    This has to work,it worked for me.
    P.S: Give points,ok.
    Rgs
    vikas

  • Package from AUR failed to install after doing many steps, how to rm?

    How can I see what files have been left on my hard drive after a package failed to install. I can't pacman -Rsu the package because it didnt install, but now i got some other packages that i don't need then. and probably some other stuff while the package was being extracted..
    How can i prevent from leaving a messy trail?

    Yeah gen2ly, i was using yaourt to get a package from AUR.
    I was able to uninstall the extra packages that were uninstalled, but is it possible that when the PKGBUILD failed that it left some random files somewhere? That's what I trully want to know. The other dependancies i have already removed.
    Hey thanks for the info on unzip, Runiq! unzip works miracles!!!! I installed it, and now the front end "File Roller" AKA "Archive Manager" in Gnome can suddenly handle .zip files! It's awesome! no need for p7zip or xarchiver.
    Every newbie or windows transferee should know about it!
    But anyways, is it possible the failed PKGBUILD left files somewhere?

  • Virtual memory exhausted when compiling packages from AUR

    Recently I've seen this error more and more often. When I tried compiling some packages from AUR, I ended up getting "virtual memory exhausted" error. The first time it happened with clementine-git, then android-studio. Can I do something about it?

    I am also facing the same problem.  I am trying to install a package, and the installations aborts saying 'virtual memory exhausted'. The RAM is 2 GB and i have alloted 2 GB as swap.  Things i have tried so far
    -install  using yaourt
    -install using  makepkg.
    -change  TMPDIR to HDD.
    Even when i tried it without any window manager to start, limiting the RAM usage, the problem still persists. The only way is to allot an extra swap space, but that would mean that i will have to delete a partition, which is not a feasible solution. Is there anything else one could do. ?
    if it helps,
    ulimit -a
    core file size          (blocks, -c) 0
    data seg size           (kbytes, -d) unlimited
    scheduling priority             (-e) 20
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 16033
    max locked memory       (kbytes, -l) 64
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 1024
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    real-time priority              (-r) 0
    stack size              (kbytes, -s) 8192
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) 16033
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited

  • Install gzip package from Solaris 8 CDROM

    I was trying to add gzip package from Soloris 8 installation CDROM but was not successful, would appreciate your kind advice.
    regards!!!

    Try to remove the package and reinstall it again.
    --> pkgrm SUNWgzip
    Don't use CDROM version, try to download the newest version of gzip1.3 on http://www.sunfreeware.com
    ^_^

  • Cannot sign with certificate when packaging from descriptor and fileset - ADT

    Hi,
    I'm trying to use ADT to package my AIR 2.5 application as a native installer and use my own certificate to sign it. However, when I run the following command:
    adt -package -target native -storetype pkcs12 -storepass password -keystore certificate.p12 -keypass password -tsa none IDA-shell.exe shell-app.xml shell-0.5-RELEASE.swf classes
    it doesn't build an executable and gives the following message:
    Signing options required to package from descriptor and fileset.
    I'm just following the Adobe docs on this, so why isn't it working?
    Thx in advance

    Lisa, 
    I've tested edge with www.testocsconnectivity.com. When I enter true credentials, It responds :
    Testing remote connectivity to Microsoft Lync server through the Lync Access Edge server sip.contoso.com on port 5061 to verify user [email protected] can connect remotely.
    Specified remote connectivity test(s) to Microsoft Lync server failed. See details below for specific failure reasons.
     <label for="testSelectWizard_ctl12_ctl06_ctl03_tmmArrow">Tell
    me more about this issue and how to resolve it</label>
    Additional Details
    Couldn't sign in. Error: Error Message: Unable to establish a connection..
    Error Type: ConnectionFailureException.
    And I entered wrong credentials, it responds same result. I think there is a problem with DC? But edge can ping to DC, DC have edge A record..

  • Pacman. Cannot install previously uninstalled package from cache

    Hi all.
    I'm trying to install packages from shared cache to keep few machines in sync. I thought using "pacman -U --needed /path/to/cache/*" would solve it. However when I started testing I've noticed that when one package is removed I cannot install it  back that way. Pacman will just skip that package for some reason. If i use the same command but specify the the package /path/to/package/package_name or even first letter followed by * it will also install it. Why is that?

    Is it possible that the '*' is expanded in some unexpected way?
    I'm not using nfs, I tested it by uninstalling aurphan and running
    $ sudo pacman -U --needed /var/cache/pacman/pkg/*
    loading packages...
    warning: archlinux-keyring-20131027-1 is up to date -- skipping
    warning: aurora-27.0a2+20131114+gc6d8fa8-1 is up to date -- skipping
    warning: avahi-0.6.31-11 is up to date -- skipping
    warning: bison-3.0.1-1 is up to date -- skipping
    <snip>
    warning: xproto-7.0.25-1 is up to date -- skipping
    warning: xvidcore-1.3.2-3 is up to date -- skipping
    resolving dependencies...
    looking for inter-conflicts...
    Packages (1):
    Name New Version Net Change
    aurphan 20130912-1 0.03 MiB
    Total Installed Size: 0.03 MiB
    :: Proceed with installation? [Y/n]
    (1/1) checking keys in keyring [########################################################] 100%
    (1/1) checking package integrity [########################################################] 100%
    (1/1) loading package files [########################################################] 100%
    (1/1) checking for file conflicts [########################################################] 100%
    (1/1) checking available disk space [########################################################] 100%
    (1/1) installing aurphan [########################################################] 100%

  • How to make a ARCH package from local folder?

    hello ARCH lovers
    I can't seem to figure out how to make a installable
    package from a folder on my desktop?
    Coming from Slackware; the procedure would be simple enough just issuing
    "makepkg /root/pkgname.txz"
    Now; how would I do the same in ARCH?
    I know about PKGBUILD, etc but there is no source or any url's
    I just need to make it into a .pkg.tar.xz
    The package is my "kernel-live-kit" for both x86 and x86_64 versions of arch
    enabling one to remaster there existing install into a livecd/usb, etc
    The kernel itself is kernel26-zen from AUR
    http://aur.archlinux.org/packages.php?ID=30330
    however; mine is quite different and also includes all components to make the livecd using modified linux-live-6.3.0
    scripts and special stuff
    The pkg includes a premade kernel with modules and full kernel source
    The resulting live media is similar to my nFluxOS builds
    http://multidistro.com/
    As I will be releasing the new four horsemen of nFluxOS today; I also made 4 Kernel pkg's for the arch and slack versions
    Those will be for x86/x86_64 versions for both arch and slackware
    I did this in lieu of creating a quartet of x86_64 versions of nFluxOS; as that would up the number of versions to 8
    and I would then have to maintain 8 distro's instead of 4.
    I made a testing version of ARCH x86_64 live
    http://www.linuxquestions.org/questions … ost4017796
    so, I really need to make the ARCH x86 and x86_64 kernel kits into installable pkg's because there are many symlinks that would get corrupted if I just tarred it and then the end user untars it and copies it somewhere it would mess up the symlinks.
    as I said, in slackware I do makepkg and it creates a script named "doinst.sh" that makes all the symlinks, etc
    so, any help appreciated!
    thanks

    You can read a simple introduction to using the ABS here.
    By the way, it's not hard. Out of all the distributions I've used, Arch Linux is the only one I've figured out how to make packages for.

Maybe you are looking for