Hallo!
Welche sources.list soll auf bq 4.5 (OTA-8) sein?
Meine aktuelle Liste:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23 | # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://ports.ubuntu.com/ubuntu-ports/ vivid main restricted
deb-src http://ports.ubuntu.com/ubuntu-ports/ vivid main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://ports.ubuntu.com/ubuntu-ports/ vivid-updates main restricted
deb-src http://ports.ubuntu.com/ubuntu-ports/ vivid-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://ports.ubuntu.com/ubuntu-ports/ vivid universe
deb-src http://ports.ubuntu.com/ubuntu-ports/ vivid universe
deb http://ports.ubuntu.com/ubuntu-ports/ vivid-updates universe
deb-src http://ports.ubuntu.com/ubuntu-ports/ vivid-updates universe
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
|
Ich habe root-Partition rw gemacht und möchte (weitere) zusätzliche Pakete nachinstallieren.
In Einzelnem tritt Problem mit Nachinstallation von Manpages auf.
Im Terminal von Phone:
| phablet@ubuntu-phablet:~$ man apt
No manual entry for apt
See 'man 7 undocumented' for help when manual pages are not available.
|
In Terminal:
| phablet@ubuntu-phablet:/usr/share/man$ ls
da es id ja man2 man4 man6 man8 pl zh_CN
de fr it man1 man3 man5 man7 nl ru
|
| phablet@ubuntu-phablet:/usr/share/man$ ls -R | grep apt
apt-file.1.gz
phablet@ubuntu-phablet:/usr/share/man$
|
| phablet@ubuntu-phablet:/usr/share/man$ dpkg -l | grep "ii man"
ii man-db 2.7.0.2-5 armhf on-line manual pager
ii manpages 3.74-1ubuntu1 all Manual pages about using a GNU/Linux system
ii manpages-de 1.8-1 all German manpages
ii manpages-dev 3.74-1ubuntu1 all Manual pages about using GNU/Linux for development
phablet@ubuntu-phablet:/usr/share/man$
|
Wie gesagt, ich möchte zusätzliche (fehlende) Manpages nachinstallieren.
Gruß,
mcommon