How to Install and Uninstall python3-sortedm2m Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "python3-sortedm2m" package

This guide covers the steps necessary to install python3-sortedm2m on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-sortedm2m

2. Uninstall "python3-sortedm2m" package

This tutorial shows how to uninstall python3-sortedm2m on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-sortedm2m $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-sortedm2m package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-sortedm2m
Priority: optional
Section: universe/python
Installed-Size: 77
Maintainer: Ubuntu Developers
Original-Maintainer: Benjamin Drung
Architecture: all
Source: django-sortedm2m
Version: 0.7.0-1build1
Depends: python-sortedm2m-data (= 0.7.0-1build1), python3:any (>= 3.3.2-2~)
Filename: pool/universe/d/django-sortedm2m/python3-sortedm2m_0.7.0-1build1_all.deb
Size: 11040
MD5sum: 14aec6369426a70bbaf3667d9388d2a5
SHA1: 3c386a1adb6fdee37b251d49f4e716ae1da046d9
SHA256: f5f28429134990c76beee679ccfa8e3a6eabe410d70efe061b6a2481ec2d318d
Description-en: Replacement for Django's many to many field with sorted relations (Python 3)
sortedm2m is a drop-in replacement for Django's own ManyToManyField. The
provided SortedManyToManyField behaves like the original one, but remembers
the order of added relations.
.
This is the Python 3 version of the package.
Description-md5: 0217d78478a83172f3154b5f1c0d110d
Homepage: https://github.com/gregmuellegger/django-sortedm2m
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu