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
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