مشکل اجرای برنامه درایور منیجر پارچ

میخواستم برنامه رو اجرا کنم که به مشکل برمیخورم:

parch-driver-manager 
Traceback (most recent call last): 
  File "/usr/lib/python3.14/site-packages/parch_driver_manager/ui/app.py", line 89, in do_activate 
    win = MainWindow(self) 
  File "/usr/lib/python3.14/site-packages/parch_driver_manager/ui/window.py", line 45, in \__init_\_ 
    self.hardware_devices = SystemProber.get_hardware_devices**()** 
                            \~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~**^^** 
  File "/usr/lib/python3.14/site-packages/parch_driver_manager/system_prober.py", line 241, in get_hardware_devices 
    usb_devices = SystemProber.get_usb_devices() 
  File "/usr/lib/python3.14/site-packages/parch_driver_manager/system_prober.py", line 55, in get_usb_devices 
    code, out, err = SystemProber.run_command**(\["lsusb"\])** 
                     \~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~**^^^^^^^^^^^** 
  File "/usr/lib/python3.14/site-packages/parch_driver_manager/system_prober.py", line 25, in run_command 
    proc = subprocess.Popen( 
        command, 
    ...<2 lines>... 
        text=True 
    ) 
  File "/usr/lib/python3.14/subprocess.py", line 1039, in \__init_\_ 
    self.\_execute_child**(args, executable, preexec_fn, close_fds,** 
    \~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~**^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^** 
                        **pass_fds, cwd, env,** 
                        **^^^^^^^^^^^^^^^^^^^** 
    ...<5 lines>... 
                        **gid, gids, uid, umask,** 
                        **^^^^^^^^^^^^^^^^^^^^^^** 
                        **start_new_session, process_group)** 
                        **^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^** 
  File "/usr/lib/python3.14/subprocess.py", line 1990, in \_execute_child 
    raise child_exception_type(errno_num, err_msg, err_filename) 
**FileNotFoundError**: \[Errno 2\] No such file or directory: 'lsusb'

پیش‌نیاز هاشو نصب نداری.

sudo pacman -S usbutils pciutils

ممنون مشکل برطرف شد