• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

How to uninstall scons package from Ubuntu

by admin

SCons is a software construction tool that is designed to be a replacement for traditional build systems such as make. It is a Python-based build tool that uses Python scripts (called “SConstruct” and “SConscript” files) to describe the build process for a software project.

To install SCons on Ubuntu, you will need to have Python installed on your system. SCons is written in Python and requires Python to be installed to run.

Uninstalling scons package from Ubuntu

You can uninstall scons package itself from Ubuntuthrough the terminal:

$ sudo apt-get remove scons

Uninstall scons including dependent package

If you would like to remove scons and it’s dependent packages which are no longer needed, use the below command to remove the scons package:

$ sudo apt-get remove --auto-remove scons 

Use Purging scons

If you use with purge options to scons package all the configuration and dependent packages will be removed.

$ sudo apt-get purge scons

If you use purge options along with auto remove, will be removed everything regarding the package, It’s really useful when you want to reinstall again.

$ sudo apt-get purge --auto-remove scons

Filed Under: Linux

Some more articles you might also be interested in …

  1. How to Setup SSH keys for “passwordless” ssh login in Linux
  2. lsns Command Examples in Linux
  3. How to verify if NX/XD is Enabled or Disabled in CentOS/RHEL 7 and 8
  4. CentOS / RHEL : How to backup/restore configuration using authconfig
  5. po4a-updatepo Command Examples in Linux
  6. Replacing a Failed Mirror Disk in a Software RAID Array (mdadm)
  7. ascii: command not found
  8. hcitool: command not found
  9. Beginners Guide to yum Configuration
  10. The ultimate Linux interview questions : swap

You May Also Like

Primary Sidebar

Recent Posts

  • protonvpn-cli Command Examples in Linux
  • protonvpn-cli connect Command Examples
  • procs Command Examples in Linux
  • prlimit: command not found

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright