Guest User

Untitled

a guest
Dec 13th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. sudo su
  2. tar -xvzf scribe.tar.gz
  3. sudo apt-get install libgtk2.0-0:i386
  4.  
  5. ./scribe
  6.  
  7. Please wait while installer is initialising.....
  8. Release Date: Fri Jan 30 00:51:58 IST 2009
  9. Express Scribe 4.31
  10. /tmp/selfextract.FKS8f2/bin/scribe: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
  11. Installation cancelled
  12.  
  13. sudo apt-get install ia32-libs
  14.  
  15. Package ia32-libs is not available, but is referred to by another package.
  16. This may mean that the package is missing, has been obsoleted, or
  17. is only available from another source
  18. However the following packages replace it:
  19. lib32z1 lib32ncurses5 lib32bz2-1.0
  20.  
  21. E: Package 'ia32-libs' has no installation candidate
  22.  
  23. sudo apt-get install libasound2:i386
  24.  
  25. apt-get update && sudo apt-get install libx11-xcb1 libxss1 libasound2 libxkbfile1
Add Comment
Please, Sign In to add comment