Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > General Help
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

General Help
All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu.

 
Thread Tools Display Modes
Old February 9th, 2007   #1
timjay73
5 Cups of Ubuntu
 
Join Date: Feb 2007
Location: Ohio
Beans: 20
Ubuntu 6.06 Dapper
keepass installation

just switched over yesterday and everything has gone as smooth as i expected it to. however, i installed keepass v0.2.2. it installed fine but i cant find it anywhere. i searched for it but nothing came up. i went through file folders and found stuff for it but i couldnt find anything to launch the app. then i went through command line (i think that's what we're calling it) with "keepass" and this came up:

xchech@xchech-laptop:~$ keepass
keepass: error while loading shared libraries: libQtXml.so.4: cannot open shared object file: No such file or directory
xchech@xchech-laptop:~$

so i tried something and got this:

xchech@xchech-laptop:~$ sudo apt-get install libQtXml.so.4
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package libQtXml.so.4

i just tried it again and now i get this:

xchech@xchech-laptop:~$ sudo apt-get install libQtXml.so.4
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavail able)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another proc ess using it?
xchech@xchech-laptop:~$

now i got nothing left. i am tapped out on searching the forums. any help would be very much appreciated. this is so fun. it's like getting on a computer for the first time again. a madonna song just popped into my head...like a virgin...sorry about that. i digress
timjay73 is offline   Reply With Quote
Old February 11th, 2007   #2
timjay73
5 Cups of Ubuntu
 
Join Date: Feb 2007
Location: Ohio
Beans: 20
Ubuntu 6.06 Dapper
Re: keepass installation

no one?

okay i uninstalled what i could findof keepass through synaptic. now when i go into synaptic and search for it to try to reinstall, it is nowhere to be found. i also cant install through terminal either. all of the codes i have found never work. so i'm back to square one.

here's what i've done so far:
D/Led both the application bundle v0.2.2 and the DEB binary package v0.2.2.

now, from what i have read, the application bundle has everything that i need. how do i install it? i cant seem to find anyway to install it. i cant find it through terminal or synaptic (and yes i have both universe and multiverse repositories added). i am at a lost and i really need to have keepass installed/usable b/c all my p/w are saved through it. as of now, everytime i need to get somewhere i have to boot up XP, which is always a joy.

anyone have a clue about what to do?
timjay73 is offline   Reply With Quote
Old February 11th, 2007   #3
Ramses de Norre
I Ubuntu, Therefore, I Am
 
Ramses de Norre's Avatar
 
Join Date: Jan 2006
Location: Leuven, Belgium
Beans: 3,414
Re: keepass installation

There is a package keepassx in the universe repo, is that the one you're looking for? You'll have to enable universe to make aptitude or synaptic find it.

If that's not it, what format is that application bundle?
Ramses de Norre is offline   Reply With Quote
Old February 11th, 2007   #4
timjay73
5 Cups of Ubuntu
 
Join Date: Feb 2007
Location: Ohio
Beans: 20
Ubuntu 6.06 Dapper
Re: keepass installation

thank you so much for your help. i have added/enabled all of the repositories in synaptic>settings>repositories (software preferences) just to make sure. i searched for keepassx and nothing showed up.

then i tried this:
xchech@xchech-laptop:~$ sudo apt-get install keepassx
Reading package lists... Done
Building dependency tree... Done
Package keepassx is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package keepassx has no installation candidate

that's as far as i got.
the file name for the application bundle that i d/led is KeePassX-02.2-bin.tar.gz
i also d/led DEB binary package KeePassX-02.2.deb
timjay73 is offline   Reply With Quote
Old February 11th, 2007   #5
Ramses de Norre
I Ubuntu, Therefore, I Am
 
Ramses de Norre's Avatar
 
Join Date: Jan 2006
Location: Leuven, Belgium
Beans: 3,414
Re: keepass installation

Oh now I see, the package is in edgy repos but not in dapper repos.. So I assume you are using dapper?
The best thing probably is to try installing the ubuntu deb package which you can get here.
It's possible that some dependencies can't be resolved with dapper repos, if so you can try your downloaded deb package with
Code:
sudo dpkg -i KeePassX-02.2.deb
in the directory that file is in.
And the last resort would be installing from source with the tarball.
But try the others first.
Ramses de Norre is offline   Reply With Quote
Old February 11th, 2007   #6
timjay73
5 Cups of Ubuntu
 
Join Date: Feb 2007
Location: Ohio
Beans: 20
Ubuntu 6.06 Dapper
Re: keepass installation

again, thank you for taking time with me.
1. i downloaded a new keepassx from the link provided. it didnt quite install - Errorependency is not satisfiable:libc6

2. so then i did something that i thought/hoped would work - sudo apt-get install libc6. apparently, i already have the newest version.

3.tried the code you provided and got this:
xchech@xchech-laptop:~$ sudo dpkg -i KeePassX-02.2.deb
dpkg: error processing KeePassX-02.2.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
KeePassX-02.2.deb
xchech@xchech-laptop:~$
timjay73 is offline   Reply With Quote
Old February 11th, 2007   #7
Ramses de Norre
I Ubuntu, Therefore, I Am
 
Ramses de Norre's Avatar
 
Join Date: Jan 2006
Location: Leuven, Belgium
Beans: 3,414
Re: keepass installation

You need to execute that command in the directory containing the deb file or proceed the filename with the right path to it.
The dependency problems with the edgy package are normal.. I already expected them.
Ramses de Norre is offline   Reply With Quote
Old February 11th, 2007   #8
timjay73
5 Cups of Ubuntu
 
Join Date: Feb 2007
Location: Ohio
Beans: 20
Ubuntu 6.06 Dapper
Re: keepass installation

and how do i do that? right now the file is on my desktop. how would i write the command?

i tried this and multiple variations that i could think of but with no luck.

sudo dpkg -i ~/Desktop/KeePassX-0.2.2.deb ??

you're going to have to really dumb this down for me. and trust me, i need it.
timjay73 is offline   Reply With Quote
Old February 11th, 2007   #9
Ramses de Norre
I Ubuntu, Therefore, I Am
 
Ramses de Norre's Avatar
 
Join Date: Jan 2006
Location: Leuven, Belgium
Beans: 3,414
Re: keepass installation

You still get the "No such file or directory" error?
Try to use tab completion more to be sure you've got the right filename and path.
So type in sudo dpkg -i ~/Desktop/ and double tab to see all available files, now check whether the deb is there too and type the first couple of letters, then press tab to complete.
That way you should have the path and filename correct.
Ramses de Norre is offline   Reply With Quote
Old February 11th, 2007   #10
timjay73
5 Cups of Ubuntu
 
Join Date: Feb 2007
Location: Ohio
Beans: 20
Ubuntu 6.06 Dapper
Re: keepass installation

did it just like you said and here's what i got:
xchech@xchech-laptop:~$ sudo dpkg -i /home/xchech/Desktop/KeePassX-0.2.2.deb
Password:
Selecting previously deselected package keepassx.
(Reading database ... 86216 files and directories currently installed.)
Unpacking keepassx (from .../Desktop/KeePassX-0.2.2.deb) ...
Setting up keepassx (0.2.2-2) ...
xchech@xchech-laptop:~$ keepass
keepass: error while loading shared libraries: libQtXml.so.4: cannot open shared object file: No such file or directory


i wasnt sure if it was installed b/c i couldnt find it anywhere. that's why i typed in "keepass".
now how do i get it to open or do i need to something with libQtXml.so.4? i tried installing and got this

xchech@xchech-laptop:~$ sudo apt-get install libQtXml.so.4
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package libQtXml.so.4
xchech@xchech-laptop:~$
timjay73 is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:09 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry