Ubuntu Pastebin

Paste from ebony at Tue, 2 Aug 2016 11:32:06 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
ebony@luxuriousness:~$ apt-get -f install
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
ebony@luxuriousness:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  esound-common libaudiofile1 libesd0 libgdata13 libpostproc52 libsvga1
  python-gtksourceview2
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libc-bin
The following NEW packages will be installed
  libc-bin
0 to upgrade, 1 to newly install, 0 to remove and 10 not to upgrade.
Need to get 0 B/1,165 kB of archives.
After this operation, 3,518 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Can't exec "locale": No such file or directory at /usr/share/perl5/Debconf/Encoding.pm line 16.
Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at /usr/share/perl5/Debconf/Encoding.pm line 17.
dpkg: warning: 'ldconfig' not found in PATH or not executable
dpkg: error: 1 expected program not found in PATH or not executable
Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin
Can't exec "locale": No such file or directory at /usr/share/perl5/Debconf/Encoding.pm line 16.
Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at /usr/share/perl5/Debconf/Encoding.pm line 17.
Updating BackBox console menu ...
E: Sub-process /usr/bin/dpkg returned an error code (2)
ebony@luxuriousness:~$
Download as text