• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to Install pip on linuxmint 18.3

2621

To Install pip on LinuxMint 18.3

Pip is a package management system used to install and manage software packages written in Python which can be found in the Python Package Index (PyPI). It is so simple to install pip on Linux Mint, and this tutorial will guide you on the same process. 

Installation

Let' s start with updating the system repository 

linuxhelp ~ # apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://archive.canonical.com/ubuntu xenial InRelease                                                          
Ign:3 http://packages.linuxmint.com sylvia InRelease                                           
Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]                     
Get:5 http://packages.linuxmint.com sylvia Release [24.2 kB]                   
Get:6 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Get:7 http://packages.linuxmint.com sylvia Release.gpg [819 B]                   
.
.
Get:23 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [6,624 B]                                                     
Get:24 http://archive.ubuntu.com/ubuntu xenial-backports/universe i386 Packages [6,616 B]                                                      
Fetched 5,306 kB in 8s (600 kB/s)                                                                                                              
Reading package lists... Done

The installation of Pip is very simple. The only thing you need to do is to run the following command

linuxhelp ~ # apt-get install python-pip
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  python-pip-whl
Recommended packages:
  build-essential python-all-dev python-setuptools python-wheel
The following NEW packages will be installed:
  python-pip python-pip-whl
.
.
Processing triggers for man-db (2.7.5-1) ...
Setting up python-pip-whl (8.1.1-2ubuntu0.4) ...
Setting up python-pip (8.1.1-2ubuntu0.4) ...

After that, you can Verify the installation using the following command

linuxhelp ~ # pip  -V
pip 8.1.1 from /usr/lib/python2.7/dist-packages (python 2.7)

Let' s upgrade the pip version 

linuxhelp ~ # pip install --upgrade pip
Collecting pip
  Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)
    100% |████████████████████████████████| 1.3MB 548kB/s 
Installing collected packages: pip
  Found existing installation: pip 8.1.1
    Not uninstalling pip at /usr/lib/python2.7/dist-packages, outside environment /usr
Successfully installed pip-9.0.1

Now we are going to search for a package and install it.  Let' s take that we want to search for vlc 

linuxhelp ~ # pip search vlc
The directory ' /home/user/.cache/pip/http'  or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo' s -H flag.
beamstreamer (1.2.2)                        - Watch Beam streams in VLC!
plover-vlc-commands (0.6.5)                 - VLC commands for Plover
vlc-ctrl (1.0.8)                            - A command line utility to control a running vlc player instance.
vlcp-event-cython (0.1.5)                   - Cython replacement of vlcp.event
vlcp-docker-plugin (0.2.6)                  - Docker network plugin for VLCP
.
.
VLCtagExporter (0.2)                        - 
VLCTagging (0.2)                            - 
VLCTVStation (1.0)                          - Wanna build a tv station in your village? But pay nothing for software, which costs huge money, and nobody cares you have only 5 viewers, well, welcome to vlctvstation then.
youtubevlc (1.0)                            - Script to import latest videos into VLC media player.

To install a package from output results use the following command

linuxhelp ~ # pip install vlcplaylister
Collecting vlcplaylister
  Downloading vlcplaylister-17.9.3-py2.py3-none-any.whl (2.3MB)
    100% |████████████████████████████████| 2.3MB 368kB/s 
Installing collected packages: vlcplaylister
Successfully installed vlcplaylister-17.9.3

Now VLC  playlister has been installed using pip command. With this, the method to  Install pip on LinuxMint 18.3 comes to an end

Tags:
caden
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

where to refer the idea about python?

A

Pip is a package management system used to install and manage software packages written in Python which can be found in the Python Package Index (PyPI).

Q

what is the command to install PIP on ubuntu?

A

use the following command to install PIP on ubuntu
# apt-get install python-pip

Q

Where is my data stored

A

Your data will be securely stored and encrypted on your mobile device and on our HIPAA compliant cloud server

Q

what is the purpose of installing PIP in linuxmint?

A

Pip is a package management system used to install and manage software packages written in Python which can be found in the Python Package Index (PyPI). It is so simple to install pip on Linux Mint

Q

how to check the version of PIP in linux mint?

A

use the below command to check the version
# pip -V

Related Tutorials in How to Install pip on linuxmint 18.3

Related Tutorials in How to Install pip on linuxmint 18.3

How to install WinRAR 5.11 on Linuxmint 18.03
How to install WinRAR 5.11 on Linuxmint 18.03
May 22, 2018
How to Setup VNC Server on Linux Mint 20
How to Setup VNC Server on Linux Mint 20
Dec 22, 2020
How to install and configure samba setup in Linux mint - 18.3
How to install and configure samba setup in Linux mint - 18.3
Mar 26, 2018
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Sep 19, 2018
How to Install and Configure Samba on Linux Mint 20
How to Install and Configure Samba on Linux Mint 20
Nov 9, 2020
How to Install NextCloud on Linux Mint 18.3
How to Install NextCloud on Linux Mint 18.3
Feb 27, 2018
How To Install And Update OpenSSL On Linuxmint 18.3
How To Install And Update OpenSSL On Linuxmint 18.3
Jun 8, 2018
How To Install AnyDesk on Linux Mint 18.3
How To Install AnyDesk on Linux Mint 18.3
Apr 11, 2018

Related Forums in How to Install pip on linuxmint 18.3

Related Forums in How to Install pip on linuxmint 18.3

Linux
isaac class=
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-8.0/mysql-client-core-8.0_8.0.21-0ubuntu0.20.04.4_amd64.deb 404 Not Found
Dec 4, 2020
Linux Mint
AlxH class=
Complete beginner, install bluegriffon
Jul 1, 2020
Linux
AadrikaAnshu class=
How to add timestamps to history On Any Linux Machine
Jun 18, 2019
Linux Mint
bz0 class=
How to change a function of a key
Jun 7, 2019
Linux Mint
who class=
How to compare multiple files
Nov 10, 2019
NFS (Network File System)
Mike class=
Linux Mint 18.3 - NFS Shares - Only Root Can Mount Share
Oct 4, 2019
Command Line Tools
wayne class=
Deleting windows files booting from mint(usb)
Sep 16, 2017
Linux
gabriel class=
pip command not found error
May 2, 2017

Related News in How to Install pip on linuxmint 18.3

Related News in How to Install pip on linuxmint 18.3

A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
Apr 9, 2019
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
May 2, 2017
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Mar 14, 2017
The Best Linux Operating System is in the house: Mint 18.2
The Best Linux Operating System is in the house: Mint 18.2
Aug 12, 2017
Linux Mint 18.1 released with smooth features and offers long-term support
Linux Mint 18.1 released with smooth features and offers long-term support
Apr 11, 2017
Linux Mint 18.2 Sonya Beta version now available for download
Linux Mint 18.2 Sonya Beta version now available for download
Jun 7, 2017
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help David Lopez Guillen ?
Ayuda urgente instale SSL para servidor Opensuse y ahora no funciona tengo servicio web

hola segui este tutorial para tener un certificado ssl y ahora no se ve mi app en la red, espero alguien pueda ayudarme, tengo M9oodle en3.5 en un servidor open suse y ahora no funciona por favor ayuda.

https://www.linuxhelp.com/how-to-create-ssl-certificate-in-opensuse

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.