How to Install and Uninstall python3-syncer Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-syncer" package

Please follow the guidelines below to install python3-syncer on Kali Linux

$ sudo apt update $ sudo apt install python3-syncer

2. Uninstall "python3-syncer" package

Please follow the guidance below to uninstall python3-syncer on Kali Linux:

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

3. Information about the python3-syncer package on Kali Linux

Package: python3-syncer
Source: syncer
Version: 1.3.0-0kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 24
Depends: python3:any
Suggests: python-syncer-doc
Homepage: https://github.com/miyakogi/syncer
Priority: optional
Section: python
Filename: pool/main/s/syncer/python3-syncer_1.3.0-0kali1_all.deb
Size: 4508
SHA256: 891da4141a474e8cc2c0a3dd1c48ba5a701028a325e6b49e4fb82289c635ab53
SHA1: 70e19da20431fad3b3f5b0882cc41c847f92c619
MD5sum: 5cde86b7271760423b7107d713ee4c64
Description: async-to-sync converter for Python (Python 3)
This package contains an async-to-sync converter for Python. Sometimes (mainly
in test) we need to convert asynchronous functions to normal, synchronous
functions and run them synchronously. It can be done by
ayncio.get_event_loop().run_until_complete(), but it's quite long...
.
Syncer makes this conversion easy.
.
- Convert coroutine-function (defined by aync def) to normal (synchronous)
function
- Run coroutines synchronously
- Support both async def and decorator (@asyncio.coroutine) style
.
This package installs the library for Python 3.
Description-md5: