Created
June 13, 2014 14:31
-
-
Save WhatsARanjit/cbba553e87db7f92c72a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@ubuntu:~# puppet apply -e 'package { "TeamViewer": provider => "dpkg", source => "http://download.teamviewer.com/download/teamviewer_linux_x64.deb", ensure => installed, }' | |
Error: Execution of '/usr/bin/dpkg --force-confold -i http://download.teamviewer.com/download/teamviewer_linux_x64.deb' returned 1: dpkg: error processing http://download.teamviewer.com/download/teamviewer_linux_x64.deb (--install): | |
cannot access archive: No such file or directory | |
Errors were encountered while processing: | |
http://download.teamviewer.com/download/teamviewer_linux_x64.deb | |
Error: /Stage[main]//Package[TeamViewer]/ensure: change from purged to present failed: Execution of '/usr/bin/dpkg --force-confold -i http://download.teamviewer.com/download/teamviewer_linux_x64.deb' returned 1: dpkg: error processing http://download.teamviewer.com/download/teamviewer_linux_x64.deb (--install): | |
cannot access archive: No such file or directory | |
Errors were encountered while processing: | |
http://download.teamviewer.com/download/teamviewer_linux_x64.deb | |
Notice: Finished catalog run in 0.31 seconds | |
root@ubuntu:~# /usr/bin/dpkg --force-confold -i http://download.teamviewer.com/download/teamviewer_linux_x64.deb | |
dpkg: error processing http://download.teamviewer.com/download/teamviewer_linux_x64.deb (--install): | |
cannot access archive: No such file or directory | |
Errors were encountered while processing: | |
http://download.teamviewer.com/download/teamviewer_linux_x64.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment