To prevent multiple apt instances from running at the same time, apt
create a lock file.
How to create a similar lock file in python for my program?
is it just an empty file or is it using a special atomic operation?
To prevent multiple apt instances from running at the same time, apt
create a lock file.
How to create a similar lock file in python for my program?
is it just an empty file or is it using a special atomic operation?