Im trying to install Padre (Perl IDE) on Ubuntu using command sudo apt-get install padre
But I get:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package padre is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'padre' has no installation candidate
Why is Padre removed from repositories?
It was removed in 16.04. The publishing history says:
As mentioned by muru padre is no longer installable by the normal way in Ubuntu 16.04
However, there is an easy workaround, which worked for me.
From their official site download the windows installation file and install it using wine program loader. It works perfectly fine.