[SOLVED] where does pacman keep downloaded packages?

Stupid question, I know - but I seem to be having a tough time finding the docs or config that describes where pacman stores the downloaded packages during upgrades and installs.
Last edited by corey_s (2011-07-12 02:30:04)

Right on, thanks guys.   I had even looked in /etc/pacman.conf and somehow still missed it...  sheesh.
Cheers

Similar Messages

  • Where does pacman stores downloaded programs?

    I am trying to use Grip  but need to find the path for lame  I used pacman -S lame  now i need to link the encoder excutable to the full path were lame was placed by pacman
    Thanks

    Pacman downloads packages to /var/cache/pacman/pkg/ by default. Pacman then unpacks them and installs them on your system. If you need to find the full path to an executable, use the "which" command:
    which lame
    That will display the full path to lame. To see the full path to all files belonging to lame, you could do this:
    pacman -Ql lame

  • Where does pacman saves the downloaded stuff?

    When I first installed a program, it installed but pacman needed to download things, I then remove it but... When I re-install it again, pacman doesn't need to download the things any more...
    Where does pacman store the downloaded stuff?
    How do I get rid of them?

    /var/cache/pacman/pkg
    pacman -Sc  or pacman -Scc   
    i recommend -Sc ,  -Scc can be harmful in the long run if you ever need to downgrade a package
    Last edited by jc61990 (2013-02-19 15:21:48)

  • [solved] Where does yaourt store packages it creates from AUR ?

    Hi !
    Using yaourt for AUR access, pretty happy with it, too (most features & fast enough for me).
    Now when I install something from the AUR, I'd like to keep a backup copy of the package (handy especially for some git / svn packages that do not always build). This leads to the question, where does yaourt store the packages before installing (should be able to grab a copy then ...) ? Or does yaourt itself keep a backup copy somewhere, like pacman does ?
    Thanks, A.
    Last edited by axel668 (2010-05-20 18:05:19)

    Please don't do that; that is what the wiki is for. https://wiki.archlinux.org/index.php/Fo … Bumping.27
    Closing

  • Where Does Mountain Lion Download To?

    I'm in the process of downloading ML so taht I can create a second bootable drive. Where does the ML download go to? I' ve looked several times throguh my downloads folder but I don't see it in there.
    Thanks!

    In the Applications folder.
    You can make a backup or a bootable installer disk BEFORE you install ML: after the install the installer is gone.
    Use Lion Diskmaker, works for ML too.

  • Where does mail store downloaded photos

    Where does mail store downloaded photos?

    If I understood you... you can export your entire iPhoto library to an external Hard Drive? I could only see import option...
    You're welcome. Yes, that is correct. In iPhoto, File > Export... > Select external drive.
    You said your drive has to be specially formatted - is that for if you want to export your photos to that drive? Or do you mean if you wanted the iPhoto library to be located primarily on the hard drive?
    I meant the latter > specifically, your external drive would need to be formatted in this manner if you wanted your primary iPhoto library to reside on an external drive and function correctly. This format is the format of your MBP's internal drive.
    Format the drive as FAT32 using disk utility to make the drive universally compatible between OSX/windows. Place the JPEG images on the drive. Transfer between machines with no problem.

  • Where does my song download go on windows 8

    where does my song download? go windows 8

    Hi DaniMahmood,
    Welcome to the Apple Support Communities!
    When syncing contacts with a Windows 8 computer, you can either sync to Windows Contacts or Microsoft Outlook. Please use the following article as a reference.
    iOS: How to transfer or sync content to your computer
    http://support.apple.com/kb/HT1296
    Contacts
    Sync contacts with your computer:
    In OS X Mountain Lion v10.8, or OS X Mavericks v10.9.3 or later choose Sync Contacts.
    In OS X Lion v10.7 or earlier, choose Sync Address Book contacts.
    In Windows, choose Sync Contacts.
    You can sync your contacts with:
    Contacts (OS X Mountain Lion or OS X Mavericks v10.9.3 or later)
    Microsoft Entourage 2004, Microsoft Entourage 2008, or Microsoft Outlook 2011 for Mac (OS X Mountain Lion and earlier)
    Microsoft Outlook 2003, Microsoft Outlook 2007, Microsoft Outlook 2010 (Windows XP, Windows Vista, Windows 7, and Windows 8)
    Microsoft Entourage 2004, Microsoft Entourage 2008, or Microsoft Outlook 2011 for Mac (OS X Mountain Lion or earlier)
    Windows Address Book (Windows XP)
    Windows Contacts (Windows Vista, Windows 7, and Windows 8)
    Address Book (OS X Lion or earlier)
    Have a great day,
    Joe

  • Where does WL keep my Java files that it creates from JSPs?

    Hi,
    I'm using WL 9.2.2 on Solaris 9 (JDK 1.5). When WL builds a JSP page, it presumably converts those JSP pages to Java files before compiling them. Where does it keep those Java files? I'm having a hard time figuring out where my NullPointerException is occurring ...
    java.lang.NullPointerException
    at jsp_servlet._jsp._groups.__addgroup._jspService(__addgroup.java:810)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:394)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:309)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:525)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:261)
    at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1085)
    at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:398)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:241)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.myco.nps.im.plugin.NPSIMIntercepter.forwardRequestDirect(NPSIMIntercepter.java:852)
    at com.myco.nps.im.plugin.NPSIMIntercepter.doFilter(NPSIMIntercepter.java:193)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3229)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2002)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1908)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1362)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Thanks, - Dave

    It deletes them by default. If you want to preserve them, set the "keepgenerated" and "working-dir" (this one so you don't have to hunt for them) elements in the "jsp-descriptor" element in the weblogic.xml file.
    [http://e-docs.bea.com/wls/docs103/webapp/weblogic_xml.html#wp1038491]

  • Where does Mail keep its hidden cache of auto-complete email addresses.  I am plagued with an incorrect email adress I can't get rid of.  Have made sure it's deleted from Contacts and made sure it's deleted from "previous recipients" list in Mail - i

    Where does Mail keep its hidden cache of auto-complete email addresses.  I am plagued with an incorrect email address I can't get rid of.  Have made sure it's deleted from Contacts and made sure it's deleted from "Previous Recipients" list in Mail.  But it still keeps reappearing ... obviously a secret cache file hidden somewhere?

    Autocomplete has nothing to do with this problem.
    From the Mail menu bar, select
              Window ▹ Connection Doctor
    Look for a disused SMTP (outgoing mail) account in the window that opens. Double-click it. Another window will open, showing a list of all the outgoing mail accounts. The unwanted one will be selected. Click the minus-sign button to delete it, then click OK.
    If there's more than one unwanted account, repeat.

  • Pacman cant download packages upgrade doesnt work SOLVED

    Pacman is complaining that there is no package to download. Also to each server it connnects gives error 404.
    I checked my mirrorlist and I have enough servers checked there. Also I think there noting wrong with pacman.conf.
    My system was not upgraded for at least 2 years.
    Here I tried to upgrade one of the packages.
    Proceed with installation? [Y/n] Y
    :: Retrieving packages from core...
    --2012-07-11 17:08:56--  ftp://mirrors.kernel.org/archlinux/core … pkg.tar.xz
               => `/var/cache/pacman/pkg/glibc-2.14-6-x86_64.pkg.tar.xz.part'
    Razrešuje se mirrors.kernel.org...149.20.4.71
    Povezujem se na mirrors.kernel.org|149.20.4.71|:21... priključen.
    Prijavljam se kot anonymous ... Prijavljen!
    ==> SYST ... opravljeno. ==> PWD ... končano.
    ==> TYPE I ... opravljeno.==> CWD (1) /archlinux/core/os/x86_64 ... končano.
    ==> SIZE glibc-2.14-6-x86_64.pkg.tar.xz ... končano.
    ==> PASV ... opravljeno. ==> RETR glibc-2.14-6-x86_64.pkg.tar.xz ...
    No such file `glibc-2.14-6-x86_64.pkg.tar.xz'.
    --2012-07-11 17:09:01--  http://archlinux.limun.org/core/os/x86_ … pkg.tar.xz
    Razrešuje se archlinux.limun.org...176.9.127.47, 2a01:4f8:151:9121::2
    Povezujem se na archlinux.limun.org|176.9.127.47|:80... priključen.
    HTTP zahteva poslana, čakam odgovor... 404 Not Found
    2012-07-11 17:09:01 NAPAKA 404: Not Found.
    Last edited by b0f00narch (2012-07-12 16:34:47)

    Pacman is broken now.
    pacman -Syu
    pacman: error while loading shared libraries: libarchive.so.12: cannot open shared object file: No such file or directory
    Followed all the news and changes from year 2010. My problem was that I could not upgrade pacman to version 4 (is 3.5 npw). But now even the current version 3.5 is broken.
    I will have to manually install pacman or what ?
    Q: pacman is completely broken! How do I reinstall it?
    A: In the case that pacman is broken beyond repair, manually download the necessary packages (openssl, libarchive, and pacman) and extract them to root. The pacman binary will be restored along with its default configuration file. Afterwards, reinstall these packages with pacman to maintain package database integrity. Additional information and an example (outdated) script that automates the process is available in this forum post.
    Lets try this...
    It worked, now I have pacman version 4.
    Last edited by b0f00narch (2012-07-11 19:16:46)

  • Where does Snow Leo download the upgrade packages?

    The software-upgrade function starts automatically in my osx 10.6, it downloads all the upgrade packages but before installing them, it asks me if I want to install all of them or few of them. Last time, I wanted to install only few of them. Now my question is: where did Snow Leopard download the rest of the upgrade packages that I didn't install? Can I delete them?
    Thanks a lot for your answers.

    Software Update will always download the updates to /Library/Updates.  That is the Library folder at the root of your hard drive.
    There is an option in SU to have it automatically download updates in the background.  In this case, all updates may already be downloaded by the time you see them listed in SU.  Downloading and installing are two distinct processes.  Just because SU downloads an update, it will not install the updates until you tell it to.
    There is also an option to not have SU download the updates in the background.  In this case, when SU notifies you that there is an update available, it will first have to download the software before it can install it.  Again, the download will be temporarily placed in the /Library/Updates directory.

  • Does pacman re-download even the same db on pacman -Sy?

    let's say a maniac does
    sudo pacman -Syu
    every 2 minutes.
    now in 2 minutes, nothing is changed..
    does pacman asks for the filesize of the db, and if *exactly* the same, does it re-download it or not?
    and if does, then why?

    ok, it should be implemented. The last week I was worried on all guys by default getting packages from archlinux.org
    at least same db should not be downloaded twice, and that can save some bandwitdh I hope.
    http://bugs.archlinux.org/index.php?do=details&id=1492
    btw, you all know, but md5sum has had a collision detection in august
    http://en.wikipedia.org/wiki/Md5sum

  • Where does Lightroom keep my photos?

    I always import my photos from my CF card into my USB external hard drive. When I view my hard drive, Finder shows all my photos and I always thought that's where my pictures were.
    Then, I unplugged my laptop, took it to another location, and run Lightroom on battery. Wait a minute, all the photos I thought were on the USB external hard drive which is now disconnected showed up and play perfectly in slide show.
    I went Finder through every file in the Macintosh HD, I can't see a single photo, yet Lightroom is definitely keeping a copy of it somewhere in the Mac HD.
    My questions are:
    (1) Where does Lightroom hide these photos?
    (2) How does this impact my Macintosh HD storage capacity?
    (3) How can I remove these photos from the Macintosh HD so that if I lost my Macbook Pro, the thief cannot steal my photos.
    Please help.
    Thank you all in advance.
    Eddie

    What you are seeing are the previews that Lr generates for every image that gets imported.
    (1) These previews are not hidden but are in the same directory as the Lr database. Read more here:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=333660
    (2) Lr previews -- depending on what size you generate and the number of images imported -- can consume a lot of space. But disk is cheap.
    (3) Paranoia is no reason to delete the previews. Don't lose your laptop!

  • Where does Omniportlet  keep it's database connection information?

    Where in the infrastructure database does Omniportlet keep the database connections it asks for when setting up an SQL query? Occasionally we clone our production portal into our development portal and I'd like to programatically change what SID my omniportlet connections are pointing at in Dev.

    I'm looking for the same thing, did you ever get an answer?

  • (SOLVED) where does the xorg server gets the Composite file from?

    I'd like to see the list of composite combinations. Seeking on the Internet I understand that the file should be:
    /usr/share/X11/locale/en_US.UTF-8/Compose
    Where en_US.UTF-8 is my locale, but according to that file:
    <Multi_key> <underscore> <o>         : "ō"   U014D # LATIN SMALL LETTER O WITH MACRON
    I should obtain the small letter o with the macro using multi_key underscore and o. Instead I obtain this: º.
    Same problem with the
    <Multi_key> <c> <o>                  : "ǒ"   U01D2 # LATIN SMALL LETTER O WITH CARON
    If I press the keys I obtain: ©, the copyright sign...
    So... Where does the arch xorg got its Compose file? Change I change its behavior?
    Thanks.
    Last edited by ezzetabi (2009-10-10 15:25:02)

    I ignored that is was an application side issue, thanks for explanation. And indeed I was using lxterminal: the terminal emulator of lxde that is based on GTK. Using the xim input system everywhere solved the problem.
    People! Listen! Put this two lines in your .xinitrc :
    . /etc/X11/xinit/xinitrc
    export GTK_IM_MODULE=xim
    export QT_IM_MODULE=xim
    exec whatever you use
    Thanks! Cheers!
    Last edited by ezzetabi (2009-10-10 15:25:25)

Maybe you are looking for

  • Download stopped with error = -50

    I purchased something on the iTunes store and now the download does not finish.  It errors out at 120.1 MB with a status of stopped (err= -50)  My internet is working (obviously as I am posting this from it).  I have tried the download from my PC and

  • Please help me i lost my secret question answer

    how to rest please

  • Getting the message "Error generating preview" when building the installer.

    I'm getting this error when attempting to expand the application in the installer.  However, I am able to preview the built application without errors.  Please see the attached screen shots.  I have built this application several times before without

  • Wadlogs not logging the traces for Worker role in Azure

    Hi Everyone, I have issue in logging the workerroles logs in Azure Wadlogs table for past 4 days to till. Actually before it was logging the trace logs for the worker role in same azure wadlogs table only. I have checked the space availability of the

  • Timeline Question. Flash CS3 Pro

    I am trying to create a simple flash animation where first one line text is on screen and then it blurs and vanishes to be replaced by the next line of text. I have 8 lines of text that I want to do this to. I have each text on its own layer. How do