🕸️
Cyberdrop-DL
Cyberdrop-DL
Cyberdrop-DL
  • Welcome!
  • Getting Started
    • Python Install
      • Windows
      • Linux
      • macOS
    • Cyberdrop-DL Install
    • Running CDL on Android
  • Transition to V6
  • Frequently Asked Questions
  • Migration to Cyberdrop-DL-Patched
  • SimpCity Support Dropped
  • Reference
    • Supported Websites
    • Configuration Options
      • Special Type Options
      • Authentication
      • Settings
        • Browser Cookies
        • Download Options
        • Dupe Cleanup Options
        • File Size Limits
        • Files
        • Ignore Options
        • Logs
        • Media Duration Limits
        • Runtime Options
        • Sorting
      • Global Settings
        • General
        • Rate Limiting Options
        • UI Options
    • CLI Arguments
    • Notifications
    • Changelog
    • Contributing
Powered by GitBook
On this page
  1. Getting Started
  2. Python Install

Linux

Here's the gist on how to handle python on Linux

PreviousWindowsNextmacOS

Last updated 5 months ago

You can quickly check if Python is installed by running the following command in the terminal:

python3 --version

If you get an error instead of a version number, try doing it simply as:

python --version

If the version number is 3.11, 3.12 or 3.13, you're all set!

If the version is below 3.11, you'll need to update Python.

If you encounter an error instead of a version number, you'll need to install Python.

Due to the variety of Linux distributions, it's not feasible to cover every installation or update method here. It's best to search on your own for instructions specific to your version of Linux on how to install or update Python.

Once the Python installation is complete, you can go ahead to

install Cyberdrop-DL