try:
            thr = Thread(target=get_installed_package, args=[targetHost, command_installed, os])
            thr.start()
        except Exception as e:
            print(traceback.format_exc())