Upgradation of OSDDlinux


OSDDlinux will be upgraded timely. We will add some new softwares and additional packages every 4 months. The LiveDVD will be updated every 6 months. If users want to install new/additional packages then he/she can install by following ways

Installation steps for individual packages using .deb files

  1. Download the individual package (e.g. abcpred.deb) from the link given in the table below
  2. Type following command in terminal to install package "sudo dpkg -i abcpred.deb"
  3. Now abcpred can be used as standalone as it is installed in the machine

Installation steps for individual packages using apt-get command
  1. open /etc/apt/sources.list file using following command "sudo vi /etc/apt/sources.list"
  2. add following line (repository) at the bottom of the file
  3. "deb http://osddlinux.osdd.net/repo amd64/"       for 64 bit systems
    "deb http://osddlinux.osdd.net/repo i386/"       for 32 bit systems
    If the line is already present in the file then ignore the step 2
  4. Run following command to update the repository "sudo apt-get update"
  5. Run following command to install the package "sudo apt-get install abcpred"
  6. Now abcpred can be used as standalone as it is installed in the machine

Following is the list of new packages which needs to be upgraded

New packages comming soon.