LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 01-11-2017, 06:00 AM   #16
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567

If keypass or keyepass2 needs to run as eg sudo ie root then it could be
Code:
sudo man keypass

Last edited by jamison20000e; 01-11-2017 at 06:07 AM.
 
Old 01-11-2017, 06:02 AM   #17
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,838

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
did you install keepass2 already? You can check it in synaptic for example, by: dpkg -l | grep keepass
also you can try man -k keepass to find the man page of it.
 
1 members found this post helpful.
Old 01-11-2017, 06:03 AM   #18
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Looks like we've been misspelling it: http://keepass.info/help/base/cmdline.html

the image in your first post.
 
Old 01-11-2017, 06:15 AM   #19
paxolin
Member
 
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
did you install keepass2 already? You can check it in synaptic for example, by: dpkg -l | grep keepass
also you can try man -k keepass to find the man page of it.
This is what comes back. Not that I know anything, but it looks to me like it's found something there:
Code:
 dpkg -l | grep keepass
ii  keepass2      2.34+dfsg-1~ubuntu16.04~ppa1      all     Password manager
Also:
Code:
man -k keepass
keepass2 (1)         - password manager
I don't know what all that means in English though, if anything?
 
Old 01-11-2017, 06:20 AM   #20
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Key, now try just
Quote:
man keepass2

Last edited by jamison20000e; 01-11-2017 at 06:22 AM. Reason: +2
 
1 members found this post helpful.
Old 01-11-2017, 06:21 AM   #21
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,838

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
ii means installed

keepass2 (1) - password manager
means it is man keepass2 and is available. If it was not found you may need to execute:
Code:
export MANPATH=$MANPATH:/usr/share/man
# before
man keepass2
but actually that was mistyped, it is not keypass2, but keepass2
 
1 members found this post helpful.
Old 01-11-2017, 06:30 AM   #22
paxolin
Member
 
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412

Original Poster
Rep: Reputation: Disabled
Success!
Code:
man keepass2
starts list some sort of manual.
Is there some way to save it, and view it more easily in say, Libre Office?
 
Old 01-11-2017, 06:34 AM   #23
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,838

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
no, I mean no need to save it, you can execute man keepass2 any time you need it.
If you want to open it in libreoffice you can do the following:
Code:
man keepass2 > /tmp/keepass2.man
loffice /tmp/keepass2.man
but actually better to read the man page directly.
 
2 members found this post helpful.
Old 01-11-2017, 06:34 AM   #24
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
There are GUI viewers for man pages like: Xman, Gman, KDE-Help and so on... a search or two in Synaptic may help for more.
 
Old 01-11-2017, 06:37 AM   #25
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Can change your GUI terminal profile if that helps (black on white?)

Add:
Quote:
Originally Posted by pan64 View Post
...
but actually better to read the man page directly.
+1

Last edited by jamison20000e; 01-11-2017 at 06:39 AM.
 
Old 01-11-2017, 06:47 AM   #26
paxolin
Member
 
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
no, I mean no need to save it, you can execute man keepass2 any time you need it.
If you want to open it in libreoffice you can do the following:
Code:
man keepass2 > /tmp/keepass2.man
loffice /tmp/keepass2.man
but actually better to read the man page directly.
For me personally, I'd rather be able to save it and read it easily when I need.
Not knowing anything about this, it opens in LO, but only about 10/12 lines and produces this in terminal, whatever it means?
Code:
man keepass2 > /tmp/keepass2.man
watt@PCMint ~ $ loffice /tmp/keepass2.man

(soffice:22583): Gdk-WARNING **: gdk_window_set_icon_list: icons too large
:1: parser error : Document is empty
KEEPASS2(1)                 General Commands Manual                KEEPASS2(1)
^
:1: parser error : Document is empty
KEEPASS2(1)                 General Commands Manual                KEEPASS2(1)
^
:1: parser error : Document is empty
KEEPASS2(1)                 General Commands Manual                KEEPASS2(1)
^

(soffice:22583): Gdk-WARNING **: gdk_window_set_icon_list: icons too large
Perhaps I'm being too difficult asking something like this?
 
Old 01-11-2017, 06:57 AM   #27
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,838

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
Code:
man keepass2 > /tmp/keepass2.txt
loffice /tmp/keepass2.txt
probably works better.
Quote:
For me personally, I'd rather be able to save it and read it easily when I need.
it is already saved and available on your host: /usr/share/man/man1/keepass2.1.gz if I remember well.
man keepass2 will automatically unzip, format and show it to you.
 
1 members found this post helpful.
Old 01-11-2017, 09:33 AM   #28
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Quote:
Originally Posted by paxolin View Post
Sorry, good try, but no cigar!
I'm guessing that it's possible I didn't d/l the complete package, not really knowing what I'm doing?
Code:
man keypass2
No manual entry for keypass2
The program is called "keepass" not "keypass"

Keepass2 has a manual page (although there's not a lot there, I just looked)

man keepass2

will bring it up.

(nevermind, I see you already found it).

Last edited by IndyGunFreak; 01-11-2017 at 09:35 AM.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to find the complete file path using struct file in linux kernel modules prabhurajreddy Linux - Kernel 2 04-17-2014 01:45 PM
Move file contents to another file with bash script (find, mimetype and cat) _furrycat_ Linux - Newbie 1 10-06-2013 11:12 AM
[SOLVED] using awk to find item listed in one file in another file - runs very long bop-a-nator Linux - Newbie 5 02-12-2013 07:37 PM
how to find free software to convert an imported .dst file to a .pes file. seabee 2 Linux - Software 3 08-28-2012 03:01 PM
[SOLVED] Find a file in directories without using find command sikanders Linux - Newbie 14 08-06-2010 08:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 12:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration