I have a zip file, sample.zip, which contains a PDF whose name is too long. I tried to unzip it in Ubuntu terminal through
unzip sample.zip
however, it shows an error that "File name too long". Is there a way to tackle this issue? For example, is there any way to rename the content of the zip file (which in this case is a PDF) without extracting it? If yes, then I may rename it and extract it later.