Ich versuche, awesome 4.0 zu installieren . Um alle Abhängigkeiten zu installieren, die ich ausgeführt habe sudo apt-get build-dep awesome
. Wenn ich make in meinem fantastischen Verzeichnis ausführe, fehlen noch einige Bibliotheken:
$ make
Running cmake…
-- git not found.
-- asciidoc -> /usr/bin/asciidoc
-- xmlto -> /usr/bin/xmlto
-- gzip -> /bin/gzip
-- ldoc -> /usr/bin/ldoc
-- convert -> /usr/bin/convert
-- Checking for modules 'glib-2.0;gdk-pixbuf-2.0;cairo;x11;xcb-cursor;xcb-randr;xcb-xtest;xcb-xinerama;xcb-shape;xcb-util>=0.3.8;xcb-keysyms>=0.3.4;xcb-icccm>=0.3.8;xcb-xkb;xkbcommon;xkbcommon-x11;cairo-xcb;libstartup-notification-1.0>=0.10;xproto>=7.0.15;libxdg-basedir>=1.0.0;xcb-xrm'
-- No package 'xcb-xrm' found
CMake Error at /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:367 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:532 (_pkg_check_modules_internal)
awesomeConfig.cmake:153 (pkg_check_modules)
CMakeLists.txt:17 (include)
Ich habe überprüft, welches Paket ich installieren muss, um diese Lücke zu schließen, apt-cache search xcb-xrm
aber ich habe keine Ergebnisse erhalten. Dann habe ich die Abhängigkeitsliste von awesome überprüft, es gibt nur einen Eintrag, xcb-util-xrm
also habe ich nach apt-cache search xcb-util-xrm` gesucht. Ich habe auch keine Ergebnisse bekommen. Wie installiere ich die fehlende Bibliothek?
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
Antworten:
Wie von steeldriver erwähnt, ist das Paket erst am 16.10. Verfügbar.
Eine Möglichkeit besteht darin, es manuell aus dem Quellcode ( Github ) zu erstellen.
Eine zweite Möglichkeit wäre, es von einem Drittanbieter zu erhalten
quelle
E: Unable to locate package xcb-util-xrm
. Der Versuch, awesomewm in Ubuntu 14.04sudo apt-get install libxcb-xrm-dev
stattdessen seinEs scheint, als ob der Befehl lautet:
anstatt:
quelle
E: Unable to locate package libxcb-xrm-dev
. Der Versuch, awesomewm in Ubuntu 14.04 zu kompilieren