Package Details - actiona
Metadata
- Version
- 3.11.1-3ubuntu2
- Architecture
amd64- Section
universe/utils- Priority
extra- Origin
- Ubuntu
- Maintainer
- Adrien Cunin <adri2000@ubuntu.com>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://actiona.tools
- Description
emulate human activity through a powerful GUI and JavaScript
Relations
Depends
libbluetooth3 (>= 4.91)
libc6 (>= 2.34)
libgcc-s1 (>= 3.3.1)
libglib2.0-0t64 (>= 2.12.0)
libnotify4 (>= 0.7.0)
libopencv-core410 (>= 4.10.0+dfsg)
libopencv-imgproc410 (>= 4.10.0+dfsg)
libqt6core5compat6 (>= 6.6.0)
libqt6core6t64 (>= 6.9.1)
libqt6dbus6 (>= 6.8.2)
libqt6gui6 (>= 6.8.2)
libqt6multimedia6 (>= 6.6.1)
libqt6multimediawidgets6 (>= 6.6.1)
libqt6network6 (>= 6.4.0)
libqt6qml6 (>= 6.6.0)
libqt6sql6 (>= 6.1.2)
libqt6texttospeech6 (>= 6.6.1)
libqt6uitools6 (>= 6.6.0)
libqt6widgets6 (>= 6.8.2)
libstdc++6 (>= 14)
libudev1 (>= 183)
libx11-6
libxtst6 (>= 2:1.2.5)
qt6-declarative-private-abi (= 6.9.2)
Recommends
Reverse Dependencies
Loading…
How to Install
Step 1: Add this APT server
Option A: Using APKG CLI (recommended):
sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/1
Don't have apkg?
See how to install APKG CLI.
Option B: Manual bash setup:
sudo mkdir -p /usr/share/keyrings && \
curl -sL https://apkg-dev.aiursoft.com/artifacts/certs/anduinos | gpg --dearmor | sudo tee /usr/share/keyrings/anduinos-archive-keyring.gpg > /dev/null && \
echo "Types: deb
URIs: https://apkg-dev.aiursoft.com/artifacts/anduinos/
Suites: questing
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-1.sources && \
sudo apt update
Step 2: Install the package
sudo apt install actiona
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 8204 KB
Installed Size: 40102 B
Component: universe
Hashes
SHA256: 81931d3e4fcd9faed841fa0b759fc910105ab5142b63595ac344c27e4023976f SHA1: 3c12a5c37b18c061db6bb79170b8e6278055d8f2 MD5: fd0989ba6b265ca537ed406f84747782What is a Package?
A .deb package is a software bundle ready to install on Debian/Ubuntu systems. It contains binaries, configs, and dependency metadata.
How to use: First add the APT repository via sudo apkg add-source, then sudo apt install @pkg.Package. Or download the .deb directly.