staging.inyokaproject.org

sources.list für bq (und andere probs)

Status: Gelöst | Ubuntu-Version: Ubuntu Touch 15.04 (Vivid Vervet)
Antworten |

mcommon

Avatar von mcommon

Anmeldungsdatum:
3. Februar 2014

Beiträge: 76

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:

1
2
3
phablet@ubuntu-phablet:~$ man apt
No manual entry for apt
See 'man 7 undocumented' for help when manual pages are not available.

In Terminal:

1
2
3
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
1
2
3
phablet@ubuntu-phablet:/usr/share/man$ ls -R | grep apt
apt-file.1.gz
phablet@ubuntu-phablet:/usr/share/man$
1
2
3
4
5
6
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

whazzup

Anmeldungsdatum:
20. April 2015

Beiträge: 552

mcommon

(Themenstarter)
Avatar von mcommon

Anmeldungsdatum:
3. Februar 2014

Beiträge: 76

whazzup schrieb:

UT Terminal - Manpages-installieren

- Danke!

Ich habe das Problem für mich gelöst in dem ich die Manualseiten aus meiner aktuellen Ubuntu-Desktopinstallation ins Verzeichnis /usr/share/man kopiert und Befehl mandb ausgeführt habe.
Gruß!
mcommon

Antworten |