From 98c2ccfaa33707607916a895fd8d594f44b58498 Mon Sep 17 00:00:00 2001 From: Larry Wei Date: Mon, 22 Feb 2021 03:22:43 +0800 Subject: [PATCH] Merge pull request #19586 from larryw3i:patch-2 * Update py_setup_in_ubuntu.markdown --- .../py_setup/py_setup_in_ubuntu/py_setup_in_ubuntu.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/py_tutorials/py_setup/py_setup_in_ubuntu/py_setup_in_ubuntu.markdown b/doc/py_tutorials/py_setup/py_setup_in_ubuntu/py_setup_in_ubuntu.markdown index f88ffe6793..8b99c5df92 100644 --- a/doc/py_tutorials/py_setup/py_setup_in_ubuntu/py_setup_in_ubuntu.markdown +++ b/doc/py_tutorials/py_setup/py_setup_in_ubuntu/py_setup_in_ubuntu.markdown @@ -22,10 +22,10 @@ Installing OpenCV-Python from Pre-built Binaries This method serves best when using just for programming and developing OpenCV applications. -Install package [python-opencv](https://packages.ubuntu.com/trusty/python-opencv) with following command in terminal (as root user). +Install package [python3-opencv](https://packages.ubuntu.com/focal/python3-opencv) with following command in terminal (as root user). ``` -$ sudo apt-get install python-opencv +$ sudo apt-get install python3-opencv ``` Open Python IDLE (or IPython) and type following codes in Python terminal.