Jump to content
  • 0

How to update linux packages?


Question

Posted

I've been having random map-server crash, same crash like others who are experiencing it and we all have in common, we are all using linux VPS

 

I've been reading, and saw a post that he said he just updated his linux packages mainly this:

    * gcc
    * make
    * mysql
    * mysql-devel
    * mysql-server
    * pcre-devel
    * subversion
    * zlib-devel

 

how to update it using putty? please help!

3 answers to this question

Recommended Posts

Posted

Since there are different package managers, you have to tell us which one you use or at least which type of linux you use.

If you use Debian or any other system with apt, log in as root by writing

sudo su

and then

apt-get update
Posted

on CentOS to update everything:

yum -y update
To list what updates will be installed, and prompt Y/N:
yum update
To update just 1 package or several packages that match a search:
yum update gcc
yum update mysql*

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...