Ubuntu 16.04. Best way to disable apport?

5,174

You should be able to use systemctl to accomplish your needs.

sudo systemctl status apport.service 

sudo systemctl stop apport.service 

sudo systemctl disable apport.service.

When learning to use systemctl you can often use tab completion, if you aren't aware of the full service names.

Share:
5,174

Related videos on Youtube

dbz2k
Author by

dbz2k

Updated on September 18, 2022

Comments

  • dbz2k
    dbz2k almost 2 years

    I have been searching for ways to do this in 16.04, but most instructions that I've found are for 14.04. I don't think it will work, since Ubuntu 16.04 uses systemd. Can someone please guide me?

  • itnet7
    itnet7 about 8 years
    I didn't notice the possible duplicate comment when posting this, but askubuntu.com/a/637769/26160 does really have what dbz2k was looking for.
  • dbz2k
    dbz2k about 8 years
    ok thanks I don't why didn't see that when I was searching sorry