Top 7 Linux Tips And Tricks For Beginners

6
7548

Understanding the wonderful and weird Linux world with the most popular distro of the world is not always the simplest of works, specifically if you are used to clean embrace of the Windows. This is not supported by the reality that Ubuntu is not as completely featured since it should be from the beginning. You should know something about the Operating System, and operating with some effective and interesting tools by following guide.

Operate essential updates
Linux installation will aware you instantly to any variations that have to be made after the installation, specifically if you have installed from the Live CD that could not be completely updated. The Ubuntu software alerts the user about this through the orange flash notification in its taskbar.  You should now click on this notification and then enter the admin password. Then, you have to utilize an Update Manager to install important files. Also, System| Update Manager will show you it.

Manually update packages
You are not able to keep your system up to speed only with the help of the auto-updater. A package manager may require little effort in configuring, installing and downloading new programs.
Go to menu and select the terminal window, after that enter sudo apt-get update to make sure that Ubuntu’s information of packages is updated.

Run package upgrades
In next step, you should change the installed packages into the latest versions. You can do this utilizing a little different command in a terminal window: type apt-get up-grade.
Then, insert the command (keeping in mind to prefix the command with sudo, which indicates Ubuntu to run the process as the great user) and apt-get will select through a list, installing and marking any of the packages that have collapsed behind the times.

Upgrade the distribution
Apt works like a monster of a tool which can also help you be right on a cutting edge without or with few efforts on your part.
For instance, you have had the installation of Ubuntu operating for a small time, but you like to install the new version of an Operating System. You do not have to do the complete back up, burn the new CD, and go through the re-installation process. You only have to enter the apt—get dist upgrade to keep the installed distro in order with the up to date standards in an automatic manner.

Manage repositories simply
Apt uses repositories large software packages database that make sure the new versions of packages are always accessible from one location easily. It does not conjure software packages out of the thin air. Many professionals suggest beginning by installing the repository manger to add more repositories.

Add new repositories
Once user has installed addrepo, then integrating another source for the software is simple. Users can add another source in the terminal window by entering with something addrepo.
If users find the latest online repositories, then they will generally offer users the proper and accurate details to enter. ‘System | Administration | Software Sources | Third Party Software | Add’ is the graphical way to do it.

Examine the package manager
The package management tools of the Ubuntu are, as user could have observed, not limited to a command line. Go to the ‘System | Administration | Synaptic Package Manager’, to open Synaptic Package Manager. It is the brilliant graphical interface for the apt.
The Ubuntu is software without any charge; therefore due to by default licensing reasons various features are left out. The default choice of games of Ubuntu is not so strong. However, there is the affluence of gaming gold on by default repositories.

 

6 COMMENTS

  1. This article is less “Top tricks” and more “how to update”

    For simple commands that will only work on Ubuntu and similar derivities (Linux mint) or upstream (Debian)

    Update (get files) – sudo apt-get update

    Upgrade (install updates) – sudo apt-get upgrade

    Upgrade distro (not recommended) – sudo apt-get dist upgrade

    Add repository – sudo apt-add-repository ppa:sourcelink

    Bonus – sudo apt-get update && sudo apt-get -y upgrade
    The above will update and upgrade your system in one command without needing to wait for update to finish or accept upgrades.

  2. Was this article written by a potato?

    Some of the peculiar syntax leads me to believe that the author is some sort of tuber.

LEAVE A REPLY

Please enter your comment!
Please enter your name here