Package Installer

Forum Forums General Software Package Installer

Tagged: 

  • This topic has 33 replies, 13 voices, and was last updated Oct 10-5:44 am by Anonymous.
Viewing 4 posts - 31 through 34 (of 34 total)
  • Author
    Posts
  • #39738
    Member
    greyowl
      Helpful
      Up
      0
      ::

      I have been using Password Safe to hold and use my passwords.
      I like it because you can install it on both Linux and MS computers and use the same data base.
      It is available for both 32 and 64 bit computers.
      The developer is very helpful to users.
      It could be a nice addition to the Package Installer. Here is the url: https://pwsafe.org/

      Dell Latitude D620 laptop with antiX 22 (64 bit)

      #39786
      Member
      Xecure
        Helpful
        Up
        0
        ::

        It could be a nice addition to the Package Installer. Here is the url: https://pwsafe.org/

        Easier to add it from debian buster-backports instead of the main website.

        apt-cache show passwordsafe
        Package: passwordsafe
        Version: 1.08.2+dfsg-1~bpo10+1

        To make anticapitalista’s life easier:
        file: passwordsafe.pm

        <?xml version="1.0"?>
        <app>
        
        <category>
        Misc
        </category>
        
        <name>  
        Password Safe
        </name>
        
        <description>  
        Simple & Secure Password Management
        </description>
        
        <installable>
        all
        </installable>
        
        <screenshot>none</screenshot>
        
        <preinstall>
        echo "deb http://deb.debian.org/debian buster-backports main contrib non-free">/etc/apt/sources.list.d/pitemp.list
        apt-get update
        </preinstall>
        
        <install_package_names>
        -t buster-backports passwordsafe
        </install_package_names>
        
        <postinstall>
        rm /etc/apt/sources.list.d/pitemp.list
        apt-get update
        </postinstall>
        
        <uninstall_package_names>
        passwordsafe
        </uninstall_package_names>
        </app>

        antiX Live system enthusiast.
        General Live Boot Parameters for antiX.

        #42743
        Member
        ExWaltz
          Helpful
          Up
          0
          ::

          When I try to install deadbeef through the package manager it shows an error like this:
          Reading package lists…
          Building dependency tree…
          Reading state information…
          Package deadbeef-gtk3 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
          However the following packages replace it:
          deadbeef:i386 deadbeef

          E: Package ‘deadbeef-gtk3’ has no installation candidate

          how do I fix this? I’m new to linux btw

          • This reply was modified 2 years, 7 months ago by ExWaltz.
          #42745
          Anonymous
            Helpful
            Up
            0
            ::

            tested just now on antiX 19 ~~ works for me
            sudo apt update && sudo apt install libjansson4 deadbeef-gtk3

            > has no installation candidate
            that often indicates “sudo apt update” hasn’t recently been run on the machine

          Viewing 4 posts - 31 through 34 (of 34 total)
          • You must be logged in to reply to this topic.