باز امروز آمدیم mysql نصب کنیم با این خطا مواجه شدیم:
root@mng:~# apt-get install mysql-server mysql-client
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:
libc6 : Depends: libgcc1 but it is not going to be installed
Depends: tzdata but it is not going to be installed
mysql-client : Depends: mysql-client-5.5 but it is not going to be installed
mysql-server : Depends: mysql-server-5.5 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
بعد همینجوری که گفته کد زدیم دیدیم مگه یک فایل 13.4 مگی دانلود کن گفتیم چشم بعد دانلود این خطا را داد...
[code]root@mng:~# apt-get -f install Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
debconf dpkg libbz2-1.0 libgcc1 liblzma5 libselinux1 perl-base tar tzdata
zlib1g
Suggested packages:
debconf-doc debconf-utils whiptail dialog gnome-utils
libterm-readline-gnu-perl libgtk2-perl libnet-ldap-perl libqtgui4-perl
libqtcore4-perl apt bzip2 ncompress xz-utils
Recommended packages:
apt-utils debconf-i18n
The following NEW packages will be installed:
debconf dpkg libbz2-1.0 libgcc1 liblzma5 libselinux1 perl-base tar tzdata
zlib1g
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 0 B/4147 kB of archives.
After this operation, 13.4 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
libgcc1 libbz2-1.0 liblzma5 libselinux1 zlib1g tar dpkg perl-base debconf
tzdata
Authentication warning overridden.
E: Cannot get debconf version. Is debconf installed?
debconf: apt-extracttemplates failed: No such file or directory
dpkg: regarding .../libgcc1_1%3a4.7.2-2ubuntu1_armhf.deb containing libgcc1:armhf, pre-dependency problem:
libgcc1 pre-depends on multiarch-support
multiarch-support is unpacked, but has never been configured.
dpkg: error processing /var/cache/apt/archives/libgcc1_1%3a4.7.2-2ubuntu1_armhf.deb (--unpack):
pre-dependency problem - not installing libgcc1:armhf
Errors were encountered while processing:
/var/cache/apt/archives/libgcc1_1%3a4.7.2-2ubuntu1_armhf.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
[/code]