PDA

View Full Version : Kubuntu help


shaunak
07-11-2006, 01:17 PM
> I ve just moved from ubuntu 6.06 kubuntu EE and am facing some problems with adept. It is unable to install vlc media player. On typing in
sudo apt-get install vlc vlc-plugin-esd i get an "package not found" error.

> Also i am unable to install .deb files. [i remember gnome had gdebi. any similar software for kde?]

>I am also unable to use the WYSIWYG editor while posting in knoquror. [imm typing this from the simple text box] How do i fix that?


please help
someone,
anyone!

mehulved
07-11-2006, 01:55 PM
For the VLC problem I guess it's your repositories that you need to add vlc.
I have this line in my /etc/apt/sources.list
deb http://nightlies.videolan.org/build/dapper-i386 / You can add it but remember it's unstable. Maybe someone else has the stable repo.
For installing deb files use dpkg
sudo dpkg -i <filename> I guess gdebi should work on Kubuntu too if you install gnomelib.
And yeah many of these WYSIWYG editors don't work well on Konqueror and Opera. That's the price you pay for following the standards.

kalpik
07-11-2006, 03:01 PM
VLC is available in the universe/multiverse repos. Check if they are enabled.

praka123
07-11-2006, 07:55 PM
ubuntu-use it with GNOME.the best.And use synaptic and check availability of packages.
btw check ur srcs.list and try matching.
prakash@ubuntu:~$ cat /etc/apt/sources.list
###gpg --keyserver subkeys.pgp.net --recv KEY
###gpg --export --armor KEY | sudo apt-key add -



## Add comments (##) in front of any line to remove it from being checked.
## Use the following sources.list at your own risk.

deb http://archive.ubuntu.com/ubuntu edgy main restricted universe multiverse
##deb-src http://archive.ubuntu.com/ubuntu edgy main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu edgy-proposed main restricted universe multiverse
##deb-src http://archive.ubuntu.com/ubuntu edgy-proposed main restricted universe multiverse

##### MAJOR BUG FIX UPDATES#####
##(produced after the final release)
deb http://archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse
##deb-src http://archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse

##### UBUNTU SECURITY UPDATES #####
deb http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse
##deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse

##### BACKPORTS REPOSITORY #####
##(Unsupported. May contain illegal packages. Use at own risk.)
deb http://archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse
##deb-src http://archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse

##### CANONICAL COMMERCIAL REPOSITORY #####
##(Hosted on Canonical servers, not Ubuntu servers. RealPlayer10, Opera and more to come.)
deb http://archive.canonical.com/ubuntu dapper-commercial main

##### PLF REPOSITORY #####
##(Unsupported. May contain illegal packages. Use at own risk.)
#deb http://packages.freecontrib.org/plf edgy free non-free
#deb-src http://packages.freecontrib.org/plf edgy free non-free

##### PLF #####
##(Please report any bug on https://launchpad.net/products/plf/+bugs)
##deb http://packages.freecontrib.org/ubuntu/plf/ edgy-plf free non-free
##deb-src http://packages.freecontrib.org/ubuntu/plf/ edgy-plf free non-free

##### LISTEN #####
deb http://theli.free.fr/packages/ dapper listen
##deb http://theli.free.fr/packages/ dapper listen listen-unstable
##deb-src http://theli.free.fr/packages/ dapper listen listen-unstable

## Fonts
deb http://www.elisanet.fi/mlind/ubuntu edgy fonts

##### ntfs-3g #####
deb http://givre.cabspace.com/ubuntu/ edgy main-all

## Brasero (http://mrpouit.tuxfamily.org/dists/edgy-pouit/extra/)
deb http://mrpouit.tuxfamily.org edgy-pouit extra

## Seveas
deb http://seveas.imbrandon.com/ edgy-seveas all

##### Treviņo's Ubuntu Repository
##(for Flash 9 Beta)
deb http://3v1n0.tuxfamily.org dapper 3v1n0
##deb-src http://3v1n0.tuxfamily.org dapper 3v1n0

deb http://vdlinux.sourceforge.jp/ experimental audacious

deb http://www.debian-multimedia.org testing main
prakash@ubuntu:~$

shaunak
08-11-2006, 03:06 PM
Thanks,
i managed to install opera using the dpkg command. Atleast i have a half decent browser now.

Can i install gimp on kde? If can you suggest any other immage editing software. Any light one will do. need for very basic editing.

JGuru
08-11-2006, 04:01 PM
@Shaunak, Copy the code given by @prakash in the file '/etc/X11/xorg.conf'

$ sudo apt-get update

Now wait for updates from the Net to finish. Now you can install VLC, MPlayer, GIMP etc.,

Install FireFox:

$ sudo apt-get install firefox

In Kubuntu, 'Adept' is the Package Manager, you can use it to install, remove packages.

$ gksu adept

Ofcourse, you can install GNOME applications in KDE, that will work.

eddie
09-11-2006, 03:54 AM
>I am also unable to use the WYSIWYG editor while posting in knoquror. [imm typing this from the simple text box] How do i fix that? Have you made sure that javascript is enabled? Open Konqueror window, go to Settings --> Configure Konqueror --> Java & JavaScript. Go to JavaScript tab and then check the box that says "Enable JavaScript globally".