if command == 'respository':
        try:
            thr1 = Thread(target=get_all_package, args=[targetHost, command_all, os])
            thr1.start()
        except Exception as e: