gobees81

comand_line

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