Showing posts with label how to. Show all posts
Showing posts with label how to. Show all posts
Tuesday, October 6, 2015
How to Upgrade to Linux Kernel 4.1.3 (Stable) on Ubuntu / Linux Mint / Elementary OS
Install/Update and upgrade Linux Kernel 4.1.3 (Stable) on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Pinguy OS 14.04, Elementary OS 0.3 Freya and Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.
Includes powerful features
Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.
Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.
Read Changelog
How to Upgrade to Linux Kernel 4.1.3 (Stable) on Ubuntu / Linux Mint / Elementary OS
To Install/Update and upgrade Linux Kernel 4.1.3 (Stable) on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Pinguy OS 14.04, Elementary OS 0.3 Freya and Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana derivative system, open a new Terminal window and bash (get it?) in the following commands:]For Ubuntu 32 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.3-unstable/linux-headers-4.1.3-040103_4.1.3-040103.201507220129_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.3-unstable/linux-headers-4.1.3-040103-generic_4.1.3-040103.201507220129_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.3-unstable/linux-image-4.1.3-040103-generic_4.1.3-040103.201507220129_i386.deb
For Ubuntu 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.3-unstable/linux-headers-4.1.3-040103_4.1.3-040103.201507220129_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.3-unstable/linux-headers-4.1.3-040103-generic_4.1.3-040103.201507220129_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.3-unstable/linux-image-4.1.3-040103-generic_4.1.3-040103.201507220129_amd64.deb
Lowlatency Kernel 32 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.3-unstable/linux-headers-4.1.3-040103_4.1.3-040103.201507220129_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.3-unstable/linux-headers-4.1.3-040103-lowlatency_4.1.3-040103.201507220129_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.3-unstable/linux-image-4.1.3-040103-lowlatency_4.1.3-040103.201507220129_i386.deb
Lowlatency Kernel 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.3-unstable/linux-headers-4.1.3-040103_4.1.3-040103.201507220129_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.3-unstable/linux-headers-4.1.3-040103-lowlatency_4.1.3-040103.201507220129_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.3-unstable/linux-image-4.1.3-040103-lowlatency_4.1.3-040103.201507220129_amd64.deb
For ARM you can download full in here .
Install, update or Upgrade Linux Kernel 4.1.3 (Stable):
$ sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.
How to Upgrade to Linux Kernel 4.2 RC1 (unstable) on Ubuntu / Linux Mint / Elementary OS
Install/Update and upgrade Linux Kernel 4.2 RC1 (unstable) on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Pinguy OS 14.04, Elementary OS 0.3 Freya and Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.
Includes powerful features
Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.
Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.
Read Changes
How to Upgrade to Linux Kernel 4.2 RC1 (unstable) on Ubuntu / Linux Mint / Elementary OS
To Install/Update and upgrade Linux Kernel 4.2 RC1 (unstable) on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Pinguy OS 14.04, Elementary OS 0.3 Freya and Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana derivative system, open a new Terminal window and bash (get it?) in the following commands:For Ubuntu 32 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc1-unstable/linux-headers-4.2.0-040200rc1_4.2.0-040200rc1.201507051635_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc1-unstable/linux-headers-4.2.0-040200rc1-generic_4.2.0-040200rc1.201507051635_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc1-unstable/linux-image-4.2.0-040200rc1-generic_4.2.0-040200rc1.201507051635_i386.deb
For Ubuntu 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc1-unstable/linux-headers-4.2.0-040200rc1_4.2.0-040200rc1.201507051635_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc1-unstable/linux-headers-4.2.0-040200rc1-generic_4.2.0-040200rc1.201507051635_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc1-unstable/linux-image-4.2.0-040200rc1-generic_4.2.0-040200rc1.201507051635_amd64.deb
Lowlatency Kernel 32 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc1-unstable/linux-headers-4.2.0-040200rc1_4.2.0-040200rc1.201507051635_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc1-unstable/linux-headers-4.2.0-040200rc1-lowlatency_4.2.0-040200rc1.201507051635_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc1-unstable/linux-image-4.2.0-040200rc1-lowlatency_4.2.0-040200rc1.201507051635_i386.deb
Lowlatency Kernel 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc1-unstable/linux-headers-4.2.0-040200rc1_4.2.0-040200rc1.201507051635_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc1-unstable/linux-headers-4.2.0-040200rc1-lowlatency_4.2.0-040200rc1.201507051635_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc1-unstable/linux-image-4.2.0-040200rc1-lowlatency_4.2.0-040200rc1.201507051635_amd64.deb
For ARM you can download full in here .
Install, update or Upgrade Linux Kernel 4.1.1 (unstable):
$ sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.
How to Upgrade to Linux Kernel 3.18.17 (LTS) on Ubuntu / Linux Mint / Elementary OS
Install/Update and upgrade Linux Kernel 4.1.1 (unstable) on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Pinguy OS 14.04, Elementary OS 0.3 Freya and Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana
Includes powerful features
Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.
Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.
Read Changes
For Ubuntu 32 bit ;
For Ubuntu 64 bit ;
Lowlatency Kernel 32 bit ;
Lowlatency Kernel 64 bit ;
Install, update or Upgrade Linux Kernel 3.18.17 (LTS):
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.
Read Latest Ubuntu PPA
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.
Includes powerful features
Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.
Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.
Read Changes
How to Upgrade to Linux Kernel 3.18.17 (LTS) on Ubuntu / Linux Mint / Elementary OS
To Install/Update and upgrade Linux Kernel 3.18.17 (LTS) on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:
For Ubuntu 32 bit ;
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.17-vivid/linux-headers-3.18.17-031817_3.18.17-031817.201506292232_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.17-vivid/linux-headers-3.18.17-031817-generic_3.18.17-031817.201506292232_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.17-vivid/linux-image-3.18.17-031817-generic_3.18.17-031817.201506292232_i386.deb
For Ubuntu 64 bit ;
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.17-vivid/linux-headers-3.18.17-031817_3.18.17-031817.201506292232_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.17-vivid/linux-headers-3.18.17-031817-generic_3.18.17-031817.201506292232_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.17-vivid/linux-image-3.18.17-031817-generic_3.18.17-031817.201506292232_amd64.deb
Lowlatency Kernel 32 bit ;
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.17-vivid/linux-headers-3.18.17-031817_3.18.17-031817.201506292232_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.17-vivid/linux-headers-3.18.17-031817-lowlatency_3.18.17-031817.201506292232_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.17-vivid/linux-image-3.18.17-031817-lowlatency_3.18.17-031817.201506292232_i386.deb
Lowlatency Kernel 64 bit ;
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.17-vivid/linux-headers-3.18.17-031817_3.18.17-031817.201506292232_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.17-vivid/linux-headers-3.18.17-031817-lowlatency_3.18.17-031817.201506292232_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.17-vivid/linux-image-3.18.17-031817-lowlatency_3.18.17-031817.201506292232_amd64.deb
Install, update or Upgrade Linux Kernel 3.18.17 (LTS):
$ sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.
Read Latest Ubuntu PPA
How to Upgrade Linux Kernel 4.0.5 Stable on Ubuntu and Linux Mint
Update and upgrade Linux Kernel 4.0.1 Stable on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana - See more at: http://media-opensource.blogspot.com/2015/04/how-to-upgrade-to-linux-kernel-401.html#sthash.e5roVDIX.dpuf
Update and upgrade Linux Kernel 4.0.5 Stable on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 QianaUpdate and upgrade Linux Kernel 4.0.1 Stable on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana - See more at: http://media-opensource.blogspot.com/2015/04/how-to-upgrade-to-linux-kernel-401.html#sthash.e5roVDIX.dpuf
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.Includes powerful features
Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.
Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.
Read Changelog in here
How to Upgrade to Linux Kernel 4.0.5 Stable on Ubuntu / Linux Mint
to update and upgrade Linux Kernel 4.0.5 Stable on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, open a new Terminal window and bash (get it?) in the following commands:For Ubuntu 32 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-headers-4.0.5-040005_4.0.5-040005.201506061639_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-headers-4.0.5-040005-generic_4.0.5-040005.201506061639_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-image-4.0.5-040005-generic_4.0.5-040005.201506061639_i386.deb
For Ubuntu 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-headers-4.0.5-040005_4.0.5-040005.201506061639_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-headers-4.0.5-040005-generic_4.0.5-040005.201506061639_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-image-4.0.5-040005-generic_4.0.5-040005.201506061639_amd64.deb
LowLatency Kernel 32 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-headers-4.0.5-040005_4.0.5-040005.201506061639_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-headers-4.0.5-040005-lowlatency_4.0.5-040005.201506061639_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-image-4.0.5-040005-lowlatency_4.0.5-040005.201506061639_i386.deb
LowLatency Kernel 32 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-headers-4.0.5-040005_4.0.5-040005.201506061639_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-headers-4.0.5-040005-lowlatency_4.0.5-040005.201506061639_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-image-4.0.5-040005-lowlatency_4.0.5-040005.201506061639_amd64.debfor ARM you can download full in here .
Install, update or Upgrade Linux Kernel 4.0.5 Stable :
$ sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.
Read Latest Ubuntu PPA
How to Upgrade to Linux Kernel 4.1.1 (unstable) on Ubuntu / Linux Mint / Elementary OS
Install/Update and upgrade Linux Kernel 4.1.1 (unstable) on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Pinguy OS 14.04, Elementary OS 0.3 Freya and Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.
Includes powerful features
Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.
Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.
Read Changes
How to Upgrade to Linux Kernel 4.1.1 (unstable) on Ubuntu / Linux Mint / Elementary OS
To Install/Update and upgrade Linux Kernel 4.1.1 (unstable) on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Pinguy OS 14.04, Elementary OS 0.3 Freya and Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana derivative system, open a new Terminal window and bash (get it?) in the following commands:
For Ubuntu 32 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.1-unstable/linux-headers-4.1.1-040101_4.1.1-040101.201506291635_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.1-unstable/linux-headers-4.1.1-040101-generic_4.1.1-040101.201506291635_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.1-unstable/linux-image-4.1.1-040101-generic_4.1.1-040101.201506291635_i386.deb
For Ubuntu 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.1-unstable/linux-headers-4.1.1-040101_4.1.1-040101.201506291635_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.1-unstable/linux-headers-4.1.1-040101-generic_4.1.1-040101.201506291635_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.1-unstable/linux-image-4.1.1-040101-generic_4.1.1-040101.201506291635_amd64.deb
Lowlatency Kernel 32 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.1-unstable/linux-headers-4.1.1-040101_4.1.1-040101.201506291635_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.1-unstable/linux-headers-4.1.1-040101-lowlatency_4.1.1-040101.201506291635_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.1-unstable/linux-image-4.1.1-040101-lowlatency_4.1.1-040101.201506291635_i386.deb
Lowlatency Kernel 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.1-unstable/linux-headers-4.1.1-040101_4.1.1-040101.201506291635_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.1-unstable/linux-headers-4.1.1-040101-lowlatency_4.1.1-040101.201506291635_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.1-unstable/linux-image-4.1.1-040101-lowlatency_4.1.1-040101.201506291635_amd64.deb
For ARM you can download full in here .
Install, update or Upgrade Linux Kernel 4.1.1 (unstable):
$ sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.
Read Latest Ubuntu PPA
How to Upgrade to Linux Kernel 4.0.7 Stable on Ubuntu / Linux Mint / Elementary OS
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.
Includes powerful features
Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.
Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.
Read Changes
How to Upgrade to Linux Kernel 4.0.7 Stable on Ubuntu / Linux Mint / Elementary OS
To Install/Update and upgrade Linux Kernel 4.0.7 Stable on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Pinguy OS 14.04, Elementary OS 0.3 Freya and Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana derivative system, open a new Terminal window and bash (get it?) in the following commands:
For Ubuntu 32 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.7-wily/linux-headers-4.0.7-040007_4.0.7-040007.201506292135_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.7-wily/linux-headers-4.0.7-040007-generic_4.0.7-040007.201506292135_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.7-wily/linux-image-4.0.7-040007-generic_4.0.7-040007.201506292135_i386.deb
For Ubuntu 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.7-wily/linux-headers-4.0.7-040007_4.0.7-040007.201506292135_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.7-wily/linux-headers-4.0.7-040007-generic_4.0.7-040007.201506292135_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.7-wily/linux-image-4.0.7-040007-generic_4.0.7-040007.201506292135_amd64.deb
Lowlatency Kernel 32 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.7-wily/linux-headers-4.0.7-040007_4.0.7-040007.201506292135_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.7-wily/linux-headers-4.0.7-040007-lowlatency_4.0.7-040007.201506292135_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.7-wily/linux-image-4.0.7-040007-lowlatency_4.0.7-040007.201506292135_i386.deb
Lowlatency Kernel 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.7-wily/linux-headers-4.0.7-040007_4.0.7-040007.201506292135_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.7-wily/linux-headers-4.0.7-040007-lowlatency_4.0.7-040007.201506292135_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.7-wily/linux-image-4.0.7-040007-lowlatency_4.0.7-040007.201506292135_amd64.deb
$ sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.
Read Latest Ubuntu PPA
How to Upgrade to Linux Kernel 4.1.2 (Stable) on Ubuntu / Linux Mint / Elementary OS
Install/Update and upgrade Linux Kernel 4.1.2 (Stable) on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Pinguy OS 14.04, Elementary OS 0.3 Freya and Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.
Includes powerful features
Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.
Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.
Read Changelog
How to Upgrade to Linux Kernel 4.1.2 (Stable) on Ubuntu / Linux Mint / Elementary OS
To Install/Update and upgrade Linux Kernel 4.1.2 (Stable) on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Pinguy OS 14.04, Elementary OS 0.3 Freya and Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana derivative system, open a new Terminal window and bash (get it?) in the following commands:For Ubuntu 32 bit :
- $wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.2-unstable/linux-headers-4.1.2-040102_4.1.2-040102.201507101335_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.2-unstable/linux-headers-4.1.2-040102-generic_4.1.2-040102.201507101335_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.2-unstable/linux-image-4.1.2-040102-generic_4.1.2-040102.201507101335_i386.deb
For Ubuntu 64 bit :
$wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.2-unstable/linux-headers-4.1.2-040102_4.1.2-040102.201507101335_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.2-unstable/linux-headers-4.1.2-040102-generic_4.1.2-040102.201507101335_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.2-unstable/linux-image-4.1.2-040102-generic_4.1.2-040102.201507101335_amd64.deb
Lowlatency Kernel 32 bit :
$wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.2-unstable/linux-headers-4.1.2-040102_4.1.2-040102.201507101335_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.2-unstable/linux-headers-4.1.2-040102-lowlatency_4.1.2-040102.201507101335_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.2-unstable/linux-image-4.1.2-040102-lowlatency_4.1.2-040102.201507101335_i386.deb
Lowlatency Kernel 64 bit :
$wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.2-unstable/linux-headers-4.1.2-040102_4.1.2-040102.201507101335_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.2-unstable/linux-headers-4.1.2-040102-lowlatency_4.1.2-040102.201507101335_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.2-unstable/linux-image-4.1.2-040102-lowlatency_4.1.2-040102.201507101335_amd64.deb
For ARM you can download full in here .
Install, update or Upgrade Linux Kernel 4.1.2 (Stable):
$ sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.
How to Upgrade to Linux Kernel 4.1.10 (LTS) on Ubuntu / Linux Mint / Elementary OS
Update and upgrade Linux Kernel 4.1.10 (LTS) on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Pinguy OS 14.04, Elementary OS 0.3 Freya and Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana derivative system
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.
Includes powerful features
Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.
Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.
Kernel 4.2.2 has been released, bringing improvements for the ARM64, PowerPC (PPC), ARM, H8/300, M32R, MIPS, PA-RISC, s390, unicore32 and x86 architectures, updates for the Btrfs, CIFS, eCryptfs, EXT4, HFS, HFS+, JBD2 and NFS filesystems and a bunch of other changes and enhancements.
Read Changelog
How to Upgrade to Linux Kernel 4.1.10 (LTS) on Ubuntu / Linux Mint / Elementary OS
To Install/Update and upgrade Linux Kernel 4.1.10 (LTS) on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Pinguy OS 14.04, Elementary OS 0.3 Freya and Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana derivative system, open a new Terminal window and bash (get it?) in the following commands:For ubuntu 32 bit :
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.10-unstable/linux-headers-4.1.10-040110_4.1.10-040110.201510030837_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.10-unstable/linux-headers-4.1.10-040110-generic_4.1.10-040110.201510030837_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.10-unstable/linux-image-4.1.10-040110-generic_4.1.10-040110.201510030837_i386.debFor Ubuntu 64 bit :
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.10-unstable/linux-headers-4.1.10-040110_4.1.10-040110.201510030837_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.10-unstable/linux-headers-4.1.10-040110-generic_4.1.10-040110.201510030837_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.10-unstable/linux-image-4.1.10-040110-generic_4.1.10-040110.201510030837_amd64.deb
Install, update or Upgrade Linux Kernel 4.1.10 (LTS):
$ sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.
How to Upgrade to Linux Kernel 4.1 RC8 Unstable on Ubuntu / Linux Mint
Update and upgrade Linux Kernel 4.1 RC8 Unstable on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.
Includes powerful features
Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.
Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.
Read Changelog in here
For Ubuntu 32 bit :
For Ubuntu 64 bit :
Lowlatency Kernel 32 bit :
Lowlatency Kernel 64 bit :
Install, update or Upgrade Linux Kernel 4.1 RC8 Unstable :
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.
Read more »
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.
Includes powerful features
Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.
Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.
Read Changelog in here
How to Upgrade to Linux Kernel 4.1 RC8 Unstable on Ubuntu / Linux Mint :
to update and upgrade Linux Kernel 4.1 RC8 Unstable on Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, open a new Terminal window and bash (get it?) in the following commands:For Ubuntu 32 bit :
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc8-unstable/linux-headers-4.1.0-040100rc8_4.1.0-040100rc8.201506150335_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc8-unstable/linux-headers-4.1.0-040100rc8-generic_4.1.0-040100rc8.201506150335_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc8-unstable/linux-image-4.1.0-040100rc8-generic_4.1.0-040100rc8.201506150335_i386.deb
For Ubuntu 64 bit :
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc8-unstable/linux-headers-4.1.0-040100rc8_4.1.0-040100rc8.201506150335_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc8-unstable/linux-headers-4.1.0-040100rc8-generic_4.1.0-040100rc8.201506150335_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc8-unstable/linux-image-4.1.0-040100rc8-generic_4.1.0-040100rc8.201506150335_amd64.deb
Lowlatency Kernel 32 bit :
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc8-unstable/linux-headers-4.1.0-040100rc8_4.1.0-040100rc8.201506150335_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc8-unstable/linux-headers-4.1.0-040100rc8-lowlatency_4.1.0-040100rc8.201506150335_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc8-unstable/linux-image-4.1.0-040100rc8-lowlatency_4.1.0-040100rc8.201506150335_i386.deb
Lowlatency Kernel 64 bit :
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc8-unstable/linux-headers-4.1.0-040100rc8_4.1.0-040100rc8.201506150335_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc8-unstable/linux-headers-4.1.0-040100rc8-lowlatency_4.1.0-040100rc8.201506150335_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc8-unstable/linux-image-4.1.0-040100rc8-lowlatency_4.1.0-040100rc8.201506150335_amd64.debFor ARM you can download full in here .
Install, update or Upgrade Linux Kernel 4.1 RC8 Unstable :
$ sudo dpkg -i *.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.
How to install Google Chrome 40.0.2214 stable on Linux Fedora, OpenSUSE, Mandriva and Mageia
How to install Google Chrome 40.0.2214 stable on Linux Fedora 21, Fedora 20, openSUSE 13.2, openSUSE 13.1, Mandriva and Mageia 5, Mageia 4
Google Chrome, or Chrome, is a web browser software that tries to compete with major players, such as Mozilla Firefox, Internet Explorer, Safari, and even the Opera web browser. It is available for the Linux, Android, iOS, Microsoft Windows, and Mac OS X operating systems. But Google Chrome is more than a web browser, as it combines sophisticated open source technology, borrowed from the Chromium application, into a minimal design, all in order to help users surf the web much faster, a lot easier, and safer than ever before.
A unique functionality of the Google Chrome application is its ability to search the web directly from the address bar. Just type one or more words in the address bar and immediately get suggestions for popular web pages. The application displays thumbnails of your top websites on the new tab page, a function that is popularly called Speed Dial. This functionality is also available on other similar products, and it allows you to easily access your favorite web pages instantly, with lightning speed, from any new tab. - See more at: http://media-opensource.blogspot.com/2015/01/google-chrome-390217199-400221485-beta.html#sthash.QyDAwU7o.dpuf
A unique functionality of the Google Chrome application is its ability to search the web directly from the address bar. Just type one or more words in the address bar and immediately get suggestions for popular web pages. The application displays thumbnails of your top websites on the new tab page, a function that is popularly called Speed Dial. This functionality is also available on other similar products, and it allows you to easily access your favorite web pages instantly, with lightning speed, from any new tab.How to install Google Chrome 40.0.2214 stable on Linux Fedora 21, Fedora 20, openSUSE 13.2, openSUSE 13.1, Mandriva and Mageia 5, Mageia 4 :
For Linux system 32 bit :
Fedora 20 and Fedora 21:
Create the repository config file /etc/yum.repos.d/google-chrome.repo:
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386/
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
enabled=1
gpgcheck=1
Install google-chrome-stable rpm package:
# yum install google-chrome-stable
openSUSE 13.2 and openSUSE 13. :
Add the Google Chrome repository:
# zypper addrepo http://dl.google.com/linux/chrome/rpm/stable/i386/ google-chrome-i386
Install google-chrome-stable rpm package:
# zypper install google-chrome-stable
Mandriva, Mageia:
Add the Google Chrome repository:
# urpmi.addmedia http://dl.google.com/linux/chrome/rpm/stable/i386/ with hdlist.cz
Update packages list:
# urpmi.update -a
Install google-chrome-stable rpm package:
# urpmi google-chrome-stable
For Linux system 64 bit :
Fedora 20 and Fedora 21:
Create the repository config file /etc/yum.repos.d/google-chrome.repo:
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64/
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
enabled=1
gpgcheck=1
Install google-chrome-stable rpm package:
# yum install google-chrome-stable
openSUSE 13.2, openSUSE 13 :
Add the Google Chrome repository:
# zypper addrepo http://dl.google.com/linux/chrome/rpm/stable/x86_64/ google-chrome-x86_64Install google-chrome-stable rpm package:
# zypper install google-chrome-stable
Mandriva, Mageia:
Add the Google Chrome repository:
# urpmi.addmedia http://dl.google.com/linux/chrome/rpm/stable/x86_64/ with hdlist.czUpdate packages list:
# urpmi.update -aInstall google-chrome-stable rpm package:
# urpmi google-chrome-stable
Our hope tutorial entitled "How to install Google Chrome 40.0.2214 stable on Linux Fedora, OpenSUSE, Mandriva and Mageia" can be useful for visitors or readers.
How to Upgrade Linux Kernel 3.19.3 Stable on Ubuntu and Linux Mint
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances. - See more at: http://media-opensource.blogspot.com/2015/03/how-to-upgrade-to-linux-kernel-31810.html#sthash.oAU7wy80.dpuf
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances. - See more at: http://media-opensource.blogspot.com/2015/03/how-to-upgrade-to-linux-kernel-31810.html#sthash.oAU7wy80.dpuf
Linux Kernel 3.19.3 Stable is released, How to Install, Update and Upgrade on ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.
Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.
Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.
Read Full Changelog Linux Kernel 3.19.3 Stable :
How to Install, Update and Upgrade Linux Kernel 3.19.3 Stable on ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca :
to install, update and upgrade Linux Kernel 3.19.3 Stable on ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, open a new Terminal window and bash (get it?) in the following commands:
For Ubuntu 32 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-headers-3.19.3-031903_3.19.3-031903.201503261036_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-headers-3.19.3-031903-generic_3.19.3-031903.201503261036_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-image-3.19.3-031903-generic_3.19.3-031903.201503261036_i386.deb
For Ubuntu 64 bit :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-headers-3.19.3-031903_3.19.3-031903.201503261036_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-headers-3.19.3-031903-generic_3.19.3-031903.201503261036_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-image-3.19.3-031903-generic_3.19.3-031903.201503261036_amd64.debFor Ubuntu 32 bit (LowLatency Kernel) :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-headers-3.19.3-031903_3.19.3-031903.201503261036_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-headers-3.19.3-031903-lowlatency_3.19.3-031903.201503261036_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-image-3.19.3-031903-lowlatency_3.19.3-031903.201503261036_i386.deb
For Ubuntu 64 bit (LowLatency Kernel) :
$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-headers-3.19.3-031903_3.19.3-031903.201503261036_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-headers-3.19.3-031903-lowlatency_3.19.3-031903.201503261036_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.3-vivid/linux-image-3.19.3-031903-lowlatency_3.19.3-031903.201503261036_amd64.debThe source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.
Install, update or Upgrade Linux Kernel 3.19.3 Stable :
$ sudo dpkg -i *.debAtfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grubWARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.
$ sudo reboot
Follow this page for installation Long term support Kernel on your Ubuntu System.
How to install VirtualBox 5.0.2 on Ubuntu 15.04 Vivid and Ubuntu 14.04 Trasty Tahr
How to install VirtualBox 5.0.2 on Ubuntu 15.04 Vivid and Ubuntu 14.04 Trasty Tahr
VirtualBox is a cross-platform virtualization application that installs on your Intel or AMD-based computers, and runs on Windows, Mac, Linux or Solaris operating systems. It extends the capabilities of your computer so that it can run multiple operating systems (inside multiple virtual machines) at the same time.
VirtualBox 5.0.2 changelog
- VMM: added support for guest crash report MSRs with Hyper-V paravirtualization
- VMM: fixed an issue causing artifically high load averages on Linux hosts
- VMM: fixed a kernel panic with thread-context hooks caused by incompatible changes made to Linux 4.2 kernels
- VMM: fixed a saved state issue with VT-x/AMD-V disabled
- VMM: fixed VERR_SUPDRV_TSC_DELTA_MEASUREMENT_FAILED Guru Meditations on certain AMD CPUs
- VMM: fixed a crash while creating a guest core dumps via the VM debug facility (5.0 regression)
- VMM: This release has AVX2 passthrough disabled on every host and AVX passthrough disabled for 64-bit VMs on 32-bit hosts.
- GUI: fixed rare hang and crash on VM shutdown/poweroff
- GUI: X11: fixed few crashes caused by the Qt alien widgets feature
- GUI: X11: fixed various mini-toolbar geometry quirks like positioning, z-order, transiency issues on certain window managers
- GUI: X11: fixed mini-toolbar minimize button issue under certain window managers
- GUI: VM menu actions availability should now be properly updated on full-screen/seamless/scaled mode switches
- GUI: disk encryption password validation should be performed when user confirmed the password, not after each entered symbol
- GUI: do not change the VM/group selection in the VM Manager to the newly created VM if it was created by another client (e.g. VBoxManage)
- GUI: Mac OS X: do not treat ‘almost maximized’ VM windows as ‘maximized’, watch for the strict window geometry instead
- GUI: improve the quality in scaled mode under some circumstances
- VBoxManage: do not deny changing the network adapter type at VM runtime
- VRDP: allow Windows 10 RDP clients
- Audio: fix a possible crash on VM process termination
- Storage: improved raw disk access on OS X by unmounting any accessed volume before first use and prevent any mount attempt by the host
- 3D: basic support for saving/restoring display lists
- Drag and drop: fixed guest to host transfers on OS X hosts
- Drag and drop: fixed memory leak on Windows guests
- Shared Folders: fixed a problem with accessing CIFS shares
- Shared Folders: improved path conversion between hosts and guests with different path separators
- API: skip resetting of immutable media when the VM in saved state is started
- API: fixed method for setting medium IDs which used zero (invalid) UUIDs instead random (valid) UUIDs if no UUIDs were passed
- API: for Windows host fix detection of API client crashes which have a session open
- OVF: properly export all VBox features including the setting for paravirtualization
- Mac OS X hosts: El Capitan USB fixes
- Windows hosts: fixed crash when opening Windows dialogs from the VM process on Windows 10
- Windows hosts: fixed host-only adapter creation issues on Windows 10
- Windows hosts: fixed audio on Windows 10
- Linux hosts: more fixes for activated SMAP on Linux 3.19 and newer
- Linux hosts: check then name space before attaching to a host network interface
- Linux Additions: Linux 4.2 fixes
- Linux Additions: improved the performance of stat() to speed up certain file operations on shared folders
- Windows Additions: fixed a potential crash in the WDDM driver with Windows 10
- Solaris Additions: added support for X.Org Server 1.17
- X11 Additions: various seamless mode fixes, including invisible windows under LXDE.
How to install VirtualBox 5.0.2 on Ubuntu 15.04 Vivid and Ubuntu 14.04 Trasty Tahr ;
Install VirtualBox 5.0.2 on Ubuntu 15.04 Vividsudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian vivid contrib" >> /etc/apt/sources.list.d/virtualbox.list'
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-5.0
Install VirtualBox 5.0.2 on Ubuntu 14.04 Trasty Tahr
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian trusty contrib" >> /etc/apt/sources.list.d/virtualbox.list'
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-5.0
jAlbum 12.4 released, web photo album generator software compatible with Linux, Windows and Mac
jAlbum 12.4 released : A popular web photo album generator software compatible with Linux Mint, Ubuntu, Debian, Opensuse, Fedora, Redhat, CentOS and Mac OS X
jAlbum is a commercial and cross-platform application that allow anyone to create professional and astonishing digital, web-based photo albums with minimal effort.
What's New in This Release:
- News and Updates:
- Consumes far less RAM memory when making large albums
- Font size for jAlbum's user interface now configurable under Preferences
In addition, it provides users with a highly customizable photo album appearances, an easy to use wizard dialog for generating albums, integrated file transfer (FTP) client, as well as the ability to create albums with comments and text.
Thanks to a great selection of skins that are built into the application, it allows users to effortlessly create beautiful photo and video websites with only a few mouse clicks. More skins are easily downloadable from the project’s website.
For each skin, the program also allows users to add a different background image or pattern, as well as custom fonts, called styles. By default, it comes with different styles for each skin, making the software truly customizable.
jAlbum 12.4 on Ubuntu, Linux Mint and Debian Derivative system :
To Install/Update jAlbum 12.4 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:
Download jAlbum 12.4 :
$ sudo wget -c http://download.jalbum.net/download/12.4/Linux/NoVM/jalbum_12.4-1_all.deb
Install jAlbum 12.4 :
$ sudo dpkg -i jalbum_12.4-1_all.deb
In case “dpkg” indicates missing dependencies, complete the installation by executing the following command:
sudo apt-get install -f
jAlbum 12.4 on Fedora, OpenSUSE, CentOS :
Install jAlbum 12.4 on CentOS 6.5, CentOS 7, openSUSE 13.2, openSUSE 13.1, openSUSE 12.3/12.2/12.1, Fedora 21, Fedora 20, Fedora 19 :
For OpenSUSE :
wget -c http://download.jalbum.net/download/12.4/Linux/NoVM/jalbum-12.4-1.noarch.rpmsudo zypper install jalbum-12.4-1.noarch.rpm
For Fedora & CentOS :
Download for Mac OS Xwget -c http://download.jalbum.net/download/12.4/Linux/NoVM/jalbum-12.4-1.noarch.rpmsudo yum install jalbum-12.4-1.noarch.rpm
How to install Oracle VM VirtualBox 4.3.20 on Linux CentOS 7
How to install Oracle VM VirtualBox 4.3.20 on Linux CentOS 7
VirtualBox is a powerful PC virtualization solution allowing you to run a wide range of PC operating systems on your Linux system. This includes Windows, Linux, FreeBSD, DOS, OpenBSD and others. VirtualBox comes with a broad feature set and excellent performance, making it the premier virtualization software solution on the market.
VirtualBox is being actively developed with frequent releases and has an ever growing list of features, supported guest operating systems and platforms it runs on. VirtualBox is a community effort backed by a dedicated company: everyone is encouraged to contribute while Oracle ensures the product always meets professional quality criteria.
Changelog 4.3.20 :
This is a maintenance release. The following items were fixed and/or added:
- VMM: fixed reboot hang of 32-bit Windows SMP guests (bug #13319, #13462)
- VMM: proper Math Fault handling with certain legacy guests (bug #9042, AMD hosts)
- VMM: fixed a Guru Meditation VINF_EM_TRIPLE_FAULT on older CPUs that don't support MSR-bitmaps (VT-x only; bugs #13034, #13125, #13311, #13425, #13426, #13463,
How to install Oracle VM VirtualBox 4.3.20 on Linux CentOS 7 :
Create the repository config file /etc/yum.repos.d/virtualbox.repo:[virtualbox]Install VirtualBox-4.3 rpm package:
name=VirtualBox
baseurl=http://download.virtualbox.org/virtualbox/rpm/el/$releasever/$basearch
enabled=1
gpgcheck=1
gpgkey=http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc
# yum install VirtualBox-4.3Our hope tutorial entitled "How to install Oracle VM VirtualBox 4.3.20 on Linux CentOS 7" can be useful for visitors or readers.
How to Install KDE Plasma 5.3 on (K)Ubuntu 15.04 Vivid Vervet
How to Install KDE Plasma 5.3 on (K)Ubuntu 15.04 Vivid Vervet via PPA
KDE Plasma (formerly K Desktop Environment and KDE Software Compilation and KDE Plasma Workspace and Applications) is an open source project comprised of numerous packages, libraries and applications designed to provide a modern graphical desktop environment for Linux and UNIX-like workstations.
A beautiful, modern and traditional desktop environment
It combines ease-of-use, superior graphical design and powerful functionality with the unique features and architecture of the Linux operating system. It’s comprised of the KDE Plasma Workspaces and KDE Applications components.
Additionally, it contains extra add-on for the panel and desktop, a download manager, an instant messenger, an addressbook, a document viewer, a multimedia layer called Phonon (similar to GStreamer on GNOME), and accessibility functionality, such as a powerful text-to-speech system.
What's new in KDE Plasma 5.3:
To add the Kubuntu Backports PPA repository, open the Unity Dash and search for Terminal. Open the Terminal app, and then copy and paste the following command in the console window:
Uninstalling KDE Plasma 5.3 from (K)Ubuntu 15.04 Vivid Vervet
If for some reason you don't want to have the KDE Plasma 5.3 desktop environment installed on your Ubuntu 15.04 machine, you can uninstall it by running the following commands in a Terminal window, one by one, hitting Enter after each one.
KDE Plasma (formerly K Desktop Environment and KDE Software Compilation and KDE Plasma Workspace and Applications) is an open source project comprised of numerous packages, libraries and applications designed to provide a modern graphical desktop environment for Linux and UNIX-like workstations.
A beautiful, modern and traditional desktop environment
It combines ease-of-use, superior graphical design and powerful functionality with the unique features and architecture of the Linux operating system. It’s comprised of the KDE Plasma Workspaces and KDE Applications components.
Additionally, it contains extra add-on for the panel and desktop, a download manager, an instant messenger, an addressbook, a document viewer, a multimedia layer called Phonon (similar to GStreamer on GNOME), and accessibility functionality, such as a powerful text-to-speech system.
What's new in KDE Plasma 5.3:
- Battery applet now informs what is blocking power saving
- Energy Usage monitor
- New energy usage monitor
- Enhanced Power Management
- Power management settings can be configured
- differently for certain activities
- Laptop will not suspend when closing the lid while an external monitor is
- connected ('cinema mode', by default, can be turned off)
- Power management inhibitions block lock screen too
- Screen brightness changes are now animated on most hardware
- No longer suspends when closing the lid while shutting down
- Support for keyboard button brightness controls on lock screen
- KInfoCenter provides statistics about energy consumption
- Battery monitor now shows which applications are currently holding a power management
- inhibition for example ('Chrome is currently suppressing PM: Playing video')
- The new Bluedevil Applet
- Better Bluetooth Capabilities
- New Bluetooth applet
- Bluedevil was ported to a new library from KDE, BluezQt
- Added support for blocking and unblocking Bluetooth
- Connected devices with Browse Files (ObexFTP) support are now displayed in the file dialog's Places panel
- A touchpad configuration module has been added
- Application Menu can access contacts
- Application Menu can show recent documents
- Improved Plasma Widgets
- Clipboard applet gains support for showing barcodes
- The Desktop and Folder View containment codebases were
- unified, and have seen performance improvements
- The Recent Documents and Recent Applications sections in
- Application Menu (Kicker) are now powered by KDE activities
- Comics widget returns
- System monitor plasmoids return, such as CPU Load Monitor and Hard Disk usage
- Plasma Media Center is added as a tech preview in this release. It is fully stable but misses a few features compared to version 1. You can log directly into a Plasma Media Center session if you want to use it on a media device such as a television or projector or you can run it from Plasma Desktop. It will scan for videos, music and pictures on your computer to let you browse and play them.
- Plasma is now able to start a nested XWayland server
How to Install KDE Plasma 5.3 on (K)Ubuntu 15.04 Vivid Vervet
Adding the Kubuntu Backports PPA repository and Install KDE Plasma 5.3To add the Kubuntu Backports PPA repository, open the Unity Dash and search for Terminal. Open the Terminal app, and then copy and paste the following command in the console window:
sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install kubuntu-desktop
Uninstalling KDE Plasma 5.3 from (K)Ubuntu 15.04 Vivid Vervet
If for some reason you don't want to have the KDE Plasma 5.3 desktop environment installed on your Ubuntu 15.04 machine, you can uninstall it by running the following commands in a Terminal window, one by one, hitting Enter after each one.
sudo apt-get install ppa-purgeEnjoy! I hope this article adding you more clarity.
sudo ppa-purge ppa:kubuntu-ppa/backports
sudo apt-get purge kubuntu-desktop sddm
sudo apt-get autoremove
[How To] Upgrade to Linux Kernel 4.0 RC6 on Ubuntu and Linux Mint
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.
Includes powerful features
Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.
Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.
What's new in Linux Kernel 4.0 RC6:
- Things are calming down nicelly, and there are fixes all over. The NUMA balancing performance regression is fixed, and things are looking up again in general. There were a number of i915 issues and a KVM double-fault thing that meant that for a while there I was pretty sure that this would be a release that will go to rc8, but that may be
- unnecessary. Apart from the aforementioned issues, the bulk of this is mostly small misc driver fixes and architecture updates. The shortlog gives more of a flavor of what's been going on.
Upgrade to Linux Kernel 4.0 RC6 on Ubuntu and Linux Mint :
to install, update or upgrade Linux Kernel 4.0 RC6 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17 Qiana, open a new Terminal window and bash (get it?) in the following commands:
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc6-vivid/linux-headers-4.0.0-040000rc6_4.0.0-040000rc6.201503291935_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc6-vivid/linux-headers-4.0.0-040000rc6-generic_4.0.0-040000rc6.201503291935_i386.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc6-vivid/linux-image-4.0.0-040000rc6-generic_4.0.0-040000rc6.201503291935_i386.debFor Ubuntu 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc6-vivid/linux-headers-4.0.0-040000rc6_4.0.0-040000rc6.201503291935_all.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc6-vivid/linux-headers-4.0.0-040000rc6-generic_4.0.0-040000rc6.201503291935_amd64.deb \ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc6-vivid/linux-image-4.0.0-040000rc6-generic_4.0.0-040000rc6.201503291935_amd64.debMore Download Linux Kernel 4.0 RC6
Install, update or Upgrade Linux Kernel 4.0 RC6 :
$ sudo dpkg -i *.debAtfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grubWARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.
$ sudo reboot
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.
Install Bluefish 2.2.7 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana via PPA
Install Bluefish 2.2.7 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana via PPA
Bluefish is an open source and cross-platform piece of software that provides web developers with a handy and beautifully designed graphical application for editing HTML files and create websites, as well as to write programming code and shell scripts.
Features at a glance
Key features include support for a wide range of markup and programming languages, multi-threaded support for remote files, unlimited undo and redo functionality, integration of external programs, powerful search and replace functionality, and project support.
Another interesting feature is the ability to edit files in full screen mode, allowing developers and programmers to concentrate better on the code than on what the operating system does in the background. In addition, it features spell check functionality for strings and comments that is programing language aware.
Among other interesting features, we can mention a snippets sidebar, external filters, automatic recovery of changes, character map that supports Unicode characters, website upload and download, support for customizable programming languages, support for multiple encodings, support for bookmarks, ZenCoding support, tearable menus, HTML toolbar, and many more.
Install Bluefish 2.2.7 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana via PPA :
Instructions for systems using GTK+3 based desktop environments:
sudo add-apt-repository ppa:klaus-vormweg/ppa
sudo apt-get update
sudo apt-get install bluefish
Optional, to remove bluefish, do:
sudo apt-get remove bluefish
Instructions for systems using non-GTK+3 (Qt or GTK2) based desktop environments:
sudo add-apt-repository ppa:klaus-vormweg/bluefish-gtk2
sudo apt-get update
sudo apt-get install bluefish
Optional, to remove bluefish, do:
sudo apt-get remove bluefish
How to Install LibreOffice 4.4 on Ubuntu/Linux Mint via ppa
LibreOffice 4.4 is the latest iteration of the famous office suite developed by The Document Foundation and released just a few days ago. This is a short tutorial that helps Ubuntu users install the latest version.
LibreOffice is an open source productivity suite that provides all the necessary office components for small-business, educational and non-profit organizations. It is a fork of the well-known OpenOffice.org application.
What's new in LibreOffice 4.4.0:
- The user interface has been improved in a significant way
- Interoperability with OOXML file formats has been extended
- Improved source code quality based on Coverity Scan analysis
- Support of OpenGL transitions in Windows, and improved implementation based on the new OpenGL framework;
- Digital signing of PDF files during the export process;
- Installation of free fonts Carlito and Caladea to replace proprietary Microsoft C-Fonts Calibri and Cambria, to get rid of font related issues while opening OOXML files;
- Addition of several new default templates, designed by volunteers;
- Visual editing of Impress master pages, to remove unwanted elements, adding or hiding a level to the outline numbering, and toggling bullets on or off;
- Better Track Changes – with new buttons in the Track Changes toolbar – and AutoCorrect features in Writer;
- Improved import filters for Microsoft Visio, Microsoft Publisher and AbiWord files, and Microsoft Works spreadsheets;
- New import filters for Adobe Pagemaker, MacDraw, MacDraw II and RagTime for Mac;
- Greatly expanded support for media capabilities on each platform.
LibreOffice's main components
LibreOffice Writer is the main component, and probably the most used one. It is also the most important one from the entire office suite, as many people install LibreOffice to create high quality word documents. It provides users with plenty of options for formatting text, inserting tables, drawings and images.
LibreOffice Calc is there for those of you who work with spreadsheet documents, and LibreOffice Math can be used to easily insert equations and formulas in word, spreadsheet, drawing, and presentation documents.
If you work a lot with presentations and slideshows, we strongly recommend to use the Impress component of LibreOffice. Moreover, LibreOffice Draw allows you to generate drawings that include charts, formulas or tables.
The last component, and the most advanced one, is LibreOffice Base, which can be used to design and maintain databases for storing all sorts of data, from survey information to financial reports.
How to Install LibreOffice 4.4 on Ubuntu/Linux Mint via ppa :
LibreOffice 4.4 available on PPA launchpad, to install on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems via PPA, open a new Terminal window and bash (get it?) in the following commands:
sudo add-apt-repository ppa:libreoffice/libreoffice-4-4
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install libreoffice
The source (deb) is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.
Subscribe to:
Posts (Atom)
















