Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

How do you answer yes for yum install automatically

Solution 1:

You can use:

yum -y install packagename

The "-y" implies "yes".

Solution 2:

Add the following line to /etc/yum.conf

assumeyes=1

Tags:

Installation

Yum

Automated Install

Related

FTP through HAProxy Is it possible to install licensed software on Amazon EC2 How can I easily convert HTML special entities from a standard input stream in Linux? How to change default user (ubuntu) via CloudInit on AWS Does SNI represent a privacy concern for my website visitors? Why does snmp fail to use its own MIBs? Nginx 400 errors due to random encoded string starting with "\x" from random IP addresses OpenVPN performance: how many concurrent clients are possible? How can I get logrotate dateext to reflect the log date rather than the rotation date? dd on entire disk, but do not want empty portion How to free up space on RHEL6 /boot safely? Clear OS always showing "Operation too slow. Less than 1 bytes/sec"

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy