gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: document "dpkg --remove-architecture


From: gnunet
Subject: [taler-docs] branch master updated: document "dpkg --remove-architecture" hack
Date: Sat, 07 Aug 2021 09:50:18 +0200

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new d7a9cc0  document "dpkg --remove-architecture" hack
d7a9cc0 is described below

commit d7a9cc098c3dd3b6e0d3a4d33b89f1e7b793e4ae
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Sat Aug 7 03:48:32 2021 -0400

    document "dpkg --remove-architecture" hack
    
    original source:
    
<https://askubuntu.com/questions/741410/skipping-acquire-of-configured-file-main-binary-i386-packages-as-repository-x>
---
 taler-exchange-setup-guide.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index 64d8434..9bbd51d 100644
--- a/taler-exchange-setup-guide.rst
+++ b/taler-exchange-setup-guide.rst
@@ -86,6 +86,10 @@ your package sources:
   [root@exchange-online]# cat > /etc/apt/sources.list.d/taler.list <<EOF
   deb https://deb.taler.net/apt/ubuntu focal-fossa main
   EOF
+  [root@exchange-online]# dpkg --remove-architecture i386
+
+The second command is optional.  It tells ``apt-get update`` to not
+bother with the ``i386`` architecture (thus avoiding a warning, later).
 
 Before installing Taler packages, you need to add the Taler Systems S.A. 
package
 signing key to your list of trusted keys and update the package index:
@@ -98,6 +102,7 @@ signing key to your list of trusted keys and update the 
package index:
 ..
   FIXME: This happens after the update.
   N: Skipping acquire of configured file 'main/binary-i386/Packages' as 
repository 'https://deb.taler.net/apt/ubuntu focal-fossa InRelease' doesn't 
support architecture 'i386'
+  ttn sez: Try the "dpkg" command above; remove FIXME if it works.
 
 Finally, the required packages can be installed:
 
@@ -943,3 +948,5 @@ FIXMEs
   N: Skipping acquire of configured file 'main/binary-i386/Packages' as
   repository 'https://deb.taler.net/apt/ubuntu focal-fossa InRelease' doesn't
   support architecture 'i386'
+
+  ttn sez: See ``dpkg --remove-architecture`` hack above.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]