linux Linux Unable to run apt update | Lock held by apt-get
Jump
  • "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
    1 year 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

    8
  • nix Nix Confusion with aliases
    Jump
  • "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
    1 year 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
  • nix Nix Confusion with aliases
    Jump