How do I upgrade / update my Gentoo vps?

How do I upgrade / update my Gentoo vps?

 

You can do this by simply connecting to your vps via a SSH client (Putty for example) and then typing the following

emerge -uDN --with-bdeps y world

This will upgrade ALL packages and  also the dependecies.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How can i show my cpu info (linux)?

How can i show my cpu info? Log in to your server via SSH then typ;e the following command...

How can i show my cpu info (linux)?

How can i show my cpu info? Log in to your server via SSH then typ;e the following command...

How Can i tell if my server is being DoS/DDoS'd (denial of service ) ?

You can use this command to see the number of connections per IP. It's a bit easier on the eye...

How do i transfer files from one linux server to another using rsync?

How do i transfer files from one linux server to another using rsync? You can do this by simply...