I accidentally deleted /usr/sbin/a2ensite. Any way I can restore it? Tried sudo apt-get install a2ensite but I got the error message:
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Couldn’t find package a2ensite
Tried sudo apt-get install apache2 and sudo aptitude update but no luck there either. Any ideas? Using ubuntu.
Cheers,
agsb
Try:
sudo apt-get install --reinstall apache2 apache2-common