Package Details - libecal-2.0-3
Metadata
- Version
- 3.56.2-3ubuntu0.1
- Architecture
amd64- Section
libs- Priority
optional- Source
evolution-data-server- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://gitlab.gnome.org/GNOME/evolution/-/wikis/home
- Description
Client library for evolution calendars
Relations
Depends
libc6 (>= 2.33)
libcamel-1.2-64t64 (>= 3.24.1)
libedataserver-1.2-27t64 (>= 3.51.2)
libglib2.0-0t64 (>= 2.62.0)
libical3t64 (>= 3.0.15)
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/2
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-updates
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-2.sources && \
sudo apt update
Step 2: Install the package
sudo apt install libecal-2.0-3
Status & Files
Storage State: Physical (Cached)
Download Size: 169 KB
Installed Size: 625 B
Component: main
Multi-Arch: same
Hashes
SHA256: 7c964c54db3421027c80e81e768b15159948ed99340040a3d0399bb5d9ffdbfa SHA1: 770ed5e8c3be5a6c066bcea5337356fad3986f20 MD5: 94935dc928ac19e1898a0daddf56a6a6What 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.