Advertisement
Guest User

Untitled

a guest
Oct 5th, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.44 KB | None | 0 0
  1. [xatrix@SYSADMIN-NB ~]$ sudo apt install fglrx
  2. Reading package lists... Done
  3. Building dependency tree      
  4. Reading state information... Done
  5. fglrx is already the newest version (2:15.201-0ubuntu1).
  6. You might want to run 'apt --fix-broken install' to correct these.
  7. The following packages have unmet dependencies:
  8.  fglrx : Depends: fglrx-core but it is not installable
  9.          Recommends: fglrx-amdcccle but it is not installable
  10. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  11. [xatrix@SYSADMIN-NB ~]$
  12. [xatrix@SYSADMIN-NB ~]$
  13. [xatrix@SYSADMIN-NB ~]$ sudo dpkg -i Downloads/fglrx_15.201-0ubuntu1_amd64_UB_14.01.deb
  14. (Reading database ... 252116 files and directories currently installed.)
  15. Preparing to unpack .../fglrx_15.201-0ubuntu1_amd64_UB_14.01.deb ...
  16. Unpacking fglrx (2:15.201-0ubuntu1) over (2:15.201-0ubuntu1) ...
  17. dpkg: dependency problems prevent configuration of fglrx:
  18.  fglrx depends on fglrx-core; however:
  19.   Package fglrx-core is not installed.
  20.  
  21. dpkg: error processing package fglrx (--install):
  22.  dependency problems - leaving unconfigured
  23. Processing triggers for systemd (237-3ubuntu10.42) ...
  24. Processing triggers for ureadahead (0.100.0-21) ...
  25. Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
  26. Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
  27. Processing triggers for mime-support (3.60ubuntu1) ...
  28. Errors were encountered while processing:
  29.  fglrx
  30. [xatrix@SYSADMIN-NB ~]$
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement