Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dad@pi-004:~ $ sudo apt-get update
- Hit:1 http://deb.debian.org/debian bullseye InRelease
- Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
- Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
- Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
- Reading package lists... Done
- dad@pi-004:~ $ sudo apt-get install chromium-chromedriver
- Reading package lists... Done
- Building dependency tree... Done
- Reading state information... Done
- The following packages were automatically installed and are no longer required:
- docutils-common mypy pylint python3-astroid python3-asttokens
- python3-docutils python3-isort python3-jedi python3-lazy-object-proxy
- python3-logilab-common python3-mccabe python3-mypy python3-mypy-extensions
- python3-parso python3-pygments python3-roman python3-send2trash
- python3-typed-ast python3-typing-extensions python3-wrapt sgml-base xml-core
- xsel
- Use 'sudo apt autoremove' to remove them.
- The following NEW packages will be installed:
- chromium-chromedriver
- 0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
- Need to get 4,777 kB of archives.
- After this operation, 13.1 MB of additional disk space will be used.
- Get:1 http://archive.raspberrypi.org/debian bullseye/main arm64 chromium-chromedriver arm64 104.0.5112.105-rpt2 [4,777 kB]
- Fetched 4,777 kB in 1s (3,440 kB/s)
- Selecting previously unselected package chromium-chromedriver.
- (Reading database ... 95974 files and directories currently installed.)
- Preparing to unpack .../chromium-chromedriver_104.0.5112.105-rpt2_arm64.deb ...
- Unpacking chromium-chromedriver (104.0.5112.105-rpt2) ...
- Setting up chromium-chromedriver (104.0.5112.105-rpt2) ...
- dad@pi-004:~ $ which chromedriver
- /usr/bin/chromedriver
- dad@pi-004:~ $
Add Comment
Please, Sign In to add comment