Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. gillberg@gillberg-MacBookPro:~$ sudo apt install git
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. You might want to run 'apt --fix-broken install' to correct these.
  6. The following packages have unmet dependencies:
  7. discord : Depends: libc++1
  8. git : Depends: liberror-perl but it is not going to be installed
  9. Depends: git-man (> 1:2.17.1) but it is not going to be installed
  10. Depends: git-man (< 1:2.17.1-.) but it is not going to be installed
  11. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  12. gillberg@gillberg-MacBookPro:~$ clear
  13.  
  14. gillberg@gillberg-MacBookPro:~$ sudo apt install git
  15. Reading package lists... Done
  16. Building dependency tree
  17. Reading state information... Done
  18. You might want to run 'apt --fix-broken install' to correct these.
  19. The following packages have unmet dependencies:
  20. discord : Depends: libc++1
  21. git : Depends: liberror-perl but it is not going to be installed
  22. Depends: git-man (> 1:2.17.1) but it is not going to be installed
  23. Depends: git-man (< 1:2.17.1-.) but it is not going to be installed
  24. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  25. gillberg@gillberg-MacBookPro:~$ sudo apt --fix-broken install
  26. apt
  27. Usage: apt command [options]
  28. apt help command [options]
  29.  
  30. Commands:
  31. add-repository - Add entries to apt sources.list
  32. autoclean - Erase old downloaded archive files
  33. autoremove - Remove automatically all unused packages
  34. build - Build binary or source packages from sources
  35. build-dep - Configure build-dependencies for source packages
  36. changelog - View a package's changelog
  37. check - Verify that there are no broken dependencies
  38. clean - Erase downloaded archive files
  39. contains - List packages containing a file
  40. content - List files contained in a package
  41. deb - Install a .deb package
  42. depends - Show raw dependency information for a package
  43. dist-upgrade - Upgrade the system by removing/installing/upgrading packages
  44. download - Download the .deb file for a package
  45. edit-sources - Edit /etc/apt/sources.list with your preferred text editor
  46. dselect-upgrade - Follow dselect selections
  47. full-upgrade - Same as 'dist-upgrade'
  48. held - List all held packages
  49. help - Show help for a command
  50. hold - Hold a package
  51. install - Install/upgrade packages
  52. list - List packages based on package names
  53. policy - Show policy settings
  54. purge - Remove packages and their configuration files
  55. recommends - List missing recommended packages for a particular package
  56. rdepends - Show reverse dependency information for a package
  57. reinstall - Download and (possibly) reinstall a currently installed package
  58. remove - Remove packages
  59. search - Search for a package by name and/or expression
  60. show - Display detailed information about a package
  61. showhold - Same as 'held'
  62. source - Download source archives
  63. sources - Same as 'edit-sources'
  64. unhold - Unhold a package
  65. update - Download lists of new/upgradable packages
  66. upgrade - Perform a safe upgrade
  67. version - Show the installed version of a package
  68.  
  69. gillberg@gillberg-MacBookPro:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement