Guest User

Unresolved error when installing the lounge.deb

a guest
May 14th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. root@ImmenseSolid-VM:~# node --version
  2. v10.15.3
  3. root@ImmenseSolid-VM:~# ll
  4. total 4964
  5. drwx------ 9 root root 4096 May 15 00:53 ./
  6. drwxr-xr-x 23 root root 4096 Feb 27 00:59 ../
  7. -rw------- 1 root root 14909 May 12 02:13 .bash_history
  8. -rw-r--r-- 1 root root 3106 Oct 22 2015 .bashrc
  9. -rw-r--r-- 1 root root 1646 Mar 1 01:45 ca_bundle.crt
  10. drwx------ 4 root root 4096 May 8 00:41 .cache/
  11. -rw-r--r-- 1 root root 1914 Mar 1 01:45 certificate.crt
  12. drwx------ 3 root root 4096 Feb 17 14:40 .config/
  13. drwxr-xr-x 6 root root 4096 Apr 13 23:18 .dotnet/
  14. -rwxr-xr-x 1 root root 30938 Dec 12 04:33 dotnet-install.sh*
  15. -rw-r--r-- 1 root root 1702513 Feb 17 14:31 get-pip.py
  16. -rw-r--r-- 1 root root 78 Dec 28 04:07 .gitconfig
  17. -r-------- 1 root root 140 Dec 28 16:37 .google_authenticator
  18. drwx------ 4 root root 4096 Feb 17 14:32 .local/
  19. drwxr-xr-x 2 root root 4096 May 15 00:53 node_modules/
  20. -rw-r--r-- 1 root root 1703 Mar 1 01:45 private.key
  21. -rw-r--r-- 1 root root 184 Feb 17 15:45 .profile
  22. -rw------- 1 root root 0 Feb 17 14:31 .python_history
  23. -rw------- 1 root root 1024 Dec 28 02:12 .rnd
  24. drwx------ 2 root root 4096 May 8 00:16 .ssh/
  25. -rwxrwxrwx 1 root root 3242070 Feb 11 13:56 thelounge.deb*
  26. drwxr-xr-x 2 root root 4096 Mar 17 13:15 .vim/
  27. -rw------- 1 root root 7359 May 8 00:39 .viminfo
  28. -rw-r--r-- 1 root root 299 May 15 00:38 .wget-hsts
  29. -rw-r--r-- 1 root root 86 May 15 00:53 yarn.lock
  30. root@ImmenseSolid-VM:~# sudo apt install ./thelounge.deb
  31. Reading package lists... Done
  32. Building dependency tree
  33. Reading state information... Done
  34. Note, selecting 'thelounge' instead of './thelounge.deb'
  35. The following NEW packages will be installed:
  36. thelounge
  37. 0 upgraded, 1 newly installed, 0 to remove and 29 not upgraded.
  38. Need to get 0 B/3,242 kB of archives.
  39. After this operation, 0 B of additional disk space will be used.
  40. Get:1 /root/thelounge.deb thelounge all 3.0.1-1 [3,242 kB]
  41. Selecting previously unselected package thelounge.
  42. (Reading database ... 33604 files and directories currently installed.)
  43. Preparing to unpack /root/thelounge.deb ...
  44. Unpacking thelounge (3.0.1-1) ...
  45. Setting up thelounge (3.0.1-1) ...
  46. Downloading sqlite3 module for your specific installation
  47. yarn install v1.13.0
  48. [1/4] Resolving packages...
  49. ⠁ /var/lib/dpkg/info/thelounge.postinst: line 15: 10104 Killed node /usr/lib/node_modules/thelounge/nod
  50. e_modules/yarn/bin/yarn.js --cache-folder /usr/lib/node_modules/thelounge/debian_postinst/yarn_cache --cwd /usr/lib/node
  51. _modules/thelounge/debian_postinst --non-interactive --no-lockfile --no-default-rc --production
  52. dpkg: error processing package thelounge (--configure):
  53. subprocess installed post-installation script returned error exit status 137
  54. Errors were encountered while processing:
  55. thelounge
  56. N: Can't drop privileges for downloading as file '/root/thelounge.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
  57. E: Sub-process /usr/bin/dpkg returned an error code (1)
  58. root@ImmenseSolid-VM:~#
Add Comment
Please, Sign In to add comment