Results 1 to 3 of 3

Thread: dnscrypt-proxy: 'Could not execute systemctl' error when installing

  1. #1
    Join Date
    Aug 2024
    Beans
    2

    dnscrypt-proxy: 'Could not execute systemctl' error when installing

    I am trying to install dnscrypt-proxy in Ubuntu 24.04 from the official repository:

    Code:
    sudo apt install dnscrypt-proxy
    At the moment, the current version is 2.0.45+ds1-1.2ubuntu0.24.04.1

    During installation, I get the following error:

    Code:
    Could not execute systemctl:  at /usr/bin/deb-systemd-invoke line 148.
    I opened the deb-systemd-invoke file using nano. The 148th line has the following content:

    Code:
    system('systemctl', '--quiet', @instance_args, $action, @start_units) == 0 or die("Could not execute systemctl: $!");
    Please tell me what is preventing the installation and how can I fix it?

  2. #2
    currentshaft Guest

    Re: dnscrypt-proxy: 'Could not execute systemctl' error when installing

    66
    Last edited by currentshaft; September 2nd, 2024 at 12:59 AM.

  3. #3
    Join Date
    Aug 2024
    Beans
    2

    Re: dnscrypt-proxy: 'Could not execute systemctl' error when installing

    Thank you, it's works

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •