LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 06-15-2016, 05:50 PM   #16
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,263
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194

You are welcome!

I also see you are using Debian, so probably if you open a thread in the Debian forum you will go to the top of the list and probably get a quick, helpful reply.
 
Old 06-15-2016, 05:54 PM   #17
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
gvaught,

This link for the PPA should help you:

https://launchpad.net/~jtaylor/+archive/ubuntu/keepass

You probably need to change your sources list to avoid that error.

EDIT

I did not notice that you had changed from Mint to Debian.

A more detailed response is at post #19.

Last edited by beachboy2; 06-16-2016 at 03:00 AM.
 
Old 06-16-2016, 12:21 AM   #18
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by gvaught View Post
I have tried this (many times, now) and I keep getting the following error message:
Code:
w:Failed to fetch http://ppa.launchpad.net/jtaylor/keepass/ubuntu/dists/jessie/main/binary-amd64/Packages  404  Not Found
Any help on that error?
this:
Quote:
Originally Posted by ondoho View Post
i use keepassx and am happy with it. no installation problems at all. it is compatibel with an older version of keepass; it should be possible to export your keepass databases to that older (1.x?) format.
btw, where is that new thread of yours?
 
Old 06-16-2016, 02:56 AM   #19
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
gvaught,

I have just done the following on Linux Mint 17.3 and KeePass2 installed without any problem:

Code:
sudo apt-add-repository ppa:jtaylor/keepass -y
sudo apt-get update
sudo apt-get install keepass2 -y
Since you are now using Debian instead of Linux Mint as originally, you need to refer to:

https://packages.debian.org/jessie/utils/keepass2


Download:

https://packages.debian.org/jessie/utils/keepass2

Scroll to bottom of page to Download keepass2 and click on all.

Then follow the instructions on that page.

***Make sure that the incorrect source is removed before you start the above.

Last edited by beachboy2; 06-16-2016 at 03:28 AM.
 
Old 06-16-2016, 03:09 AM   #20
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Quote:
My hardware is a Dell Precision T5500 with 2 x Xeon 5520's and 58GB RAM. It also has a Radeon 7970 (I think! It's definitely an older AMD) graphics card to power the multiple monitors. The monitors are 2 x 1600x1200 Dell's (2010FP I think) and 1 x 2560x1440 Dell (U2515H). I also have 1 x 256GB SSD and 1 x 1.5GB HDD. I also have another 128GB SSD that I may use as my guinea pig to test distros before installing on the 256GB SSD.
1. The Radeon 7970 is well supported by the free driver. Make sure you have a Mesa library with OpenMAX (libomxil-bellagio) support builtin (not required but recommended), Install libtxc-dxtn for S3TC support if needed, and grab driconf to configure your card.

2. SSD drives are well supported by JFS and BtrFS and other modern file systems. I would use a swap partition, but only use the minimum since you have so much RAM.

3. As far as monitors, use the separated xorg.conf.d directory with segregated configurations for each.

4. As far as Windows migration, look into open source alternatives as well as WiNE to ease yourself into things. I would recommend an older distribution like Debian or Slackware to really learn the ins and outs of GNU/Linux. The *buntus are more for generalized try it before you buy it and do a little too much hand holding for my tastes. Debian and Slackware really make you learn how to do things, which will serve you better in the long run.
 
Old 06-17-2016, 08:36 AM   #21
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
There seems to be nothing in that ppa for Debian, only for Ubuntu.
Quote:
This PPA can be added to your system manually by copying the lines below and adding them to your system's software sources.

Display sources.list entries for:
deb http://ppa.launchpad.net/jtaylor/keepass/ubuntu YOUR_UBUNTU_VERSION_HERE main
deb-src http://ppa.launchpad.net/jtaylor/keepass/ubuntu YOUR_UBUNTU_VERSION_HERE main
Debian does not use PPAs. It's possible to add outside sources to sources.list or a list file in sources.list.d, but the ppa in question has nothing that I can find that mentions Jessie, only the Ubuntu releases.

You don't need a ppa for KeePass2, it's available in the regular Debian repositories.

Last edited by sgosnell; 06-17-2016 at 08:38 AM.
 
Old 06-17-2016, 10:15 AM   #22
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
Quote:
You don't need a ppa for KeePass2, it's available in the regular Debian repositories.
Correct, as per my earlier post (#19).
 
Old 06-17-2016, 11:49 AM   #23
gvaught
Member
 
Registered: Sep 2003
Location: MidWest
Distribution: Debian GNU/Linux 8 (jessie)
Posts: 199

Rep: Reputation: 30
I understand that KeePass_ (1, 2 or X) is available on Debian, but for some reason I cannot get it to install on my system, running Jessie.

At this point, I've tried so many things (a lot of which were advertised for Debian, but turned out to be Ubuntu) that I think I've got too much corruption for me to recover. I think I'll back up my downloads and data then reinstall a clean OS and get KeePass installed very first thing. I'll see how that works. Then I can move on to other installs.
 
Old 06-17-2016, 12:06 PM   #24
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
gvaught,

That is a good idea to reinstall and start again with a clean slate.

It is definitely KeePass2 that you need:

https://packages.debian.org/jessie/utils/keepass2
 
Old 06-17-2016, 08:45 PM   #25
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
To install keepass2, all you need is
Code:
apt install keepass2
as root. If you have sudo installed, you can use that in front. Be advised, that will install a lot of stuff, because mono is a dependency, and it's big. Or you can use Synaptic if you're used to Ubuntu and want only a GUI. Search for keepass, mark it for installation, accept the other proposed installations, click the green check mark, and wait. If neither of those works, you have serious problems with your system.
 
Old 07-24-2017, 08:33 AM   #26
debbietaylor
LQ Newbie
 
Registered: Jul 2017
Posts: 1

Rep: Reputation: Disabled
hi

hello
 
Old 07-24-2017, 08:42 PM   #27
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,317
Blog Entries: 28

Rep: Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140
I have encountered no issues running KeepassX v. 2.x.
 
  


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
LXer: Agile Expands Compliance, Product Portfolio, Product Collaboration and Quality Management Capabilities in Latest Version of Leading PLM Solution LXer Syndicated Linux News 0 12-13-2005 08:31 AM
HCL: review for product with 0 entries / generic or detailed product names? stonux LQ Suggestions & Feedback 1 06-03-2005 12:51 AM
How do you market a product? randyriver10 General 12 01-30-2005 06:21 PM
Which product is least likely to be released Indech General 2 11-16-2004 01:05 AM
Product ?? rilians Mandriva 1 07-07-2004 10:57 AM

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

All times are GMT -5. The time now is 12:05 PM.

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