/usr/bin/json2streams is in simplestreams 0.1.0~bzr426-0ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #!/usr/bin/python3
# Copyright (C) 2013, 2015 Canonical Ltd.
import sys
from simplestreams.json2streams import main
if __name__ == '__main__':
sys.exit(main())
|