Запуск lmgrd на Ubuntu 14.04 LTS

Я установил Xilinx 14.7 на машину с Ubuntu 14.04 LTS (i386 - 64bit). Но я не могу запустить lmgrd (для запуска сервера лицензий).

Когда я решил эту проблему, я обнаружил, что пакет lsb-core должен быть установлен. Но у пакета много зависимостей, я хочу знать, как установить пакет lsb-core со всеми необходимыми зависимостями. Спасибо за помощь

При запуске sudo apt-get install lsb-core я получил следующий вывод:

Package lsb-core is not available, but is referred to by another package. 
This may mean that the package is missing, has been obsoleted, or
is only available from another source 
E: Package 'lsb-core' has no installation candidate

Итак, я скачал пакет lsb-core с http://packages.ubuntu.com / trusty / misc / lsb-core и использовал sudo dpkg -i ./lsb-core_4.1+Debian11ubuntu6_i386.deb для его установки

Сделав это, я получил следующий вывод

Selecting previously unselected package lsb-core. 
(Reading database ... 163205 files and directories currently installed.) 
Preparing to unpack .../lsb-core_4.1+Debian11ubuntu6_i386.deb ... 
Unpacking lsb-core (4.1+Debian11ubuntu6) ... 
dpkg: dependency problems prevent configuration of lsb-core: 
lsb-core depends on libc6 (>> 2.3.5). 
lsb-core depends on libz1. 
lsb-core depends on libncurses5. 
lsb-core depends on libpam0g. 
lsb-core depends on lsb-invalid-mta (>= 4.1+Debian11ubuntu6) | mail-transport-agent. 
lsb-core depends on at. 
lsb-core depends on binutils. 
lsb-core depends on cron | cron-daemon. 
lsb-core depends on libc6-dev | libc-dev. 
lsb-core depends on locales. 
lsb-core depends on m4. 
lsb-core depends on mailx | mailutils. 
lsb-core depends on ncurses-term. 
lsb-core depends on pax. 
lsb-core depends on psmisc. 
lsb-core depends on alien (>= 8.36). 
lsb-core depends on python3. 
lsb-core depends on lsb-security (>= 4.1+Debian11ubuntu6). 
lsb-core depends on time. 

dpkg: error processing package lsb-core (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db (2.6.7.1-1) ...
Errors were encountered while processing:
 lsb-core

I am unable to install gdebi. On running `sudo apt-get install gdebi`
I got the following output: 

 Package gdebi is not available, but is referred to by another package. 
 This may mean that the package is missing, has been obsoleted, or is 
 only available from another source  

 E: Package 'gdebi' has no installation candidate

I want to know how to install `lsb-core` package with all the necessary dependencies in one go.
2
задан 21 August 2014 в 19:52

2 ответа

Попытайтесь установить следующим методом:

sudo apt-get update
sudo apt-get install gdebi
wget http://mirrors.kernel.org/ubuntu/pool/main/l/lsb/lsb-core_4.1+Debian11ubuntu6_i386.deb
sudo gdebi lsb-core_4.1+Debian11ubuntu6_i386.deb
0
ответ дан 21 August 2014 в 19:52
sudo apt-get upgrade
sudo apt-get lsb-core
sudo apt-get update
sudo apt-get upgrade

Выполнение вышеупомянутой вещи с неограниченным доступом к Интернету решило мою проблему.

0
ответ дан 21 August 2014 в 19:52

Другие вопросы по тегам:

Похожие вопросы: