Re: [Puppet Users] apt-get installing packages with dependencies

2013-11-17 Thread Ramin K
On 11/17/2013 8:15 AM, Puppet Muppet wrote: Hi, I'm having trouble installing packages that have dependencies. (I can install packages like zip fine.) for example I would like to install s3cmd. Installing from command line I would run. #apt-get -y -o APT::Install-Suggests="true" install s3cmd w

[Puppet Users] apt-get installing packages with dependencies

2013-11-17 Thread Puppet Muppet
Hi, I'm having trouble installing packages that have dependencies. (I can install packages like zip fine.) for example I would like to install s3cmd. Installing from command line I would run. #apt-get -y -o APT::Install-Suggests="true" install s3cmd which will install python-support & s3cmd. My