Package Details: geogebra-html 5.4.929.3-1

Git Clone URL: https://aur.archlinux.org/geogebra-html.git (read-only, click to copy)
Package Base: geogebra-html
Description: Dynamic mathematics software with interactive graphics, algebra and spreadsheet (HTML files only)
Upstream URL: https://www.geogebra.org
Licenses: LicenseRef-GeoGebra:https://www.geogebra.org/license
Submitter: evine
Maintainer: evine
Last Packager: evine
Votes: 0
Popularity: 0.000000
First Submitted: 2026-07-16 01:40 (UTC)
Last Updated: 2026-08-19 21:13 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

evine commented on 2026-07-16 05:17 (UTC) (edited on 2026-07-16 05:17 (UTC) by evine)

nginx config example:

server {
    listen 80;
    listen [::]:80;
    server_name example.com;
    root /usr/share/webapps/geogebra-html;
}