Announcement

Collapse
No announcement yet.

Installing Audacity using the konsole- error-could not open lock file- Solved

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Installing Audacity using the konsole- error-could not open lock file- Solved

    I'm a Newbie trying to install Audacity. I opened konsole and entered
    sudo apt-get install audacity
    it was unable to install some archives so I ran
    apt-get update
    as suggested and now get the message
    E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission denied)
    E: Unable to lock the list directory

    Can anyone assist please?

    #2
    Re: Installing Audacity using the konsole- error-could not open lock file

    As the error message says, you don't have enough permissions as a regular user. You have to use sudo.
    So it's:
    Code:
    sudo apt-get update

    Comment


      #3
      Re: Installing Audacity using the konsole- error-could not open lock file

      Make sure you haven't got any other package management software running, then try again. If you still get lock file warning do a

      Code:
      sudo /var/lib/apt/lists/lock
      Now try again
      Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

      Comment


        #4
        Re: Installing Audacity using the konsole- error-could not open lock file

        Thanks
        The sudo fixed it, then I just ran the install command again.

        Comment


          #5
          Re: Installing Audacity using the konsole- error-could not open lock file- Solved

          Great you got it fixed DESPITE my efforts - I meant of course

          sudo rm /var/lib/apt/lists/lock
          Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

          Comment

          Working...
          X