Guest User

Untitled

a guest
Nov 15th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. e130167@instance-1:~$ lsb_release -a
  2. No LSB modules are available.
  3. Distributor ID: Debian
  4. Description: Debian GNU/Linux 9.6 (stretch)
  5. Release: 9.6
  6. Codename: stretch
  7.  
  8. octave:2> pkg install image-2.8.0.tar.gz
  9. pkg: please install the Debian package "liboctave-dev" to get the mkoctfile command
  10. error: called from
  11. __gripe_missing_component__ at line 53 column 3
  12. configure_make at line 44 column 7
  13. install at line 186 column 7
  14. pkg at line 437 column 9
  15. octave:2>
  16.  
  17. e130167@instance-1:~$ sudo apt-get install liboctave-dev
  18. Reading package lists... Done
  19. Building dependency tree
  20. Reading state information... Done
  21. Some packages could not be installed. This may mean that you have
  22. requested an impossible situation or if you are using the unstable
  23. distribution that some required packages have not yet been created
  24. or been moved out of Incoming.
  25. The following information may help to resolve the situation:
  26.  
  27. The following packages have unmet dependencies:
  28. liboctave-dev : Depends: liboctave3v5 (= 4.0.3-3) but it is not going to be installed
  29. Depends: octave (= 4.0.3-3) but 4.4.1-2~bpo9+1 is to be installed
  30. E: Unable to correct problems, you have held broken packages.
  31.  
  32. sudo apt-get install -t stretch-backports liboctave-dev
Add Comment
Please, Sign In to add comment