Skip to content
geeksforgeeks
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Tutorials
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
  • Practice
    • Build your AI Agent
    • GfG 160
    • Problem of the Day
    • Practice Coding Problems
    • GfG SDE Sheet
  • Contests
    • Accenture Hackathon (Ending Soon!)
    • GfG Weekly [Rated Contest]
    • Job-A-Thon Hiring Challenge
    • All Contests and Events
  • DSA
  • Practice Problems
  • Python
  • C
  • C++
  • Java
  • Courses
  • Machine Learning
  • DevOps
  • Web Development
  • System Design
  • Aptitude
  • Projects
Open In App
Next Article:
How to Install Python-logging module on Linux?
Next article icon

How to Install Python-Pymediainfo Module on Linux?

Last Updated : 31 Jan, 2022
Comments
Improve
Suggest changes
Like Article
Like
Report

Pymediainfo is a Python package that is used to wrap around the MediaInfo library. It works on various operating systems like Windows, Linux, and macOS. Along with this, it has support for various versions of Python like Python3.6, 3.7, 3.8, etc. In this article, we will look into the process of installing the Pymediainfo Package on the Linux Operating System.

Requirements:

  • Python3
  • Python3-pip

Installing Python-Pymediainfo  package on Linux using PIP

To install the Python-Pymediainfo  package in Linux we have to follow the following steps:

Step 1: First of all, we will install Python3 on the Linux system. So to install python3 we use the following command: 

sudo apt-get install python3

 Installing-Python3-on-the-Linux-system

Step 2: Now, we install the pip module which is required to install and manage Python3 packages. So we use the following command:

sudo apt install python3-pip

Installing-the-pip-module

Step 3: Now, install the Pymediainfo package with the help of the following command:

sudo pip3 install pymediainfo

or

sudo apt-get install python3-pymediainfo

 Installing-the-Pymediainfo-package

Verifying Python-Pymediainfo package Installation on Linux using PIP

To verify if the Python-Pymediainfo  package has been successfully installed in your system run the below command in Terminal:

python3 -m pip show pymediainfo

You’ll get the below message if the installation is complete successfully without any error:

Verifying-Python-Pymediainfo-package-installation



Next Article
How to Install Python-logging module on Linux?

G

gauravgandal
Improve
Article Tags :
  • How To
  • Installation Guide
  • how-to-install

Similar Reads

  • How to Install Python-PyMedia on Linux?
    Are you having doubts about Installing Python-PyMedia on your Linux System? If so, your search for the best installation guide ends here. This article covers all the insights about Python-PyMedia, its features, and installation. As you finish this article, you will have all the information required
    6 min read
  • How to Install Python py-asn module on Linux?
    Py-asn is a Python library that is considered as the extension library which activates very fast Internet Protocol addresses to Autonomous System Number lookups. We can also perform current state and historical state lookups with the help of this package. Input given to this package is MRT/RIB BGP a
    2 min read
  • How to Install Python's Pymediainfo Module on Windows?
    The Python's Pymediainfo Package is a wrapper around the MediaInfo library. In this article, we will look into the process of installing the Pymediainfo Package on Windows. Pre-requisites: The only thing that you need for installing the Scrapy module on Windows are: Python PIP or Conda (depending up
    2 min read
  • How to Install Python Six Module on Linux?
    Six is a Python library that is used to wrap the differences between Python 2 and Python 3 for those systems that work on both Python 2 and Python 3. It is compatible with both Python 2 and Python 3 and can only contain one Python file which makes it easier to add to your projects. In this, article,
    2 min read
  • How to Install Python-logging module on Linux?
    A programmer's backpack should include a logging library. It can aid in the development of a better knowledge of a program's flow and the discovery of scenarios that you may not have considered when designing. Because most third-party Python libraries employ logging, you may combine your log message
    2 min read
  • How to Install Python Pycharm on Linux?
    To run Python programs, we need an interpreter. While online tools are available, offline interpreters are better for serious development. PyCharm, developed by JetBrains, is one of the most widely used Python IDEs. It offers: Smart code completion and inspectionPowerful debugging toolsSupport for f
    2 min read
  • How to Install Python-pyscreenshot on Linux?
    Python offers multiple libraries to ease our work. Here we'll find out how to click a screenshot using Python. Python provides a package called pyscreenshot for this task. It is only a pure Python wrapper package, with a thin layer over existing back-ends. The performance and interactivity are not v
    2 min read
  • How to Install PyMedia for Python on MacOS?
    PyMedia is basically a python library that can provide functionalities for audio as well as video processing. It supports a huge range of audio and video codecs, file formats, and protocols, which makes it a valuable tool for developers who's looking to build applications for the multimedia industry
    3 min read
  • How to Install pyperclip in Python on Linux?
    Pyperclip is a cross-platform Python module for copy and pasting, or we can say that it provides clipboard functionality. It was created to allow cross-platform copy-pasting in Python which was before missing. It is available for Python 2 and 3. In this article, we will look into the steps of instal
    1 min read
  • How to Install Pyglet in Python on Linux?
    The pyglet is a Python library. It is a cross-platform windowing and multimedia library and is planned for developing games and other visually-rich applications like GUI applications and many more. It has an active developer and user community so that users can easily solve issues. It also supports
    2 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences