Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1318  / 2 Years ago, sun, june 26, 2022, 6:13:00

After downloading and running sudo dpkg --install afpfs-ng_0.8.1-1_i386.deb I get


Selecting previously unselected package afpfs-ng:i386.
(Reading database ... 120690 files and directories currently installed.)
Preparing to unpack afpfs-ng_0.8.1-1_i386.deb ...
Unpacking afpfs-ng:i386 (0.8.1-1) ...
dpkg: dependency problems prevent configuration of afpfs-ng:i386:
afpfs-ng:i386 depends on libc6 (>= 2.6-1).
afpfs-ng:i386 depends on libfuse2 (>= 2.6).
afpfs-ng:i386 depends on libgcrypt11 (>= 1.2.2).
afpfs-ng:i386 depends on libncurses5 (>= 5.6).
afpfs-ng:i386 depends on libreadline5 (>= 5.2).

dpkg: error processing package afpfs-ng:i386 (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.9.1-1) ...
Errors were encountered while processing:
afpfs-ng:i386

I have also executed sudo dpkg --add-architecture i386 to get so far.


Is there a way to install it anyway? Or do I need a 64bit-Version from somewhere?


More From » 20.04

 Answers
1

It is possible to install the 64-bit package using packages from Ubuntu 14.04 LTS.


To download and install the packages use commands below:


mkdir ~/Downloads/afpfs-ng
cd ~/Downloads/afpfs-ng
wget -c http://archive.ubuntu.com/ubuntu/pool/main/r/readline6/libreadline6_6.3-4ubuntu2_amd64.deb
wget -c http://archive.ubuntu.com/ubuntu/pool/main/libg/libgcrypt11/libgcrypt11_1.5.3-2ubuntu4.6_amd64.deb
wget -c http://archive.ubuntu.com/ubuntu/pool/universe/a/afpfs-ng/libafpclient0_0.8.1-5ubuntu1_amd64.deb
wget -c http://archive.ubuntu.com/ubuntu/pool/main/e/eglibc/multiarch-support_2.19-0ubuntu6.15_amd64.deb
wget -c http://archive.ubuntu.com/ubuntu/pool/universe/a/afpfs-ng/afpfs-ng-utils_0.8.1-5ubuntu1_amd64.deb
wget -c http://archive.ubuntu.com/ubuntu/pool/universe/a/afpfs-ng/afpfs-ng_0.8.1-5ubuntu1_all.deb

sudo apt-get install ./afpfs-ng_0.8.1-5ubuntu1_all.deb ./afpfs-ng-utils_0.8.1-5ubuntu1_amd64.deb ./libafpclient0_0.8.1-5ubuntu1_amd64.deb ./libreadline6_6.3-4ubuntu2_amd64.deb ./multiarch-support_2.19-0ubuntu6.15_amd64.deb ./libgcrypt11_1.5.3-2ubuntu4.6_amd64.deb

Then use its executables:



  • /usr/bin/afpcmd

  • /usr/bin/afpgetstatus

  • /usr/bin/afpfsd

  • /usr/bin/mount_afp

  • /usr/bin/afp_client


[#1472] Monday, June 27, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ronicod

Total Points: 71
Total Questions: 111
Total Answers: 111

Location: Montenegro
Member since Fri, Dec 10, 2021
2 Years ago
ronicod questions
Thu, Nov 11, 21, 06:26, 3 Years ago
Sun, May 7, 23, 13:57, 1 Year ago
Fri, Oct 14, 22, 13:55, 2 Years ago
Sun, Sep 25, 22, 01:45, 2 Years ago
;