Unable to run apt update | Lock held by apt-get
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTH
    ThingsThatKillYou
    1y ago 100%

    Check if the process is actually running

    ‘ps aux | grep 1635’

    (You should see a line output)

    More likely its not running and crashed without cleaning up the lock file, you might want to figure out why from logs and whatnot but its ok also to remove that file and try again

    7
  • nix
    Nix 1y ago
    Jump
    Confusion with aliases
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTH
    ThingsThatKillYou
    1y ago 100%

    That should work, unless there is something wrong with the values themselves, you can also check the bash profile files nix generates.

    Cant say much without seeing the code.

    1