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

Last updated: May 20,2024

1. Install "python3-pyicloud" package

Here is a brief guide to show you how to install python3-pyicloud on Kali Linux

$ sudo apt update $ sudo apt install python3-pyicloud

2. Uninstall "python3-pyicloud" package

Learn how to uninstall python3-pyicloud on Kali Linux:

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

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

Package: python3-pyicloud
Source: pyicloud
Version: 1.0.0-2
Installed-Size: 145
Maintainer: Debian IoT Maintainers
Architecture: all
Depends: python3-certifi, python3-click, python3-keyring, python3-keyrings.alt, python3-requests, python3-tzlocal (>= 4.0), python3:any
Size: 27036
SHA256: 47efc7a8c9fbb2eb151c955ae912e1f99812f1adb44453ee3530128521b673e3
SHA1: 8f33f718954047e4001de9c60c59bf57ee59b7ab
MD5sum: f38108b7097f130d3d6cbefe8d3cff7a
Description: wrapper to access iPhone and Calendar data in the iCloud
PyiCloud is a module which allows one to interact with iCloud webservices.
It is written in Python and you can access your iCloud either with
password/username or with Two-factor authentication (2FA).
You can:
- list which devices are associated with your account
- obtain the device's last known location. The Find My iPhone app
must have been installed and initialized.
- send a request to the device to play a sound
- activate the 'lost mode'
Lost mode is slightly different to the "Play Sound" functionality
in that it allows the person who picks up the phone to call a
specific phone number without having to enter the passcode. Just
like "Play Sound" you may pass a custom message which the device
will display, if it's not overridden the custom message of
"This iPhone has been lost. Please call me." is used.
- fetch events from the calendar webservice
- access your iCloud contacts/address book
- access documents stored in your iCloud account
- access the iCloud Photo Library
Description-md5:
Homepage: https://github.com/picklepete/pyicloud
Section: python
Priority: optional
Filename: pool/main/p/pyicloud/python3-pyicloud_1.0.0-2_all.deb