5
mc@mc:~$ sudo apt-get install libXp.so.6
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libXp.so.6
E: Couldn't find any package by glob 'libXp.so.6'
E: Couldn't find any package by regex 'libXp.so.6'
mc@mc:~$ 

and there is no package related to libxp6 for ubuntu 17.04

muru
  • 197,895
  • 55
  • 485
  • 740
  • Maybe use this PPA, but it's only available for 16.04 – muru Aug 10 '17 at 06:52
  • What do you need it for (by the way, the package name won't be in that form - that file would be provided by the package libxp6)? Maybe we can help you find a workaround for your problem – Zanna Aug 10 '17 at 07:03
  • i wanna run a gui based application in ubuntu17.04. when i run it is requesting for libxp6.
  • – Sachin Shet Aug 11 '17 at 03:26
  • i also tried with lixp6 in apt repositry , it says no package with that name. – Sachin Shet Aug 11 '17 at 03:27
  • Get a version of the application compiled for your version of ubuntu. – Thorbjørn Ravn Andersen Dec 26 '20 at 08:47