Future<bool> hasAvbctl({bool debug = false}) async { return command( 'avbctl', debug: debug, ).then((_) => true).catchError((e) => false); }