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-pickle package on Linux?
Next article icon

How to Install Python-pymarc package on Linux?

Last Updated : 24 Feb, 2022
Comments
Improve
Suggest changes
Like Article
Like
Report

Pymarc is a python package for working with bibliographic data encoded in MARC21. Pymarc provides an API for reading, writing, and revising MARC records. It was mostly designed to be an emergency eject seat, forgetting your data assets out of MARC and into some kind of more rational representation. In this article, we will be installing the Pymarc package in Python on Linux operating system.

Installing Pymarc package on Linux using PIP

Requirements:

  1. Python3
  2. Python3-pip

To install the Pymarc package in Linux follow the following steps:

Step 1: The first step is to set up a Python3 environment on your Linux OS. So, in this step, we'll use apt manager to install Python3.

sudo apt-get install python3

Installing-python3

Step 2: To install any Python package, we'll require a PIP manager, which is a Python package installation program. The installation of the PIP manager using apt is described in the steps below.

sudo apt install python3-pip

Installing-python3-pip

Step 3: In this step, we'll actually use the PIP manager to install the Pymarc package. To install the pickle package, simply run the command below on the terminal.

sudo pip3 install pymarc 

Installing-pymarc

Verifying Pymarc package installation on Linux using PIP

After you've installed the package, the next step is to double-check it. So, in this stage, we'll only use the terminal to get the information about the installed package (Pymarc). 

python3 -m pip show pymarc 

Below output will be shown in the terminal after successful installation of the Python-pymarc on Linux

Python-pymarc-installed

Next Article
How to Install Python-pickle package on Linux?

A

abhishekgandal324
Improve
Article Tags :
  • How To
  • Installation Guide
  • Geeks Premier League
  • Geeks-Premier-League-2022
  • how-to-install

Similar Reads

  • How to Install Python-pytaglib package on Linux?
    Pytaglib is a package in Python used for audio tagging. It is a cross-platformed library that works on Windows, Linux, and macOS. This package supports mp3, flac, ogg, etc file formats. It also supports arbitrary, non-standard tag names. So, in this article, we will be installing the Pytaglib packag
    1 min read
  • How to Install "Python-PyPDF2" package on Linux?
    PyPDF2 is a Python module for extracting document-specific information, merging PDF files, separating PDF pages, adding watermarks to files, encrypting and decrypting PDF files, and so on. PyPDF2 is a pure python module so it can run on any platform without any platform-related dependencies on any e
    2 min read
  • How to Install Python-pickle package on Linux?
    Python pickle package is used for serializing and de-serializing a Python object structure. Any object in Python can be pickled so that it can be stored on the local disk. What pickle does is that it “serializes” the object first before writing it to a file. Pickling is a way to transform a python o
    2 min read
  • How to Install Python-pyautogui package on Linux?
    PyAutoGUI allows your Python programs to automate interactions with other apps by controlling the mouse and keyboard. The API was created with simplicity in mind. PyAutoGUI is a cross-platformed library that works on Windows, macOS, and Linux and runs on Python 2 and 3. We will install the PyAutoGUI
    2 min read
  • How to Install Packages in Python on Linux?
    To install a package in python, we use pip. The pip is a python package manager. In this tutorial, we will be discussing how we can install packages in python on a Linux system. To install packages in python on Linux, we must have python and pip installed on our Linux machine. As python comes preins
    2 min read
  • How to Install Python RSA Package on Linux?
    Python-RSA is an RSA implementation written entirely in Python. According to PKCS#1 version 1.5, it provides encryption and decryption, signing and checking signatures, and key creation. It can be used both on the command line and as a Python library. Installing Python RSA on Linux:Method 1: Using p
    2 min read
  • How to Install python-YAML package on Linux?
    PyYAML is a special Python library for the package that is often used for the configuration of files and also can be used for data exchange purposes. PyYAML package is a Python YAML parser that permits the user to write YAML data and also parse it. PyYAML library is quite similar to the JSON library
    2 min read
  • How to Install PyBullet package in Python on Linux?
    PyBullet is a Python library based on the Bullet Physics SDK for physics simulation and robotics. It works with a variety of sensors, actuators, and terrains. Basically, this is a fantastic library for anyone who is just getting started with robotics or physics modeling. So, in this tutorial, we'll
    2 min read
  • How to Install PyOpenGL package on Linux?
    PyOpenGL library in Python language is an implementation of OpenGL in Python. PyOpenGL library consists of built-in handy graphical and audio libraries. PyOpenGL can be used with the PyGame library which is used for Game Development or GUI game development. PyOpenGL is a cross-platform binding libra
    2 min read
  • How to Install Python-numba package on Linux?
    Numba package translates Python functions to optimized machine code at runtime using the industry-standard LLVM compiler library. Numba-compiled numerical algorithms in Python can approach the rates of C or FORTRAN. So, in this article, we will be installing the Numba package in Python on Linux oper
    1 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