Форум русскоязычного сообщества Ubuntu


Следите за новостями русскоязычного сообщества Ubuntu в Twitter-ленте @ubuntu_ru_loco

Автор Тема: [Решено] Не Устанавливается PHP zip  (Прочитано 2209 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн ruvideos

  • Автор темы
  • Новичок
  • *
  • Сообщений: 26
  • Ubuntu 16.04, Debian 8
    • Просмотр профиля
Доброго дня подскажите почему не устанавливается модуль PHP zip в php7.0
Выдает такоеroot@trtrtr:~# apt-get  install php-zip
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:
 linux-image-generic: Depends: linux-image-4.4.0-174-generic but it is not going to be installed or
                                linux-image-unsigned-4.4.0-174-generic but it is not going to be installed
                       Recommends: thermald but it is not going to be installed
 linux-modules-extra-4.4.0-174-generic: Depends: linux-image-4.4.0-174-generic but it is not going to be installed or
                                                  linux-image-unsigned-4.4.0-174-generic but it is not going to be installed
 php-zip: Depends: php7.0-zip but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
(Нажмите, чтобы показать/скрыть)
« Последнее редактирование: 09 Июля 2020, 19:11:26 от ruvideos »

Оффлайн ALiEN

  • Администратор
  • Старожил
  • *
  • Сообщений: 7233
  • Luck Tales
    • Просмотр профиля
Re: Не Устанавливается PHP zip
« Ответ #1 : 08 Июля 2020, 15:35:52 »
ruvideos, ну написано же
Try 'apt-get -f install' with no packages
🖥 AsRock B550M Pro4 :: AMD Ryzen 5 3600 :: 16 GB DDR4 :: AMD Radeon RX 6600 :: XFCE
💻 ACER 5750G :: Intel Core i5-2450M :: 6 GB DDR3 :: GeForce GT 630M :: XFCE

Оффлайн ruvideos

  • Автор темы
  • Новичок
  • *
  • Сообщений: 26
  • Ubuntu 16.04, Debian 8
    • Просмотр профиля
Re: Не Устанавливается PHP zip
« Ответ #2 : 08 Июля 2020, 16:08:25 »
Try 'apt-get -f install' with no packages
и толкуapt-get -f install php7.0-zip
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:
 linux-image-generic: Depends: linux-image-4.4.0-174-generic but it is not going to be installed or
                                linux-image-unsigned-4.4.0-174-generic but it is not going to be installed
                       Recommends: thermald but it is not going to be installed
 linux-modules-extra-4.4.0-174-generic: Depends: linux-image-4.4.0-174-generic but it is not going to be installed or
                                                  linux-image-unsigned-4.4.0-174-generic but it is not going to be installed
 php7.0-zip: Depends: php7.0-common (= 7.0.33-0ubuntu0.16.04.15) but 7.0.33-0ubuntu0.16.04.11 is to be installed
              Depends: libzip4 (>= 1.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
(Нажмите, чтобы показать/скрыть)
« Последнее редактирование: 09 Июля 2020, 03:17:45 от zg_nico »

Оффлайн Pilot6

  • Старожил
  • *
  • Сообщений: 14037
  • Xubuntu 18.04
    • Просмотр профиля
Re: Не Устанавливается PHP zip
« Ответ #3 : 08 Июля 2020, 16:32:41 »
ruvideos,
Ну русским же языком написано

sudo apt-get -f install

Не нужно ничего дописывать.
Я в личке не консультирую. Вопросы задавайте на форуме.

Оффлайн ruvideos

  • Автор темы
  • Новичок
  • *
  • Сообщений: 26
  • Ubuntu 16.04, Debian 8
    • Просмотр профиля
Re: Не Устанавливается PHP zip
« Ответ #4 : 08 Июля 2020, 18:19:52 »
и что это дает ну установилось там что то
а не ставитErrors were encountered while processing:
 /var/cache/apt/archives/linux-modules-4.4.0-185-generic_4.4.0-185.215_amd64.deb
 /var/cache/apt/archives/linux-image-4.4.0-185-generic_4.4.0-185.215_amd64.deb
 /var/cache/apt/archives/linux-modules-4.4.0-174-generic_4.4.0-174.204_amd64.deb
 /var/cache/apt/archives/linux-image-4.4.0-174-generic_4.4.0-174.204_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
sudo apt-get purge libzip4
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'libzip4' is not installed, so not removed
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 linux-image-generic: Depends: linux-image-4.4.0-185-generic but it is not going to be installed or
                                linux-image-unsigned-4.4.0-185-generic but it is not going to be installed
                       Recommends: thermald but it is not going to be installed
 linux-modules-extra-4.4.0-174-generic: Depends: linux-image-4.4.0-174-generic but it is not going to be installed or
                                                  linux-image-unsigned-4.4.0-174-generic but it is not going to be installed
 linux-modules-extra-4.4.0-185-generic: Depends: linux-image-4.4.0-185-generic but it is not going to be installed or
                                                  linux-image-unsigned-4.4.0-185-generic but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
apt-get install php-zip
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:
 linux-image-generic: Depends: linux-image-4.4.0-185-generic but it is not going to be installed or
                                linux-image-unsigned-4.4.0-185-generic but it is not going to be installed
                       Recommends: thermald but it is not going to be installed
 linux-modules-extra-4.4.0-174-generic: Depends: linux-image-4.4.0-174-generic but it is not going to be installed or
                                                  linux-image-unsigned-4.4.0-174-generic but it is not going to be installed
 linux-modules-extra-4.4.0-185-generic: Depends: linux-image-4.4.0-185-generic but it is not going to be installed or
                                                  linux-image-unsigned-4.4.0-185-generic but it is not going to be installed
 php-zip: Depends: php7.0-zip but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
:(:(:(
(Нажмите, чтобы показать/скрыть)
« Последнее редактирование: 09 Июля 2020, 03:21:01 от zg_nico »

Оффлайн Pilot6

  • Старожил
  • *
  • Сообщений: 14037
  • Xubuntu 18.04
    • Просмотр профиля
Re: Не Устанавливается PHP zip
« Ответ #5 : 08 Июля 2020, 18:22:02 »
А интернет-то есть?

Сделайте

sudo apt clean
sudo apt update
sudo apt upgrade

и попробуйте еще раз.

В кэше пакеты похоже битые.
Я в личке не консультирую. Вопросы задавайте на форуме.

Оффлайн ruvideos

  • Автор темы
  • Новичок
  • *
  • Сообщений: 26
  • Ubuntu 16.04, Debian 8
    • Просмотр профиля
Re: Не Устанавливается PHP zip
« Ответ #6 : 08 Июля 2020, 18:26:36 »
А интернет-то есть?
конечно есть сайт то работает

Оффлайн zg_nico

  • Заслуженный пользователь
  • Почётный модератор
  • Старожил
  • *
  • Сообщений: 3513
  • Nil mortalibus arduum est
    • Просмотр профиля
Re: Не Устанавливается PHP zip
« Ответ #7 : 09 Июля 2020, 03:23:13 »
ruvideos, завязывайте со своими портянками, и огласите наконец хотя бы версию дистрибутива, на котором развивается действие.
По портянкам:
(Нажмите, чтобы показать/скрыть)
последнее китайское предупреждение.
Thunderobot G150-D2: Intel SkyLake Core i7-6700HQ 2.60GHz, 8Gb DDR4 2133 MHz, Intel HD530, NVidia GeForce GTX 960M 2Gb.  Ubuntu 16.04 64x [Unity], KUbuntu 18.04 64x.

Оффлайн ruvideos

  • Автор темы
  • Новичок
  • *
  • Сообщений: 26
  • Ubuntu 16.04, Debian 8
    • Просмотр профиля
Re: Не Устанавливается PHP zip
« Ответ #8 : 09 Июля 2020, 07:17:45 »
Welcome to Ubuntu 16.04.2 LTS (GNU/Linux 4.4.0-169-generic x86_64)
Пользователь добавил сообщение 09 Июля 2020, 07:31:54:
то же самое и после sudo apt clean
(Нажмите, чтобы показать/скрыть)
« Последнее редактирование: 09 Июля 2020, 09:21:44 от zg_nico »

Оффлайн archuser

  • Активист
  • *
  • Сообщений: 700
    • Просмотр профиля
Re: Не Устанавливается PHP zip
« Ответ #9 : 09 Июля 2020, 08:28:47 »
ruvideos, странный Вы человек однако. В корневом разделе не осталось свободного места:
Цитировать
failed to write (No space left on device)

Dzhoser

  • Гость
Re: Не Устанавливается PHP zip
« Ответ #10 : 09 Июля 2020, 09:10:00 »
sudo df -h

Оффлайн ruvideos

  • Автор темы
  • Новичок
  • *
  • Сообщений: 26
  • Ubuntu 16.04, Debian 8
    • Просмотр профиля
Re: Не Устанавливается PHP zip
« Ответ #11 : 09 Июля 2020, 09:37:32 »
Вот такое получилось
sudo df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            207M     0  207M   0% /dev
tmpfs            46M  8.5M   37M  19% /run
/dev/xvda4       14G  7.3G  5.6G  57% /
tmpfs           228M     0  228M   0% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           228M     0  228M   0% /sys/fs/cgroup
/dev/xvda2      185M  183M     0 100% /boot
tmpfs            46M     0   46M   0% /run/user/0

Оффлайн Pilot6

  • Старожил
  • *
  • Сообщений: 14037
  • Xubuntu 18.04
    • Просмотр профиля
Re: Не Устанавливается PHP zip
« Ответ #12 : 09 Июля 2020, 09:42:15 »
ruvideos,
У вас места в разделе /boot нет, поэтому ничего и не ставится.
Попробуйте

sudo apt autoremove
Я в личке не консультирую. Вопросы задавайте на форуме.

Оффлайн ruvideos

  • Автор темы
  • Новичок
  • *
  • Сообщений: 26
  • Ubuntu 16.04, Debian 8
    • Просмотр профиля
Re: Не Устанавливается PHP zip
« Ответ #13 : 09 Июля 2020, 09:56:36 »
Итак или сяк все равно косяк какой то идет

sudo apt autoremove
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:
 linux-image-generic : Depends: linux-image-4.4.0-185-generic but it is not installed or
                                linux-image-unsigned-4.4.0-185-generic but it is not installed
                       Recommends: thermald but it is not installed
 linux-modules-extra-4.4.0-174-generic : Depends: linux-image-4.4.0-174-generic but it is not installed or
                                                  linux-image-unsigned-4.4.0-174-generic but it is not installed
 linux-modules-extra-4.4.0-185-generic : Depends: linux-image-4.4.0-185-generic but it is not installed or
                                                  linux-image-unsigned-4.4.0-185-generic but it is not installed
E: Unmet dependencies. Try using -f.

root@a:~# sudo apt autoremove -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  linux-image-4.4.0-185-generic linux-modules-4.4.0-185-generic
Suggested packages:
  fdutils linux-doc-4.4.0 | linux-source-4.4.0 linux-tools
The following packages will be REMOVED:
  linux-headers-4.4.0-169 linux-headers-4.4.0-169-generic linux-headers-4.4.0-170 linux-headers-4.4.0-170-generic linux-headers-4.4.0-174
  linux-headers-4.4.0-174-generic linux-headers-4.4.0-22 linux-headers-4.4.0-22-generic linux-image-4.4.0-169-generic linux-image-4.4.0-170-generic
  linux-image-4.4.0-22-generic linux-image-extra-4.4.0-22-generic linux-modules-4.4.0-169-generic linux-modules-4.4.0-170-generic
  linux-modules-extra-4.4.0-169-generic linux-modules-extra-4.4.0-170-generic linux-modules-extra-4.4.0-174-generic
The following NEW packages will be installed:
  linux-image-4.4.0-185-generic linux-modules-4.4.0-185-generic
0 upgraded, 2 newly installed, 17 to remove and 241 not upgraded.
14 not fully installed or removed.
Need to get 0 B/18.9 MB of archives.
After this operation, 1,066 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 314654 files and directories currently installed.)
Removing linux-headers-4.4.0-174-generic (4.4.0-174.204) ...
Removing linux-headers-4.4.0-174 (4.4.0-174.204) ...
Removing linux-modules-extra-4.4.0-170-generic (4.4.0-170.199) ...
Removing linux-image-4.4.0-170-generic (4.4.0-170.199) ...
/var/lib/dpkg/info/linux-image-4.4.0-170-generic.postrm ... removing pending trigger
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.4.0-170-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.4.0-173-generic
Found linux image: /boot/vmlinuz-4.4.0-171-generic
Found linux image: /boot/vmlinuz-4.4.0-169-generic
Found initrd image: /boot/initrd.img-4.4.0-169-generic
Found linux image: /boot/vmlinuz-4.4.0-47-generic
Found initrd image: /boot/initrd.img-4.4.0-47-generic
Found linux image: /boot/vmlinuz-4.4.0-22-generic
Found initrd image: /boot/initrd.img-4.4.0-22-generic
done
Removing linux-modules-extra-4.4.0-174-generic (4.4.0-174.204) ...
(Reading database ... 278733 files and directories currently installed.)
Preparing to unpack .../linux-modules-4.4.0-185-generic_4.4.0-185.215_amd64.deb ...
Unpacking linux-modules-4.4.0-185-generic (4.4.0-185.215) ...
Preparing to unpack .../linux-image-4.4.0-185-generic_4.4.0-185.215_amd64.deb ...
Unpacking linux-image-4.4.0-185-generic (4.4.0-185.215) ...
dpkg: error processing archive /var/cache/apt/archives/linux-image-4.4.0-185-generic_4.4.0-185.215_amd64.deb (--unpack):
 cannot copy extracted data for './boot/vmlinuz-4.4.0-185-generic' to '/boot/vmlinuz-4.4.0-185-generic.dpkg-new': failed to write (No space left on device)
No apport report written because the error message indicates a disk full error
                                                                              dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/linux-image-4.4.0-185-generic_4.4.0-185.215_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Dzhoser

  • Гость
Re: Не Устанавливается PHP zip
« Ответ #14 : 09 Июля 2020, 10:30:58 »
Расширте раздел boot мегабайт до 300

Пользователь добавил сообщение 09 Июля 2020, 10:32:05:
Или удалите старые ядра например

 

Страница сгенерирована за 0.032 секунд. Запросов: 25.