This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
vmware:vcsa6:instsoftware [2015/04/14 13:31] – angelegt js | vmware:vcsa6:instsoftware [2015/08/26 06:40] (current) – js | ||
---|---|---|---|
Line 14: | Line 14: | ||
Output: <code bash> | Output: <code bash> | ||
Verbosity: 1 | Verbosity: 1 | ||
- | Non-option program arguments: ' | + | Non-option program arguments: ' |
Initializing Target | Initializing Target | ||
Adding repository ' | Adding repository ' | ||
Line 21: | Line 21: | ||
Autorefresh: | Autorefresh: | ||
GPG check: Yes | GPG check: Yes | ||
- | URI: http:// | + | URI: http:// |
===== check repos ===== | ===== check repos ===== | ||
Line 29: | Line 29: | ||
# | Alias | Name | Enabled | Refresh | Priority | Type | URI | Service | # | Alias | Name | Enabled | Refresh | Priority | Type | URI | Service | ||
--+-----------+-----------+---------+---------+----------+------+----------------------------------------------------------+-------- | --+-----------+-----------+---------+---------+----------+------+----------------------------------------------------------+-------- | ||
- | 1 | Suse-Repo | Suse-Repo | Yes | Yes | + | 1 | Suse-Repo | Suse-Repo | Yes | Yes |
===== update repo files ===== | ===== update repo files ===== | ||
Command: <code bash> | Command: <code bash> | ||
+ | The first time you get | ||
+ | Output: < | ||
+ | Retrieving repository ' | ||
+ | |||
+ | New repository or package signing key received: | ||
+ | Key ID: B88B2FD43DBDC284 | ||
+ | Key Name: openSUSE Project Signing Key < | ||
+ | Key Fingerprint: | ||
+ | Key Created: Wed May 5 15:01:33 2010 | ||
+ | Key Expires: Sun May 4 15:01:33 2014 (EXPIRED) | ||
+ | Repository: Suse-Repo | ||
+ | |||
+ | Do you want to reject the key, trust temporarily, | ||
+ | </ | ||
+ | |||
+ | Enter a to accept the key always. | ||
+ | |||
Output: < | Output: < | ||
Retrieving repository ' | Retrieving repository ' | ||
- | Download (curl) error for ' | + | Download (curl) error for ' |
Error code: Connection failed | Error code: Connection failed | ||
Error message: Couldn' | Error message: Couldn' | ||
Line 60: | Line 77: | ||
===== install software from repo ===== | ===== install software from repo ===== | ||
Command: <code bash> | Command: <code bash> | ||
+ | |||
+ | ===== mc start error ===== | ||
+ | <WRAP center round alert> | ||
+ | Error: mc: symbol lookup error: mc: undefined symbol: g_malloc0_n \\ | ||
+ | try unsupported update command: zypper up glib2 | ||
+ | </ | ||
+ | Loading repository data... | ||
+ | Reading installed packages... | ||
+ | Resolving package dependencies... | ||
+ | |||
+ | The following packages are going to be upgraded: | ||
+ | glib2 glib2-lang libglib-2_0-0 libgmodule-2_0-0 libgobject-2_0-0 libgthread-2_0-0 | ||
+ | |||
+ | The following package is going to change architecture: | ||
+ | glib2-lang | ||
+ | |||
+ | |||
+ | 6 packages to upgrade, 1 to change arch. | ||
+ | Overall download size: 1.1 MiB. After the operation, additional 446.0 KiB will be used. | ||
+ | Continue? [y/n/? shows all options] (y): y | ||
+ | Retrieving package libglib-2_0-0-2.24.1-2.5.x86_64 (1/6), 318.0 KiB (909.0 KiB unpacked) | ||
+ | Retrieving: libglib-2_0-0-2.24.1-2.5.x86_64.rpm [done] | ||
+ | Retrieving package libgmodule-2_0-0-2.24.1-2.5.x86_64 (2/6), 30.0 KiB (15.0 KiB unpacked) | ||
+ | Retrieving: libgmodule-2_0-0-2.24.1-2.5.x86_64.rpm [done] | ||
+ | Retrieving package glib2-2.24.1-2.5.x86_64 (3/6), 181.0 KiB (702.0 KiB unpacked) | ||
+ | Retrieving: glib2-2.24.1-2.5.x86_64.rpm [done] | ||
+ | Retrieving package libgthread-2_0-0-2.24.1-2.5.x86_64 (4/6), 31.0 KiB (19.0 KiB unpacked) | ||
+ | Retrieving: libgthread-2_0-0-2.24.1-2.5.x86_64.rpm [done] | ||
+ | Retrieving package libgobject-2_0-0-2.24.1-2.5.x86_64 (5/6), 124.0 KiB (292.0 KiB unpacked) | ||
+ | Retrieving: libgobject-2_0-0-2.24.1-2.5.x86_64.rpm [done] | ||
+ | Retrieving package glib2-lang-2.24.1-2.5.noarch (6/6), 448.0 KiB (3.3 MiB unpacked) | ||
+ | Retrieving: glib2-lang-2.24.1-2.5.noarch.rpm [done] | ||
+ | Installing: libglib-2_0-0-2.24.1-2.5 [done] | ||
+ | Installing: libgmodule-2_0-0-2.24.1-2.5 [done] | ||
+ | Installing: glib2-2.24.1-2.5 [done] | ||
+ | Installing: libgthread-2_0-0-2.24.1-2.5 [done] | ||
+ | Installing: libgobject-2_0-0-2.24.1-2.5 [done] | ||
+ | Installing: glib2-lang-2.24.1-2.5 [done] | ||
+ | There are some running programs that use files deleted by recent upgrade. You may wish to restart some of them. Run ' | ||
+ | |||
+ |