Nutix is installed on a 16Gb ext4 partition (sda5), totally occupying an extended partition (sda2), while sda1 is a larger (boot) partition occupied by an ubuntu 16.04-derived distro. Thus, a dual boot. Trying to install calibre 2.77 (
https://calibre-ebook.com/download_linux) from the command-line, after installing xdg-utils and wget, installation fails. Below is the error report
<Downloaded 62058756 bytes
Checking downloaded file integrity...
Extracting files to /opt/calibre ...
Extracting application files...
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 673, in main
File "<string>", line 658, in run_installer
File "<string>", line 638, in download_and_extract
File "<string>", line 610, in extract_tarball
File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory>
Any suggestion as to how to edit /usr/lib/python2.7/subprocess.py? Thanks in advance, aarn