In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-12 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
How do I install and uninstall python-igraph on linux and ubuntu systems? Many novices are not very clear about this. In order to help you solve this problem, the following editor will explain it in detail. People with this need can come and learn. I hope you can gain something.
What is Linux system Linux is a free-to-use and free-spread UNIX-like operating system, is a POSIX-based multi-user, multi-task, multi-threaded and multi-CPU operating system, using Linux can run major Unix tools, applications and network protocols.
1. How to install python-igraph on Ubuntu 16.10?
First update the system with the following command:
Sudo add-apt-repository ppa:igraph/ppa # Add the Launchpad repository to aptsudo apt-get update
The above command will download the package list of Ubuntu 16.10 on your system. This will update the latest version of the package and the list of systems that depend on you.
After downloading the latest package list in the help above, you can run the installation process.
If you do not have python-igraph installed in your compter, the command 'dpkg-L python-igraph' will give you a followin error.
Deepak@deepak-VirtualBox:~$ dpkg- L python-igraphdpkg-query: package 'python-igraph' is not installedUse dpkg--info (= dpkg-deb-- info) to examine archive files,and dpkg--contents (= dpkg-deb-- contents) to list their contents.deepak@deepak-VirtualBox:~$
Install python-igraph:
After the system is updated, install python-igraph using the following command:
Sudo apt-get install python-igraph
The above command will confirm before installing the package on the Ubuntu 16.10 operating system. If you are not already logged in as su, the installer will ask for the root password. After the installation is complete, you can use the software packages on the system.
2. How to uninstall / remove python-igraph from Ubuntu 16.10?
Now we will see the uninstall of the python-igraph command from Ubuntu 16.10. To uninstall this package, you can easily use the apt command and remove the package from the Linux operating system.
Use the following command to delete the python-igraph command:
Sudo apt-get remove python-igraph
The following command deletes the python-igraph package and its dependencies:
Sudo apt-get remove-auto-remove python-igraph
This removes python-igraph and all dependent packages that are no longer needed on the system.
Completely delete the python-igraph for all profiles:
The following command should be used with caution as it deletes all configuration files and data:
Sudo apt-get purge python-igraph
Or you can use the following command:
Sudo apt-get purge-is it helpful for you to read the above content by auto-remove python-igraph? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.