Results 1 to 2 of 2

Thread: Installing Wine on Jammy Question

  1. #1
    Join Date
    Mar 2019
    Beans
    249

    Installing Wine on Jammy Question

    Hi,
    I got error codes when I tried installing Wine of Jammy OS just now and the suggestion to try apt-get update.

    When I did, the following code emerged.

    What do these code lines suggest?


    Code:
    apt-get update
    Reading package lists... Done
    E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
    E: Unable to lock directory /var/lib/apt/lists/
    W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
    W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
    Last edited by bhubunt; October 29th, 2023 at 04:33 PM.

  2. #2
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: Installing Wine on Jammy Question

    Your hint is this: "Permission denied"
    Use:
    Code:
    sudo apt update
    Apt needs admin privileges.

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
  •