What type of hardware are you using : Old laptop or computer
What YunoHost version are you running : 12.1.39
How are you able to access your server : SSH
Are you in a special context or did you perform specific tweaking on your YunoHost instance ? : None
Describe your issue
Hi All.
I run a working Piwigo instance and was recently invited to try the AI plug-in. For it to work, I have to install the cURL extension for PHP, so I did the following, which was advised on this forum:
apt install php-gd php-curl php-gettext php-mcrypt
However, it stops with:
Unable to locate package php-gettext
Can anyone help me solve this one?
Many many thanks
Dj
Share relevant logs or error messages
None
otm33
April 24, 2026, 8:35am
2
Try with apt install php8.3-gettext
Piwigo uses php8.3
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"mariadb-server",
"imagemagick",
"php8.3-gd",
"php8.3-imagick",
"php8.3-xml",
"php8.3-mbstring",
"php8.3-mysqli",
"php8.3-ldap",
]
[resources.database]
type = "mysql"
Hello @otm33 thanks for your reply. I ran that and got:
I did the same for:
>php-curl
Came back as all are up to date:
>Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Note, selecting ‘php8.3-common’ instead of ‘php8.3-gettext’
php8.3-common is already the newest version (8.3.30-3+0~20260213.77+debian12~1.gbpa1591f).
php8.3-common set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@digitalcarnage:/home/deljones# apt install php8.3-curl
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
php8.3-curl is already the newest version (8.3.30-3+0~20260213.77+debian12~1.gbpa1591f).
php8.3-curl set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I need to go back tot he Piwigo guys and tell them I have the nessasry parts
Mant thanks
Dj