![]() |
2013-11-11
, 17:15
|
Posts: 13 |
Thanked: 4 times |
Joined on Jan 2012
@ Germany
|
#12
|
$ devel-su (rootme) # wget https://openrepos.net/sites/default/...24.3_armel.deb --no-check-certificate # dpkg -i emacs_24.3_armel.deb
|
2013-11-11
, 17:23
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#13
|
Yes, I followed your steps:
Or do I need to do anything else?Code:$ devel-su (rootme) # wget https://openrepos.net/sites/default/...24.3_armel.deb --no-check-certificate # dpkg -i emacs_24.3_armel.deb
![]() |
2013-11-11
, 19:09
|
Posts: 13 |
Thanked: 4 times |
Joined on Jan 2012
@ Germany
|
#14
|
Should work, I just tested.
Perhaps it can help me, if you post the complete output when you try to install this.
/home/user/MyDocs/Downloads # dpkg -i emacs_24.3_armel.deb (Reading database ... 56849 files and directories currently installed.) Unpacking emacs (from emacs_24.3_armel.deb) ... dpkg: error processing emacs_24.3_armel.deb (--install): error setting permissions of `./usr/local/share/applications': Operation notpermitted dpkg-deb (subprocess): data: internal gzip write error: Broken pipe dpkg-deb (subprocess): failed in writeon buffer copy for failed to write to pipe in copy: Broken pipe dpkg-deb: subprocess <decompress> returned error exit status 2 Errors were encountered while processing: emacs_24.3_armel.deb aegis-NOT-installing emacs (from '') /home/user/MyDocs/Downloads #
|
2013-11-11
, 20:20
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#15
|
is the complete output. Does it make things clearer?Code:/home/user/MyDocs/Downloads # dpkg -i emacs_24.3_armel.deb (Reading database ... 56849 files and directories currently installed.) Unpacking emacs (from emacs_24.3_armel.deb) ... dpkg: error processing emacs_24.3_armel.deb (--install): error setting permissions of `./usr/local/share/applications': Operation notpermitted dpkg-deb (subprocess): data: internal gzip write error: Broken pipe dpkg-deb (subprocess): failed in writeon buffer copy for failed to write to pipe in copy: Broken pipe dpkg-deb: subprocess <decompress> returned error exit status 2 Errors were encountered while processing: emacs_24.3_armel.deb aegis-NOT-installing emacs (from '') /home/user/MyDocs/Downloads #
# apt-get clean # apt-get update
# wget https://openrepos.net/sites/default/...24.3_armel.deb --no-check-certificate # dpkg -i emacs_24.3_armel.deb
![]() |
2013-11-11
, 21:00
|
Posts: 13 |
Thanked: 4 times |
Joined on Jan 2012
@ Germany
|
#16
|
hmm, might be because of failed attempt.
Can you try (as root)
and then, once more,Code:# apt-get clean # apt-get update
Code:# wget https://openrepos.net/sites/default/...24.3_armel.deb --no-check-certificate # dpkg -i emacs_24.3_armel.deb
![]() |
2013-11-11
, 22:13
|
Posts: 20 |
Thanked: 16 times |
Joined on May 2011
|
#17
|
|
2013-11-12
, 16:56
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#18
|
The Following User Says Thank You to For This Useful Post: | ||
![]() |
2013-11-12
, 21:00
|
Posts: 20 |
Thanked: 16 times |
Joined on May 2011
|
#19
|
Could you guys please try aain, I have updated the emacs package
please do
$ devel-su (rootme)
# wget https://openrepos.net/sites/default/....3_armel_0.deb
# dpkg -i emacs_24.3_armel_0.deb
|
2013-11-12
, 21:18
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#20
|
Did you issue dpkg command as root ?