

There are several package managers in the Linux world, such as aptin Ubuntu, dnfin Fedora and pacman in Arch - just to name a few. In Linux systems, you can access their software repository using package managers. Think of software repositories as Play Store in your Android devices, or App Store in your Apple devices - You just open the store, search for an application, and click ‘Install’. Linux systems come with software repositories, from where all the needed applications can be downloaded and installed. Defaults to false.One of the many factors Linux users generally rave about is the ease of installing applications in their systems.

Override_args ( str) - Set to true if you want to override the original install argumentsįorce_x86 - Force x86 (32bit) installation on 64 bit systems. Pre_versions ( bool) - Include pre-release packages in comparison. Source ( str) - Chocolatey repository (directory, share or remote URL feed) theįorce ( bool) - Reinstall the same version already installed Name ( str) - The name of the package to update, or "all" to update everything This command will install the package if not installed. Instructs Chocolatey to upgrade packages on the system. Default is None.Īllow multiple versions of the package to be installed. Package_args ( str) - Arguments you want to pass to the package. This is set to False install_args will be appended to the end of theįorce_x86 ( bool) - Force x86 (32bit) installation on 64 bit systems. (for the native installer) in the package and use your own. Override_args ( bool) - Set to true if you want to override the original install arguments Install_args ( str) - A list of install arguments you want to pass to the installation

Pre_versions ( bool) - Include pre-release packages. Defaults to the official Chocolatey feed.įorce ( bool) - Reinstall the current version of an existing package. Defaults to latestĬhocolatey repository (directory, share or remote URL feed) the Version ( str) - Install a specific version of the package. Name ( str) - The name of the package to be installed. Instructs Chocolatey to install a package. install ( name, version = None, source = None, force = False, pre_versions = False, install_args = None, override_args = False, force_x86 = False, package_args = None, allow_multiple = False, execution_timeout = None ) ¶
