Last active
December 23, 2015 22:39
-
-
Save seyyah/6705185 to your computer and use it in GitHub Desktop.
DOcs: Moodle2 kurulumu: apt php5-apc hata mesajı
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # apt-get install php5-apc --reinstall | |
| Reading package lists... Done | |
| Building dependency tree | |
| Reading state information... Done | |
| The following NEW packages will be installed: | |
| php5-apc | |
| 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. | |
| 19 not fully installed or removed. | |
| Need to get 0 B/70,4 kB of archives. | |
| After this operation, 211 kB of additional disk space will be used. | |
| (Reading database ... 60569 files and directories currently installed.) | |
| Unpacking php5-apc (from .../php5-apc_5.4.20-1~dotdeb.1_amd64.deb) ... | |
| dpkg: error processing /var/cache/apt/archives/php5-apc_5.4.20-1~dotdeb.1_amd64.deb (--unpack): | |
| trying to overwrite '/usr/lib/php5/20100525/apc.so', which is also in package php-apc 3.1.13-1 | |
| Errors were encountered while processing: | |
| /var/cache/apt/archives/php5-apc_5.4.20-1~dotdeb.1_amd64.deb | |
| E: Sub-process /usr/bin/dpkg returned an error code (1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment