जवाबों:
पैकेज को स्थापित करें sudo apt-get install cabextract
कमांड लाइन से, अब आप कर सकते हैं cabextract file.cab
कैबरेक्ट्रेक स्थापित होने के बाद आप कैब फ़ाइलों को खोलने के लिए आर्काइव मैनेजर जीयूआई को भी कॉन्फ़िगर कर सकते हैं।
कैब फ़ाइल पर डबल क्लिक करें। आपको बताया जाएगा कि यह प्रदर्शित नहीं किया जा सकता है, लेकिन यह वास्तव में सच नहीं है। प्रेस करें Select Application
।
का चयन करें Archive Manager
"के साथ खोलें" संवाद से और "इस आवेदन याद रखें" बॉक्स की जाँच करें।
अब आप कैब फ़ाइलों जैसे ज़िप या आरएआर फ़ाइलों को संभाल सकते हैं। आप आर्काइव मैनेजर में खुलने के लिए "एक्स्ट्रेक्ट यहाँ" राइट क्लिक विकल्प या डबल क्लिक का उपयोग कर सकते हैं।
मुझे कुछ कैब फ़ाइलों की सामग्रियों को निकालने के लिए "अनहेल्ड" को स्थापित और उपयोग करना था, जो स्पष्ट रूप से "संरक्षित" थे ...
kimberly@kimberly-desktop:~/Downloads/M12PlusV4302World$ cabextract -l *.cab | grep -i \.fw
data1.cab: WARNING; found InstallShield header. This is probably an InstallShield file. Use unshield (from the unshield package) to unpack it.
data1.cab: no valid cabinets found
root@kimberly-desktop:/usr/share/sane/gt68xx# apt-get install unshield
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
libexiv2-10
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libunshield0
The following NEW packages will be installed:
libunshield0 unshield
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 28.9kB of archives.
After this operation, 156kB of additional disk space will be used.
...
kimberly@kimberly-desktop:~/Downloads/M12PlusV4302World$ unshield -d temp x *.cab
Cabinet: data1.cab
extracting: temp/_Support_Spanish_String_Tables/StringTable-000a-Spanish.ips
extracting: temp/Twain-P/TWAIN_32.RDL
extracting: temp/Twain-P/Ds.chm
extracting: temp/AM32-E/SCANRes.dll
extracting: temp/AM32-E/StartRes.dll
extracting: temp/AM32-E/Language.ini
extracting: temp/_Support_English_Files/_IsRes.dll
...