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.
dpkg-reconfigure
is provided by thedebconf
package, which should always be installed in any Ubuntu 12.04 install. If it's not, use:In your case, you are running Amazon's AMI Linux which is based on CentOS, not Ubuntu. That's why
apt-get
ordpkg-reconfgure
, which are native to Debian/Ubuntu, are not available on your EC2 instance.Normally it's already installed in Ubuntu. But if you are using some customized version without dpkg, you should be able to install using the command
On a fresh Kubuntu 12.10 install, you will need to install these additional packages:
If you forget one, and try to install the Receiver deb package, the package system will end up in sort of a limbo. In that case (only!), run:
To remove the half-installed Receiver and start over.
After installing the 64-but Citrix Receiver 12.1 (or any NPAPI plugin for that matter), you need to reconfigure nspluginwrapper:
This triggers the nspluginwrapper installer to look for new NPAPI plugins and link them into the various installed browsers in the correct manner.
If
debconf
is installed, it's located in/usr/sbin
what might not be in yourPATH
variable.