Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing pwsafe 1.16 on Ubuntu 22.10 returns error "passwordsafe conflicts with passwordsafe-common" #940

Closed
igor2x opened this issue Mar 26, 2023 · 2 comments

Comments

@igor2x
Copy link
Contributor

igor2x commented Mar 26, 2023

On Ubuntu 22.10 I use PasswordSafe 1.15.

I downloaded passwordsafe-ubuntu22-1.16-amd64.deb and tried to install and I get error:

sudo dpkg -i passwordsafe-ubuntu22-1.16-amd64.deb

dpkg: regarding passwordsafe-ubuntu22-1.16-amd64.deb containing passwordsafe:
 passwordsafe conflicts with passwordsafe-common
  passwordsafe-common (version 1.15.0+dfsg-1) is present and installed.

dpkg: error processing archive passwordsafe-ubuntu22-1.16-amd64.deb (--install):
 conflicting packages - not installing passwordsafe
Errors were encountered while processing:
 passwordsafe-ubuntu22-1.16-amd64.deb

Then downloaded for "older" Ubuntu:

sudo dpkg -i passwordsafe-ubuntu20-1.16-amd64.deb

dpkg: regarding passwordsafe-ubuntu20-1.16-amd64.deb containing passwordsafe:
 passwordsafe conflicts with passwordsafe-common
  passwordsafe-common (version 1.15.0+dfsg-1) is present and installed.

dpkg: error processing archive passwordsafe-ubuntu20-1.16-amd64.deb (--install):
 conflicting packages - not installing passwordsafe
Errors were encountered while processing:
 passwordsafe-ubuntu20-1.16-amd64.deb

How to install Password Save 1.16 on Ubuntu 22.10.

If would be nice to consider for Linux to create flatpak package as suggested in #562 This would fix many problems.

@igor2x
Copy link
Contributor Author

igor2x commented Mar 28, 2023

I have manage to solve the problem with bellow commands:

sudo apt purge passwordsafe-common 
sudo apt autoremove
sudo dpkg -i passwordsafe-*.deb
sudo apt -f install
sudo dpkg -i passwordsafe-*.deb

This issue can be closed down.

Please consider creating flatpak in order to simplify installation.

@ronys
Copy link
Member

ronys commented Apr 8, 2023

Yes, passwordsafe-common was created by another package maintainer. In my opinion it's an unnecessary complication for as simple a package as PasswordSafe.

@ronys ronys closed this as completed Apr 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants