• 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 julia-common package from Ubuntu

by admin

julia-common is a package available in Ubuntu that provides common files and dependencies for the Julia programming language. Julia is a high-level, high-performance dynamic programming language designed for numerical and scientific computing, data analysis, and machine learning.

The julia-common package contains shared files that are needed by other Julia-related packages, such as documentation, examples, and common libraries. It also provides a set of tools and utilities for working with Julia, such as the julia command-line interface and the julia-deps script, which checks for missing Julia dependencies.

In addition to julia-common, there are several other Julia-related packages available in Ubuntu, including julia (the Julia language itself), julia-doc (documentation for Julia), and various Julia packages (libraries and extensions for Julia).

Uninstall julia-common package from Ubuntu

You can uninstall julia-common package from Ubuntu using the below command:

$ sudo apt-get remove julia-common 

Uninstall julia-common including dependent package

If you would like to remove julia-common and it’s dependent packages which are no longer needed from Ubuntu:

$ sudo apt-get remove --auto-remove julia-common 

Use Purging julia-common

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

$ sudo apt-get purge julia-common 

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 julia-common 

Filed Under: Linux, Ubuntu

Some more articles you might also be interested in …

  1. strace: command not found
  2. nslookup Command Examples in Linux
  3. autopkgtest: command not found
  4. printf: command not found
  5. cpufreq-aperf: command not found
  6. How to Change the VNC Server Resolution in Linux
  7. trash: command not found
  8. tuned-adm and Oracle
  9. traceroute Command Examples in Linux
  10. airpaste – Share messages and files on the same network using mDNS (Command Examples)

You May Also Like

Primary Sidebar

Recent Posts

  • aws ec2: CLI for AWS EC2 (Command Examples)
  • aws cur – Create, query, and delete AWS usage report definitions (Command Examples)
  • aws configure – Manage configuration for the AWS CLI (Command Examples)
  • aws cognito-idp: Manage Amazon Cognito user pool and its users and groups using the CLI

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright