मैंने Ubuntu 13.10 Saucy पर apt-get package मैनेजर के माध्यम से टाइपो 3 स्थापित करने का प्रयास किया। स्थापना के दौरान पैकेज टाइपो-डमी कॉन्फ़िगर नहीं किया जा सका और स्थिति में बना रहा: आधा-स्थापित
sudo dpkg --purge --force-all typo3-dummy
(Reading database ... 107326
files and directories currently installed.) Removing typo3-dummy ...
apache2-maintscript-helper invoked from a modified environment. Please
hint required arguments manually dpkg: error processing typo3-dummy
(--purge): subprocess installed post-removal script returned error
exit status 1 Processing triggers for ureadahead ... Errors were
encountered while processing: typo3-dummy
इस पैकेज से छुटकारा पाने के लिए मैं और क्या प्रयास कर सकता हूं? मैं ताजा स्थापना से बचना चाहूंगा। Ty
EDIT : sudo apt-get install -f का उपयोग करके निम्न आउटपुट देता है
ben@cloudy:/etc$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
typo3-dummy
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 484 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 107326 files and directories currently installed.)
Removing typo3-dummy ...
apache2-maintscript-helper invoked from a modified environment. Please hint requ ired arguments manually
dpkg: error processing typo3-dummy (--remove):
subprocess installed post-removal script returned error exit status 1
Processing triggers for ureadahead ...
No apport report written because MaxReports is reached already
Errors were encoun tered while processing:
typo3-dummy
E: Sub-process /usr/bin/dpkg returned an error code (1)
मैन्युअल रूप से आप इसे क्यों निकालना चाहते हैं
—
nux
क्योंकि सभी "क्लासिक" तरीके विफल होने लगते हैं ... कुछ भी काम नहीं करता / हटाता
—
हूं
मेरे जवाब को अपडेट करें
—
nux
आपका जवाब एक आकर्षण की तरह काम किया! बहुत बहुत धन्यवाद
—
बेन मथेजा
एक ही समस्या थी और इसे ठीक किया जैसा नक्स ने कहा। इसके लिए बहुत धन्यवाद! लेकिन मैं संपादित करने के लिए gedit / var / lib / dpkg / स्थिति : sudo gedit / var / lib / dpkg / स्थिति उन लोगों के लिए जो कंसोल से परिचित नहीं हैं;)
—
user1697337