10
rated 0 times
[
10]
[
0]
/ answers: 1 / hits: 80197
/ 2 Years ago, mon, december 27, 2021, 1:17:06
I want to install dpkg-reconfigure
in Ubuntu 12.04 LTS install on Amazon EC2? How to go about it?
More From » installation
I want to install dpkg-reconfigure
in Ubuntu 12.04 LTS install on Amazon EC2? How to go about it?
dpkg-reconfigure
is provided by the debconf
package, which should always be installed in any Ubuntu 12.04 install. If it's not, use:
sudo apt-get install debconf
In your case, you are running Amazon's AMI Linux which is based on CentOS, not Ubuntu. That's why apt-get
or dpkg-reconfgure
, which are native to Debian/Ubuntu, are not available on your EC2 instance.