answersLogoWhite

0

# yum update

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the command for system-config-packages?

The command for launching the graphical package management tool in some Linux distributions is system-config-packages. However, this tool may not be installed by default and might not be available on all distributions. If you need to manage packages via the command line, consider using package managers like apt, yum, or dnf, depending on your distribution. To check if system-config-packages is installed, you can run which system-config-packages in the terminal.


Which command would you give to perform a complete upgrade using yum?

A. up2date u or up2date-update B. # yum update.


In Ubuntu when you install software using 'apt-get' where are the source code files on your hard drive?

apt does not download source files by default, only binary packages. The packages are stored in /var/cache/apt/archives; the contents are installed in various directories, depending on purpose. You can fetch the source for a package by using the command "apt-get source <packagename>." The source tarball will be downloaded to the current directory.


What can verify TCP IP is installed?

TCP/IP can be verified as installed and operating by using the 'ping' command against the localhost address: ping 127.0.0.1 or ping localhost


What would happen if you installed 5.00 m33-6 using a 5.50 update file instead of 5.00?

The m33-6 installation package is expecting the 5.00 update file. Using the wrong one will possibly brick the PSP.


What would happen if you installed 5.00 m33-6 using a 6.31 update file instead of 5.00?

The m33-6 installation package is expecting the 5.00 update file. Using the wrong one will possibly brick the PSP.


How do you manage packages in your node.js project?

In Node.js, packages are managed using the npm (Node Package Manager) tool, which is included with Node.js installation. To manage packages in a Node.js project, developers use the npm command-line interface (CLI) to install, update, and remove packages, as well as to manage package dependencies. Developers can add package dependencies to their project's package.json file, which lists all the required packages and their versions. They can also use the npm registry to browse and search for packages, or publish their own packages to the registry. npm provides a powerful and easy-to-use package management system that is widely used in the Node.js community. Jai Infway Provide Services


Why is the following Microsoft Security Update for Flash Player KB923789 unable to be installed?

The version of Macromedia Flash you have installed does not match the update you are trying to install. Go to www.adobe.com and and install flash player from there. By using the latest version you download from Adobe, it will overwrite the issue, since it is up-to-date. To stop warnings from Microsoft Update, uncheck the KB923789 update, and click ok. It should then give you the option to 'Never display this update' or something similar.


Can you download Microsoft office from a laptop to a computer?

No. It must be installed using the original disks.No. It must be installed using the original disks.No. It must be installed using the original disks.No. It must be installed using the original disks.No. It must be installed using the original disks.No. It must be installed using the original disks.No. It must be installed using the original disks.No. It must be installed using the original disks.No. It must be installed using the original disks.No. It must be installed using the original disks.No. It must be installed using the original disks.


Which command displays metric information that is contained in an igrp update?

The command that displays metric information contained in an IGRP (Interior Gateway Routing Protocol) update is show ip igrp topology. This command provides details about the routes learned via IGRP, including metrics such as bandwidth, delay, load, and reliability for each route. By using this command, network administrators can analyze the routing decisions made by IGRP based on the metric values.


What command is used to change contents of one database using the contents of another database by linking them on a common key field?

The SQL command UPDATE can be used to change contents of one database using the contents of another database by joining them on a common key field. You would typically use a query with a join condition between the two tables based on the common key field to update the fields in the target table with values from the source table.


How do you remove amp win off using command prompt?

To remove the "AMP Win Off" program using the Command Prompt, you can use the Windows Management Instrumentation Command-line (WMIC). Open Command Prompt as an administrator and type the following command: wmic product where "name='AMP Win Off'" call uninstall. Press Enter, and confirm the uninstallation when prompted. If the program doesn’t uninstall, you may need to check its exact name in the list of installed programs by using wmic product get name.