Snippet content copied to clipboard.
Are you sure to delete this snippet? No, don't delete
  1. + apt update && apt install -y php8.1-mysql
  2. WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
  3. Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
  4. Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
  5. Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
  6. Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7909 kB]
  7. Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [478 kB]
  8. Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]
  9. Fetched 8609 kB in 1s (5876 kB/s)
  10. Reading package lists...
  11. Building dependency tree...
  12. Reading state information...
  13. All packages are up to date.
  14. WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
  15. Reading package lists...
  16. Building dependency tree...
  17. Reading state information...
  18. E: Unable to locate package php8.1-mysql
  19. E: Couldn't find any package by glob 'php8.1-mysql'
  20. E: Couldn't find any package by regex 'php8.1-mysql'

Edit this Snippet