1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
## Linux
#### Deb
#### RPM
http://fedoraproject.org/wiki/FAQ#How_do_I_install_new_software_on_Fedora.3F_Is_there_anything_like_APT.3F
http://yum.baseurl.org/wiki/YumCommands
#### Pacman
https://wiki.archlinux.org/index.php/Pacman#Usage
http://www.archlinux.org/pacman/pacman.8.html
"--noconfirm" bypasses the "Are you sure?" checks
#### Ebuild
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=1
http://www.gentoo-wiki.info/MAN_emerge
"--ask" argument
#### ZYpp
http://en.opensuse.org/SDB:Zypper_usage
http://www.openss7.org/man2html?zypper%288%29
"--no-confirm"
## Windows
http://www.howtogeek.com/200334/windows-10-includes-a-linux-style-package-manager-named-oneget/?PageSpeed=noscript
http://blogs.msdn.com/b/garretts/archive/2014/04/01/my-little-secret-windows-powershell-oneget.aspx
|