Searched defs:dpkg (Results 1 - 1 of 1) sorted by relevance

/lxc/src/python-lxc/examples/
H A Dapi_test.py52 # Try to get the host architecture for dpkg systems
56 dpkg = subprocess.Popen(['dpkg', '--print-architecture'], variable
60 if dpkg.wait() == 0:
61 arch = dpkg.stdout.read().strip()

Completed in 217 milliseconds