You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Post-install script debian-10-bb-johnny-five-installer/suite/buster/debian/postinst unpacks .tar.xz files during postinstall. The control file of this package should therefore declare a dependency on xz-utils. Otherwise it can happen that xz is not available during post-install. Then the untaring will fail and the installation will be broken.
The text was updated successfully, but these errors were encountered:
Post-install script debian-10-bb-johnny-five-installer/suite/buster/debian/postinst unpacks .tar.xz files during postinstall. The control file of this package should therefore declare a dependency on xz-utils. Otherwise it can happen that xz is not available during post-install. Then the untaring will fail and the installation will be broken.
The text was updated successfully, but these errors were encountered: