Results 1 to 3 of 3

Thread: Error when trying to use synaptic?

  1. #1
    Join Date
    Dec 2016
    Beans
    2

    Error when trying to use synaptic?

    I am a novice ubuntu user, and I use synaptic to uninstall applications. For some reason when I open synaptic, I get this error.

    Unable to get exclusive lock

    This usually means that another package management application (like apt-get or aptitude) is already running.
    Please close that application first.

    The thing is nothing else is open. What do I do?
    Last edited by lukemone; January 15th, 2017 at 04:14 PM. Reason: Subscribing to thread

  2. #2
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Error when trying to use synaptic?

    Run
    Code:
    ps aux | grep apt
    to see if another package manager program is running. If not, you may need to manually remove the lock file.

    More info here: http://askubuntu.com/questions/15433...nother-process

  3. #3
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Error when trying to use synaptic?

    It can also happen if your system is set to auto-upgrade security packages in the background with no action on your part; that may be active at the same time as you want to carry out some package management activity, so you may find it will work fine in a short while one the auto-upgrade is finished.

    That's one of the reasons I disable that auto-upgrade system on my machine; I like to keep full control.
    You can disable it if you wish, in the upgrades tab of Software-sources, but I believe it is the default to allow it to happen in the background, so make your choice, but whatever you do, it is wise to make sure your OS is kept fully updated.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •