KDE probs queries!

Status
Not open for further replies.

Dark Star

Cyborg Agent
Hi all switched to Kubuntu atm. :)
Now I did not like Konqueror plz suggest me the code to instal Firefox.. I downloaded the .tar.gz from site but I donno how to treat it...

Also how to make an icon i Desktop. I did buy right click Application Link but it ain't working I mean of drives :( '

I wrote this in Konsole
Code:
 sudo apt-get install firefox
I got a error

E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.

Plz help me :) I am new to KDE :p

Regards
 

Sykora

I see right through you.
Firefox runs on Gnome/GTK+, so I suppose you would have to give something like...

Code:
$ sudo apt-get install ubuntu-desktop
 

QwertyManiac

Commander in Chief
But that'd be a huge download, anyway, also try apt-get install -f and that command which APT says.

As for the linking part, if I get it right, you want to make a link to your /media/<dev> drives right?

Wont this do?

*img456.imageshack.us/img456/4735/snapshot1ur5.png

You get this menu through Link To Location (URL) option and not Application which's only for commands.
 

praka123

left this forum longback
make sure ur sources.list is correct(refer ubuntu forums or source-o-matic which can make a sources.list for u )*www.ubuntu-nl.org/source-o-matic/
reg problem-
Code:
sudo apt-get install -f
then use "adept" package manager to install firefox.never go for source install.although firefox is easy to install locally.it defeats the use of pkg-managers.
 
OP
Dark Star

Dark Star

Cyborg Agent
I am getin this error while trying anything from application.. also when I open adept manager it say another process running.. I restated but asme error also same error with Adept Update manager :(

E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. This error :(

praka123 said:
make sure ur sources.list is correct(refer ubuntu forums or source-o-matic which can make a sources.list for u )*www.ubuntu-nl.org/source-o-matic/
reg problem-
Code:
sudo apt-get install -f
then use "adept" package manager to install firefox.never go for source install.although firefox is easy to install locally.it defeats the use of pkg-managers.

Code:
# Automatically generated sources.list
# *www.ubuntu-nl.org/source-o-matic/
#
# 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 -
#
# If you don't know what to do with this file, read
# *help.ubuntu.com/community/Repositories/CommandLine

# Ubuntu supported packages
# GPG key: 437D05B5
deb *in.archive.ubuntu.com/ubuntu feisty main restricted 
deb *in.archive.ubuntu.com/ubuntu feisty-updates main restricted
deb *security.ubuntu.com/ubuntu feisty-security main restricted

deb-src *in.archive.ubuntu.com/ubuntu feisty main restricted
deb-src *in.archive.ubuntu.com/ubuntu feisty-updates main restricted
deb-src *security.ubuntu.com/ubuntu feisty-security main restricted

# Ubuntu community supported packages
# GPG key: 437D05B5
deb *in.archive.ubuntu.com/ubuntu feisty universe multiverse 
deb *in.archive.ubuntu.com/ubuntu feisty-updates universe multiverse
deb *security.ubuntu.com/ubuntu feisty-security universe multiverse

deb-src *in.archive.ubuntu.com/ubuntu feisty universe multiverse
deb-src *in.archive.ubuntu.com/ubuntu feisty-updates universe multiverse
deb-src *security.ubuntu.com/ubuntu feisty-security universe multiverse

Here is the list now what to do :eek::?
 
Last edited:

QwertyManiac

Commander in Chief
Look, why don't you run dpkg --configure -a and sudo apt-get install -f commands?

And that ping-o-matic, don't try that unless you've modified the default Kubuntu /etc/apt/sources.list file. Keep that off your mind for now and run the commands its clearly asking you to do so.
 

praka123

left this forum longback
Ubuntu with Default Gnome "simply works"!

hey @shashwath:Are you on Kubuntu or u got kde running on Ubuntu?:eek:
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.
 
OP
Dark Star

Dark Star

Cyborg Agent
Ok seems everything gngn fine atm :p Now how can I install this

*liquidweather.net/downloads.php

I have installed SuperKaramba and whenever I download this it opens up in Kate [Texh / Code Editor] :S Now I did not know further steps :( Help me :(
 

cynosure

UbuntuUser
You installed "pyqt and imagemagick"? They are needed for the installation. This is written on the first page of the web site.

About the KATE thing, just right click and click on "permissions" tab. Just below the "Others" drop down box there is a box "Is executable". Check on it. Is will now execute when you double/single click it.

Another Option::

try
sudo aptitude search liquidweather

This should return some results and if its on the servers then liquidweather should be listed too. Note the name and then use
sudo aptitude install <the name you noted>

Use these manual downloads only as the last resort.
 
OP
Dark Star

Dark Star

Cyborg Agent
Frem Apt search I got this
Code:
  gkrellweather                   - A weather monitor plugin for GKrellM     
p   kweather                        - weather display applet for KDE
p   libweather-com-perl             - CPAN's Weather::Com module for fetching da
p   liquidwar                       - A truely original multiplayer wargame
p   liquidwar-data                  - Data files for Liquid War
p   liquidwar-server                - Liquid War server
p   mythweather                     - Weather add-on module for MythTV
p   php-services-weather            - acts as an interface to various online wea
p   picon-weather                   - Picon (Personal Images) database for displ
p   rrdweather                      - weather monitoring tool based on RRDtool a
p   vdr-plugin-weather              - Weather plugin for VDR
p   weather-util                    - command-line tool to obtain weather condit
p   weathermap4rrd                  - script that generates picture network link
p   wmspaceweather                  - WindowMaker dock app that shows the "weath
p   wmweather                       - WindowMaker dockapp that shows your curren
p   wmweather+                      - WindowMaker dock app that shows your curre
p   xfce4-weather-plugin            - weather information plugin for the Xfce4 p

Also how to open /etc/apt/sources.list it says that gedit is not installed . .WHich edtor for KDE on KUBUNTU :( I use
Code:
sudo gedit /etc/apt/sources/list
 
OP
Dark Star

Dark Star

Cyborg Agent
cynosure said:
You installed "pyqt and imagemagick"? They are needed for the installation. This is written on the first page of the web site.

About the KATE thing, just right click and click on "permissions" tab. Just below the "Others" drop down box there is a box "Is executable". Check on it. Is will now execute when you double/single click it.

Another Option::

try
sudo aptitude search liquidweather

This should return some results and if its on the servers then liquidweather should be listed too. Note the name and then use
sudo aptitude install <the name you noted>

Use these manual downloads only as the last resort.
I did everything par nirasha hi haath lagi :( Plz can u elaborate steps :)

Also tell me that can i install Opera in KDe .. cause atp-get method failed :(
 
Last edited:

cynosure

UbuntuUser
Can you elaborate what all you did?

Did you change the permission of the file? It wont be treated as a binary (.exe in windows term) until you change it be executable.

Did you install pyqt and imagemagick??? These are the absolute requirements!!! Maybe after installing these two your ilquidweather will work.
Check it and report back.
 

praka123

left this forum longback
*liquidweather.net/manual.php#installation
^make a folder called liquidweather.move the downloaded .skz file to this directory.
its .skz file.unzip it as it is basically a zip file only(u can unzip using kde file extractor tool(forgot the name) ) into the liquidweather directory.
# first make sure you've got the latest version of superkaramba installed.
# Please note that liquid weather versions >=4.0 require superkaramba >=0.36; and liquid weather versions >=7.0 require superkaramba >= 0.37; and liquid weather versions >=12.0 REQUIRE superkaramba >=0.39 - otherwise you'll get strange behaviour, or it will just not work.
# liquid weather versions >= 9.0 REQUIRE PyQt >= v3.13 and ImageMagick.
# The export to email/printer options in versions >= 14.0 require reportlab.
# Also, make sure that, if you've installed a binary version of superkaramba, it's been compiled against the exact version of python that you have installed - if you can't find a suitable binary then install superkaramba from source.
# If you've got an AMD64 processor, then you'll need to use python v2.4, as there are some strange bugs with superkaramba, AMD64 and python 2.3.
make sure dependencies are solved :eek:
and read the full page:
*liquidweather.net/manual.php
 
OP
Dark Star

Dark Star

Cyborg Agent
Thx .. Can you tell me .. how to treat software that come in .tar.gz or .zip pack. I mean I know how to install thru terminal but I want to know the steps to install zip pack :) Also can I install Opera In KDE cause Conquerer sucks big time :x I am fded up with that :x
 

cynosure

UbuntuUser
.tar.gz and .zip files are opened in Konqueror itself. You single click on them and they will open.
Yes you can try Opera coz Konqueror sucks big time.:)
 
OP
Dark Star

Dark Star

Cyborg Agent
^^ buddy like if I download Opera it wil be saved in .tar.gz I wanna know the process of insta.. through terminal :p I mean installing .tar pack through terminal. Some time I download s/w but as I didn't know how to treat that I del it :p
 

cynosure

UbuntuUser
tar xvf filename.tar.gz

A new folder called "filename" will be made and your files will be copied inside.
Now there is a file called readme inside. Read it to know if the installation demands some more options in addition to the default installation. The default installtion is

1) ./configure
2) make
3) sudo make install

This is the most common method, installation may vary depending upon whats written inside the readme file. So make sure you read everything thats written inside the file.

Simpler option:

sudo aptitude install opera

I would like to tell you that compiling from source takes time. It does decreases the amount of time required to startup an app but in addition to that, the other postive effects are hard to feel.
So there is no need to compile from the source, just search the internet for the packages with .deb extension and install them. It saves time.:)
 

QwertyManiac

Commander in Chief
Yep, add the canonical repository:

Code:
## CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu
## servers. RealPlayer10, Opera, DesktopSecure and more to come.) 
deb *archive.canonical.com/ubuntu feisty-commercial main
Add this to /etc/apt/sources.list and then after an apt-get update, do apt-get install opera

And Shashwat, do try visiting www.getdeb.net at times for .deb packs of your favorite software :)
 
Last edited:
Status
Not open for further replies.
Top Bottom