You are not logged in.
Pages: 1
I am trying to install firewalld on an arch server with command pacman -S firewalld
but it seems the dependencies are way to many... check the output below ..., do we really need more than 400MB for a firewall package?
pacman -S firewalld
resolving dependencies...
:: There are 4 providers available for libgl:
:: Repository extra
1) mesa-libgl 2) nvidia-304xx-libgl 3) nvidia-340xx-libgl 4) nvidia-libgl
Enter a number (default=1): 1
warning: dependency cycle detected:
warning: harfbuzz will be installed before its freetype2 dependency
warning: dependency cycle detected:
warning: libtxc_dxtn will be installed before its mesa dependency
looking for inter-conflicts...
Packages (113): at-spi2-atk-2.12.1-1 at-spi2-core-2.12.0-1 atk-2.12.0-1 avahi-0.6.31-13
cairo-1.12.16-3 colord-1.2.3-1 compositeproto-0.4.2-3 damageproto-1.2.1-3
dbus-glib-0.102-1 dconf-0.20.0-1 ebtables-2.0.10_4-4 elfutils-0.159-1
fixesproto-5.0-3 fontconfig-2.11.1-1 freetype2-2.5.3-2 gdk-pixbuf2-2.30.8-1
glib-networking-2.40.1-1 gnutls-3.3.8-2 gobject-introspection-1.40.0-1
gpm-1.20.7-4 graphite-1:1.2.4-1 gsettings-desktop-schemas-3.12.2-1
gtk-update-icon-cache-2.24.24-1 gtk3-3.12.2-1 harfbuzz-0.9.35-1
hicolor-icon-theme-0.13-1 inputproto-2.3.1-1 jansson-2.6-1
jasper-1.900.1-10 js17-17.0.0-1 kbproto-1.0.6-2 lcms2-2.6-1
libcups-1.7.5-1 libdaemon-0.14-3 libdatrie-0.2.6-1 libdrm-2.4.58-1
libgusb-0.1.6-1 libjpeg-turbo-1.3.1-1 libmm-glib-1.2.0-5 libndp-1.3-1
libnewt-0.52.17-2 libnl-3.2.25-1 libnm-glib-0.9.10.0-4 libnotify-0.7.6-1
libomxil-bellagio-0.9.3-1 libpciaccess-0.13.2-2 libpng-1.6.13-1
libproxy-0.4.11-4 libsoup-2.46.0-1 libtasn1-4.2-1 libteam-1.11-1
libthai-0.1.19-1 libtiff-4.0.3-5 libtxc_dxtn-1.0.1-5 libx11-1.6.2-2
libxau-1.0.8-2 libxcb-1.11-1 libxcomposite-0.4.4-2 libxcursor-1.1.14-2
libxdamage-1.1.4-2 libxdmcp-1.1.1-2 libxext-1.3.3-1 libxfixes-5.0.1-1
libxft-2.3.2-1 libxi-1.7.4-1 libxinerama-1.1.3-2 libxkbcommon-0.4.3-1
libxml2-2.9.1-5 libxrandr-1.4.2-2 libxrender-0.9.8-1 libxshmfence-1.1-1
libxtst-1.2.2-1 libxxf86vm-1.1.3-1 llvm-libs-3.5.0-2.1 mesa-10.3.0-3
mesa-dri-10.3.0-3 mesa-libgl-10.3.0-3 nettle-2.7.1-1
networkmanager-0.9.10.0-4 nspr-4.10.7-1 nss-3.17.1-1 p11-kit-0.20.7-3
pango-1.36.6-1 pixman-0.32.6-1 polkit-0.112-2 pygobject-devel-3.12.2-1
python-3.4.2-1 python-cairo-1.10.0-4 python-dbus-1.2.0-3
python-dbus-common-1.2.0-3 python-decorator-3.4.0-2 python-gobject-3.12.2-1
python-six-1.8.0-1 python-slip-0.6.0-2 python2-2.7.8-2
python2-beaker-1.6.4-2 python2-mako-1.0.0-1 python2-markupsafe-0.23-1
randrproto-1.4.0-2 recordproto-1.14.2-2 renderproto-0.11.1-3
shared-mime-info-1.3-1 slang-2.2.4-3 sqlite-3.8.6-1 wayland-1.6.0-1
wpa_supplicant-2.2-2 xcb-proto-1.11-1 xextproto-7.3.0-1
xf86vidmodeproto-2.3.1-3 xineramaproto-1.2.1-3 xkeyboard-config-2.13-1
xproto-7.0.26-1 firewalld-0.3.11-1
Total Download Size: 75.13 MiB
Total Installed Size: 425.81 MiB
:: Proceed with installation? [Y/n]
Last edited by leihuang (2014-10-12 18:44:27)
Offline
firewalld has a GUI component that gets installed by default (see the dependency on gtk3?). If you don't like that, I'm afraid you'll have to get the package (using ABS or ASP) and strip it out manually.
Last edited by Runiq (2014-10-12 19:30:19)
Offline
Please use code tags when pasting to the boards https://wiki.archlinux.org/index.php/Fo … s_and_Code
Offline
Pages: 1