Eu tentei instalar o minicom no Ubuntu 16.4.3 LTS Server, no qual não tive nenhum problema quando o instalei na versão para desktop do 16.4.3 que eu tinha instalado no meu servidor anteriormente e agora recebo o seguinte após a troca ao servidor para obter suporte oficial para serviços de servidor, bem como programas:
username@hostname:~$ sudo apt-get -y install minicom
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
gcc-5-multilib : Depends: libc6-dev-i386 (>= 2.11) but it is not going to be installed
libc6-dev-x32 : Depends: libc6-dev-i386 (= 2.23-0ubuntu9) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
username@hostname:~$ sudo minicom -s
sudo: minicom: command not found
username@hostname:~$
Eu corri sudo apt-get -f install
da seguinte forma, mas não ajudou:
username@hostname:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
libc6-dev-i386
The following NEW packages will be installed:
libc6-dev-i386
0 upgraded, 1 newly installed, 0 to remove and 194 not upgraded.
127 not fully installed or removed.
Need to get 0 B/1,262 kB of archives.
After this operation, 6,936 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 276132 files and directories currently installed.)
Preparing to unpack .../libc6-dev-i386_2.23-0ubuntu9_amd64.deb ...
Unpacking libc6-dev-i386 (2.23-0ubuntu9) ...
dpkg: error processing archive /var/cache/apt/archives/libc6-dev-i386_2.23-0ubuntu9_amd64.deb (--unpack):
trying to overwrite '/usr/include/sys/uio.h', which is also in package libc6-dev-amd64:i386 2.23-0ubuntu9
Errors were encountered while processing:
/var/cache/apt/archives/libc6-dev-i386_2.23-0ubuntu9_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
username@hostname:~
Eu exaurei tudo o que pude pensar e não sei o que preciso fazer para resolver esse problema ou o que tudo significa nessas mensagens de erro, especialmente a de sudo apt-get -f install
.
Se estiver dizendo que precisa de bibliotecas de 32 bits, eu já tentei instalá-las da seguinte maneira para o cliente de jogos Steam da válvula, que sempre funcionou antes:
sudo apt-get install ^libc6.*