Ubuntu with Default Gnome "simply works"!
hey @shashwath:Are you on
Kubuntu or u got
kde running on
Ubuntu?
since i dont use kde or kubuntu my knowledge is limited .also remember if you removed first line on ur default sources.list for cd mount,u wont be prompted for Kubuntu CD/DVD.see below my srcs.list for a reference(or replace it with mine if u wish
)
Code:
[B]
# # If you get GPG errors with this sources.list, locate the GPG key in this file
# # and run these commands (where KEY is replaced with that key)
# #
# # gpg --keyserver hkp://subkeys.pgp.net --recv-keys KEY
# # gpg --export --armor KEY | sudo apt-key add -
#Ubuntu Security
deb *archive.ubuntu.com/ubuntu/ feisty-security main restricted
deb-src *archive.ubuntu.com/ubuntu/ feisty-security restricted main multiverse universe #Added by software-properties
deb *archive.ubuntu.com/ubuntu/ feisty-security universe
deb *archive.ubuntu.com/ubuntu/ feisty-security multiverse
# # Ubuntu supported packages
# # GPG key: 437D05B5
deb *archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src *archive.ubuntu.com/ubuntu/ feisty restricted main multiverse universe #Added by software-properties
deb *archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src *archive.ubuntu.com/ubuntu/ feisty-updates restricted main multiverse universe #Added by software-properties
#
# # Ubuntu community supported packages
# # GPG key: 437D05B5
deb *archive.ubuntu.com/ubuntu/ feisty universe multiverse
deb *archive.ubuntu.com/ubuntu/ feisty-updates universe multiverse
# # Ubuntu backports project
# # GPG key: 437D05B5
deb *archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb-src *archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse #Added by software-properties
#### Proposed Multiverse ####
deb *archive.ubuntu.com/ubuntu/ feisty-proposed main restricted universe multiverse
deb-src *archive.ubuntu.com/ubuntu/ feisty-proposed main restricted universe multiverse #Added by software-properties
#### Canonical Commercial ####
deb *archive.canonical.com/ubuntu feisty-commercial main
deb *medibuntu.sos-sts.com/repo/ feisty free non-free
#compiz-fusion
deb *debs.vorian.org/ feisty extras
deb-src *debs.vorian.org/ feisty extras[/B]
{U can put a hash "#" infront of lines starting with "deb-src" as "# deb-src" as they are not used by many unless you need to compile ur own version for various reasons}
then run :
Code:
[B]sudo apt-get update[/B]
also refer *kubuntuguide.org (still not complete)
regarding apt/dpkg error-update ur sources.list like the one above.because sometimes the error may be due to apt fails to get some packages to resolve the dependencies as sources.list may not be complete.so update ur sources.list and then run
Code:
[B]sudo apt-get install -f[/B]
still if dpkg fails,post the complete output from terminal(not adept) here.u can see that dpkg complains about some missing packages in the terminal output.