Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

askthedev.com Logo askthedev.com Logo
Sign InSign Up

askthedev.com

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Ubuntu
  • Python
  • JavaScript
  • Linux
  • Git
  • Windows
  • HTML
  • SQL
  • AWS
  • Docker
  • Kubernetes
Home/ Questions/Q 12860
Next
In Process

askthedev.com Latest Questions

Asked: September 26, 20242024-09-26T20:09:16+05:30 2024-09-26T20:09:16+05:30In: Ubuntu

What steps should I follow to completely remove Discord from my Ubuntu 16.04 system?

anonymous user

I’ve been wrestling with my Ubuntu 16.04 setup lately and, honestly, I think it’s time for me to part ways with Discord. Don’t get me wrong – I appreciate the platform and all, but I find myself juggling a lot of apps and Discord just isn’t fitting into the mix anymore. The problem is, I’m not entirely sure how to go about removing it without leaving some stray files lying around and cluttering up my system.

I’ve tried the usual approaches, like just dragging it to the trash (like you can do on Windows) but it seems like it’s being a bit more stubborn than that. I’ve heard some horror stories where removing a program doesn’t actually clear everything out, and I really want to avoid that. You know, stuff like config files or dependencies that hang around and just take up space for no reason?

So, I guess what I’m wondering is: what steps do I actually need to take to completely wipe Discord off my Ubuntu 16.04 machine? Should I be using the terminal for this? I’ve got some basic command-line skills, but I don’t want to accidentally break anything in the process. Maybe there are some commands I should run to check if it’s still lingering around after I’ve uninstalled it? Or is there a fancy tool out there that can help with this?

If anyone has tips, tricks, or a step-by-step guide that would be amazing! And if you had any weird experiences when uninstalling programs on Ubuntu, I’d love to hear those too! Anything to prevent me from making a mess of my system is super appreciated. I mean, it’s all about keeping things neat and tidy, right? Thanks in advance for any help you can share!

  • 0
  • 0
  • 2 2 Answers
  • 0 Followers
  • 0
Share
  • Facebook

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Continue with Google
    or use

    Forgot Password?

    Need An Account, Sign Up Here
    Continue with Google

    2 Answers

    • Voted
    • Oldest
    • Recent
    1. anonymous user
      2024-09-26T20:09:18+05:30Added an answer on September 26, 2024 at 8:09 pm

      To completely remove Discord from your Ubuntu 16.04 setup, it is recommended to use the terminal for a thorough uninstallation. First, you need to identify how Discord was installed on your system. If you used apt or snap to install it, you can run the following commands to uninstall it cleanly. For apt installations, open your terminal and execute: sudo apt remove discord. This command will remove the Discord application, but to ensure no residual configuration files remain, follow it up with: sudo apt purge discord. This will help clear out leftovers that may clutter your system.

      After uninstalling, it’s wise to check for any lingering files or dependencies that might still be present. You can use the command sudo apt autoremove to remove any packages that were automatically installed and are no longer required. Additionally, you might want to check your home directory for hidden configuration files by using ls -a ~/.config and look for a discord folder. If found, you can remove it by executing rm -rf ~/.config/discord. This will ensure that all related files are deleted. For a GUI approach, you can consider using tools like BleachBit, which can help clean up unnecessary files, but the terminal method above is more direct and typically avoids the risk of accidental deletions. Always remember to double-check commands and ensure you are deleting the correct files to maintain the integrity of your system.

        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
    2. anonymous user
      2024-09-26T20:09:17+05:30Added an answer on September 26, 2024 at 8:09 pm



      Uninstalling Discord on Ubuntu 16.04

      How to Completely Uninstall Discord from Ubuntu 16.04

      It sounds like you’re ready to give Discord the boot! Removing applications on Ubuntu can be a bit tricky compared to what you might be used to on Windows. Here’s a simple step-by-step guide on how to completely uninstall Discord without leaving any messy files behind.

      Step 1: Open Your Terminal

      Don’t worry, you’ve got this! First, you’ll need to open the terminal. You can find it in your applications menu or simply press Ctrl + Alt + T.

      Step 2: Uninstall Discord

      Once your terminal is open, type the following command and press Enter:

      sudo apt-get remove discord

      This command will remove Discord. You might need to enter your password for sudo access (it won’t show up as you type, but that’s normal).

      Step 3: Remove Configuration Files

      To ensure that your system is all neat and tidy, you should also remove any leftover configuration files. Run this command next:

      sudo apt-get purge discord

      Step 4: Clean Up

      Now, let’s clean up any leftover dependencies that might not be needed anymore. Just type:

      sudo apt-get autoremove

      Step 5: Check for Leftover Files

      After all that, it’s a good idea to check if any files are still hanging around. You can look for Discord-related files in your home directory with:

      ls -a ~ | grep discord

      If you find any files or folders that pop up, you can manually delete them with:

      rm -rf ~/.config/discord

      Be careful with the rm -rf command though, it’s powerful and will delete files permanently!

      Optional: Use a GUI Tool

      If you’re feeling a bit more adventurous, there are graphical tools like Stacer or BleachBit that can help clean up leftover files and dependencies for you.

      Final Thoughts

      And there you go! Following these steps should help you completely wipe out Discord from your Ubuntu setup. Just remember to double-check what you’re deleting if you venture into manual cleanup! If you run into any issues, don’t hesitate to ask the community for help—there are tons of friendly folks out there who have been in your shoes!

      Good luck keeping your system neat and tidy!


        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Related Questions

    • I'm having trouble installing the NVIDIA Quadro M2000M driver on Ubuntu 24.04.1 LTS with the current kernel. Can anyone provide guidance or solutions to this issue?
    • What steps can I take to troubleshoot high usage of GNOME Shell in Ubuntu 24.04?
    • I recently performed a fresh installation of Ubuntu 24.04, and I've noticed that my RAM usage steadily increases over time until my system becomes unresponsive. Has anyone experienced this issue ...
    • How can I resolve the "unknown filesystem" error that leads me to the GRUB rescue prompt on my Ubuntu system?
    • I'm experiencing an issue with Ubuntu 24.04 where Nautilus fails to display the progress indicator when I'm copying large files or folders. Has anyone else encountered this problem, and what ...

    Sidebar

    Related Questions

    • I'm having trouble installing the NVIDIA Quadro M2000M driver on Ubuntu 24.04.1 LTS with the current kernel. Can anyone provide guidance or solutions to this ...

    • What steps can I take to troubleshoot high usage of GNOME Shell in Ubuntu 24.04?

    • I recently performed a fresh installation of Ubuntu 24.04, and I've noticed that my RAM usage steadily increases over time until my system becomes unresponsive. ...

    • How can I resolve the "unknown filesystem" error that leads me to the GRUB rescue prompt on my Ubuntu system?

    • I'm experiencing an issue with Ubuntu 24.04 where Nautilus fails to display the progress indicator when I'm copying large files or folders. Has anyone else ...

    • How can I configure a server running Ubuntu to bind specific IP addresses to two different network interfaces? I'm looking for guidance on how to ...

    • Is it possible to configure automatic login on Ubuntu MATE 24.04?

    • After upgrading from Ubuntu Studio 22.04 to 24.04.1, I lost all audio functionality. What steps can I take to diagnose and resolve this issue?

    • I am experiencing issues booting Ubuntu 22.04 LTS from a live USB. Despite following the usual procedures, the system fails to start. What steps can ...

    • I'm encountering a problem with my Expandrive key while trying to update my Ubuntu system. Has anyone else faced similar issues, and if so, what ...

    Recent Answers

    1. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    2. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    3. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    4. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    5. anonymous user on How can I update the server about my hotbar changes in a FabricMC mod?
    • Home
    • Learn Something
    • Ask a Question
    • Answer Unanswered Questions
    • Privacy Policy
    • Terms & Conditions

    © askthedev ❤️ All Rights Reserved

    Explore

    • Ubuntu
    • Python
    • JavaScript
    • Linux
    • Git
    • Windows
    • HTML
    • SQL
    • AWS
    • Docker
    • Kubernetes

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.