Posts

Showing posts with the label Linux

How To Update Linux Kernel In Ubuntu - Manually

Image
You must download appropriate ubuntu kernel release from http://kernel.ubuntu.com/~kernel-ppa/mainline/   (in this case I am download 2.6.32 kernel version for update)   Download this 3 file types (it will depend on your processor architecture - my one is Intel 32bit - then i am downloaded i386 file types ) (your downloaded file must contain this names as file name) i.   linux-headers-??????????_all.deb ii.   linux-headers-??????????_i386.deb iii.  linux-image-????????????_i386.deb

How to install a software in Ubuntu

Image
There are many different kinds of Linux package files. Most of these are associated with the package managers of specific Linux distributions. Examples are Debian Package files ( .deb files), RPM Package Manager files ( .rpm files), Tarballs ( .tar files) and .run files. This section deals with installing these single files. It is not guaranteed that these files will be compatible with your system and you will not receive security updates if you install these files. For these reasons, if you wish to install a program, always use a native Ubuntu package of the application available through a package manager, if there is one available. Installing/uninstalling ...