Apt

How to install any software in Ubuntu

  • To install any software in Ubuntu simply Goto system-->administration-->synaptic package manager,then search for the package or application you want to install .Right click the application and mark it .Apply the changes.
  • You could also install the software using command line option.Simply goto applications-->accessories-->terminal and type the following.

 read more »

How to uninstall any application in Ubuntu

  • To remove an application from your system simply goto system-->administration-->synaptic package manager and then search for the package u want to uninstall.Then right click on the package and unmark it .Then Apply the changes.
  • You can also uninstall the package using commad line option.ie goto applications-->accessories-->terminal and type the following

                           sudo apt-get  --purge autoremove package
 read more »

How to add extra repositories in Ubuntu

  To add any third party repositories,Follow the steps

  • Go to
     read more »

    System-->Administration-->Software Sources-->Third-party software-->Add
    
  • Enter the name of  repository you want to add

How to keep the system up-to-date using update manager in ubuntu

Their is an option to update the system without using command line.Follow the steps to know how to use update manager
 read more »

  • Go to system->administratin->updatemanager
  • check for updates available  and then install updates(Ensure that the correct repositories are enabled before installing by going to System --> Administration --> Software Sources) 

How to keep the system up-to-date in ubuntu

  • It is important to have the system updated with the latest patches, security fixes and package upgrades from the repositories.
  • Ensure that the correct repositories are enabled by going to 
               System --> Administration --> Software Sources
  • Then open the command-line terminal:
               Applications --> Accessories --> Terminal
  • Update the repositories by typing the following command
               sudo apt-get update
 
 read more »

How to find a package in Aptitude

Tagged:  
  • Aptitude is a menu-driven version of apt. It is invoked from the command-line terminal.
            Applications --> Accessories --> Terminal
 
            then type aptitude in terminal and press enter 


 read more »

How to find a package with Apt

Tagged:  
  • Open a command-line terminal:
            Applications --> Accessories --> Terminal
  • Search for a package-name in the cache.
            sudo apt-cache search <package-name>

 read more »

How to find a package in synaptic package manager

  • Open Synaptic:
             System --> Administration --> Synaptic Package Manager
  • Press the Search button and enter the search item.

 read more »

Syndicate content