Sunday, December 13, 2009

Chromium on my Kubuntu..

This is how I got Chromium on my Kubuntu

Source: http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main

Two ways to add the source

1. using the kpacakagekit tool. (Left Navigation == Settings->Edit Software Sources->Other Softwares Tab->Add->Paste (deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main)

2. cat "deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main" >> /etc/apt/sources.list

Now, import authentication Keys as done for every legal update..

Enjoy...

Find my Linux version from console..

Well, This is how I find my current version of Linux Distribution, Release and Release Code..

cat /etc/*-release

This is what I get... Interesting isn't it?

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION="Ubuntu 9.10"