I am getting this message from Archive Manager when trying to open a text file:
Could not open “users.js”
Archive type not supported.
I've tried different archive managers but not one works!
List of application I have in my machine to extract:
- Archive Mounter
- Xarchier (just downloaded but not working)
- Archive Manager (default one)
This is the output of file users.js
-> users.js: ASCII text, with CRLF line terminators
could not open users.js Archive not supported
– Mohsin Jun 26 '18 at 06:42.js
file should be a text file containing JavaScript code rather than an archive. Could you add the output of the commandfile users.js
to your question? (You’ll need to fill its correct path; you can also drag the file into the terminal window to fill the path automatically.) You could also open it in a text editor (like Gedit) and check if it is readable. – Melebius Jun 26 '18 at 07:54.js
file? My Xubuntu 16.04 opens a text editor (Mousepad) when I double-click a.js
file. – Melebius Jun 26 '18 at 11:34