You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully followed your installation steps of ubuntu-in-termux on a Nexus 10 tablet running Android 5.1.1. using Termux 0.118.0+3b5018b from a termux-app_v0.118.0+3b5018b-apt-android-5-github-debug_armeabi-v7a.apk.
The last steps were
$ ./ubuntu.sh -y
$ ./startubuntu.sh
root@localhost:~# su
root@localhost:~# apt-get update
But when I tried to upgrade packages I encountered a fatal error
root@localhost:~# apt-get upgrade -y
...
dpkg: unrecoverable fatal error, aborting:
unable to open directory '/var/lib/dpkg/updates/': Operation not permittted
...
But the directory in question does actually exist and is also accessible (I can cd into it and ls the contents).
Also, any other package installation either fails with the same message or E: Unable to locate package python for something like root@localhost:~# apt-get install python. Latter is probably due to upgrade not being succsessful.
What do you think? Any chance for me to clean this up?
The text was updated successfully, but these errors were encountered:
@sonukaloshiya: Does that mean you did successfully follow the installation steps of ubuntu-in-termux on a Nexus 10 tablet running Android 5.1.1.? And afterwards you were able to successfully apt-get upgrade -y? Really?
I have successfully followed your installation steps of ubuntu-in-termux on a Nexus 10 tablet running Android 5.1.1. using Termux 0.118.0+3b5018b from a
termux-app_v0.118.0+3b5018b-apt-android-5-github-debug_armeabi-v7a.apk
.The last steps were
But when I tried to upgrade packages I encountered a fatal error
But the directory in question does actually exist and is also accessible (I can cd into it and ls the contents).
Also, any other package installation either fails with the same message or
E: Unable to locate package python
for something likeroot@localhost:~# apt-get install python
. Latter is probably due toupgrade
not being succsessful.What do you think? Any chance for me to clean this up?
The text was updated successfully, but these errors were encountered: