- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm trying to install the CLI-component of Intel Advisor 2020 Update 1 in a Docker container based on Ubuntu 18.04 with the following command:
./install.sh --silent --accept_eula --install_dir /opt/intel/advisor_2020 --components intel-advisor-2020-cli-common__noarch
However, the installation fails and refers to missing libraries required for the GUI components. What is wrong? Do I have to install the packages anyway?
Here is the entire output:
dpkg-query: no packages found matching libgtk2.*common dpkg-query: no packages found matching libpango-1* cat: /proc/asound/version: No such file or directory dpkg-query: no packages found matching libasound2* dpkg-query: no packages found matching xserver-xorg There are one or more critical unresolved issues which prevent setup from continuing. Fix them and run the setup program again. -------------------------------------------------------------------------------- Missing critical prerequisite -- GTK2 library is not found. 'Graphical user interface' component(s) cannot be installed. The install program cannot detect a GTK2 library on the system. The graphical user interface of the product requires GTK2 version 2.4 or higher. To install GTK2 library, execute one of the following commands specific to your operating system: - Ubuntu / Debian: sudo apt-get install libgtk2.0 - Red Hat Enterprise Linux / CentOS: sudo yum install gtk2 - Fedora: sudo dnf install gtk2 - SUSE Linux Enterprise Server: sudo zypper install gtk2 Otherwise, go back and unselect 'Graphical user interface' component(s). -- Pango library is not found. 'Graphical user interface' component(s) cannot be installed. The install program cannot detect the system pango library required by the graphical user interface of the product. To install pango library, execute one of the following commands specific to your operating system: - Ubuntu / Debian: sudo apt-get install libpango-1.0-0 - Red Hat Enterprise Linux / CentOS: sudo yum install pango - Fedora: sudo dnf install pango - SUSE Linux Enterprise Server: sudo zypper install pango Otherwise, go back and unselect 'Graphical user interface' component(s). -- ALSA library is not found. 'Graphical user interface' component(s) cannot be installed. The install program cannot detect the Advanced Linux Sound Architecture system library (libasound) required by the graphical user interface of the product. To install ALSA library, execute one of the following commands specific to your operating system: - Ubuntu / Debian: sudo apt-get install libasound2 - Red Hat Enterprise Linux / CentOS: sudo yum install alsa-lib - Fedora: sudo dnf install alsa-lib - SUSE Linux Enterprise Server: sudo zypper install libasound2 - Clear Linux: sudo swupd bundle-add devpkg-alsa-lib Otherwise, go back and unselect 'Graphical user interface' component(s). -- Xorg X11 server is not found. 'Graphical user interface' component(s) cannot be installed. The install program cannot detect the Xorg X11 server required by the graphical user interface of the product. Contact your system administrator to install the package for the architecture or install the product on a compliant system. Otherwise, go back and unselect 'Graphical user interface' component(s). -------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Best regards,
Sebastian
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well, I got it working now somehow. Might have been that cpio was missing or some spelling error.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page