Package Details - xfwm4
Metadata
- Version
- 4.20.0-1
- Architecture
amd64- Section
universe/x11- Priority
optional- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian Xfce Maintainers <debian-xfce@lists.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://docs.xfce.org/xfce/xfwm4/start
- Description
window manager of the Xfce project
Relations
Depends
libc6 (>= 2.38)
libcairo2 (>= 1.2.4)
libepoxy0 (>= 1.5.2)
libgdk-pixbuf-2.0-0 (>= 2.25.2)
libglib2.0-0t64 (>= 2.80.0)
libgtk-3-0t64 (>= 3.21.5)
libpango-1.0-0 (>= 1.14.0)
libpangocairo-1.0-0 (>= 1.14.0)
libstartup-notification0 (>= 0.7)
libwnck-3-0 (>= 2.91.6)
libx11-6 (>= 2:1.2.99.901)
libxcomposite1 (>= 1:0.4.6)
libxdamage1 (>= 1:1.1)
libxext6 (>= 2:1.3.0)
libxfce4ui-2-0 (>= 4.11.0)
libxfce4util7 (>= 4.9.0)
libxfconf-0-3 (>= 4.6.0)
libxfixes3 (>= 1:4.0.1)
libxinerama1 (>= 2:1.1.4)
libxpresent1 (>= 1.0.1)
libxrandr2 (>= 2:1.2.99.3)
libxrender1
libxres1 (>= 2:1.2.1)
Recommends
Suggests
Provides
x-window-manager
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 xfwm4
Status & Files
Storage State: Physical (Cached)
Download Size: 501 KB
Installed Size: 3075 B
Component: universe
Hashes
SHA256: e5b0c3dfe6fdf308e0d6cd10948c52473dff49e2e7827a267e7ed750721e2c55 SHA1: 8afbb8b2c89c7101da9d07acbbd6cc0d6a4d560c MD5: a2ea789a566af8a36fdcf91e8140962dWhat 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.