answersLogoWhite

0

Yes:

  • Redhat and friends: up2date; or yum update
  • SuSE: YaST update
  • Debian and friends: apt-get update; apt-get upgrade
  • Gentoo: emerge world # (I think)
User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Where can i get prices of building materials in Nigeria?

You can get the answer on a site called nigeriaproperty.ng on line but unfortunately the price/site is not being updated regularly


Where can one learn how to use the ClustalW command line?

A step by step tutorial on how to use the ClustalW command line can be found on an online site called Bioinformatics. It gives step by step directions.


When was this site last updated about koala bears?

Information about koalas, which are not bears, is updated regularly on this site.


What do I need to host my site on a Linux-based server?

A server with a Linux distribution installed on it.


How do you add skype in debian withour error?

32 bit or 64? You search for: debian wiki skype on Google where there is updated info. You can install a working Skype to linux only from the Skype official site from now on.


What is the connecting for health site used for?

The connecting health site has not been updated since March 31, 2013. The site indicates it will no longer be updated, so the site does not contain up to date, current information.


What command line tool can be used to manually create a replication topology if site link bridging is disabled if the network is not fully routed?

repdiag


What command line tool can be used to manually create a replication topology if site link bridging is disable if the network is not fully routed?

repdiag


Where can someone go to find Linux help?

A person looking to find help with Linux can visit The Linux Journal dot com website. This site contains articles about Linux. You may also try Wiki books website and type in Linux for Newbies.


Is Linux still being used today?

Absolutely. Very widely used. Actually, this very site runs on Linux...


What does the Linux Load Balancer do?

The Linux Load Balancer helps servers stay balanced when there is a lot of activity on the servers. The Linux Load Balancer is a brand that has a site where more information can be found.


How do you do FTP?

Most Linux systems will have ftp available as a command line option. Try entering "man ftp" in terminal mode to make sure you have it, and to learn the various ftp commands. Typically, you will have to know the ftp site name and the user name and password assigned to you for that ftp site. You will start the ftp session by typing something like: ftp www.mysite.net At the ftp prompt, enter your user name and password, if the server requests that you sign in anonymously place "anonymous" or "ftp" in the username field and leave the password field blank. Then use the ftp commands (e.g 'ls' 'put' 'get' 'cd' 'chmod') to transfer and maintain files at your site. If you prefer a GUI interface, there may be some X Windows ftp clients available for download. Google 'ftp Linux' and see what you can find. I prefer the plain command line version. Much quicker and easier once you learn the commands.