Difficulty installing
On trying to install koha-common per https://wiki.koha-community.org/wiki/Koha_on_Debian: E: Failed to fetch http://mirrors.linode.com/debian/pool/main/g/graphviz/libcdt5_2.40.1-6_amd64...: 404 Not Found [IP: 2a01:7e00:1::b24f:af37 80] E: Unable to fetch some packages; try '-o APT::Get::Fix-Missing=true' to continue with missing packages root@technoluddites:~# aptitude -o APT::Get::Fix-Missing=true root@technoluddites:~# cd /etc/koha -bash: cd: /etc/koha: No such file or directory When I ran the aptitude -o command, it pulled up a Lynx-style character graphics windowing system that looked somewhat complex. If I should be using the windowing system, how can I fix missing dependencies? Thanks, Br. C.S. Hayward
Bring Up My Post. Br. C.S. Hayward. ------- Original Message ------- On Tuesday, June 21st, 2022 at 9:30 AM, C.S. Hayward <c.s.hayward@protonmail.com> wrote:
On trying to install koha-common per https://wiki.koha-community.org/wiki/Koha_on_Debian:
E: Failed to fetch http://mirrors.linode.com/debian/pool/main/g/graphviz/libcdt5_2.40.1-6_amd64...: 404 Not Found [IP: 2a01:7e00:1::b24f:af37 80] E: Unable to fetch some packages; try '-o APT::Get::Fix-Missing=true' to continue with missing packages
root@technoluddites:~# aptitude -o APT::Get::Fix-Missing=true root@technoluddites:~# cd /etc/koha -bash: cd: /etc/koha: No such file or directory
When I ran the aptitude -o command, it pulled up a Lynx-style character graphics windowing system that looked somewhat complex.
If I should be using the windowing system, how can I fix missing dependencies?
Thanks,
Br. C.S. Hayward
hi C.S what version of koha are you installing? on what version of linux? On 22/06/22 1:30 am, C.S. Hayward wrote:
On trying to install koha-common per https://wiki.koha-community.org/wiki/Koha_on_Debian:
E: Failed to fetch http://mirrors.linode.com/debian/pool/main/g/graphviz/libcdt5_2.40.1-6_amd64...: 404 Not Found [IP: 2a01:7e00:1::b24f:af37 80] E: Unable to fetch some packages; try '-o APT::Get::Fix-Missing=true' to continue with missing packages
root@technoluddites:~# aptitude -o APT::Get::Fix-Missing=true root@technoluddites:~# cd /etc/koha -bash: cd: /etc/koha: No such file or directory
When I ran the aptitude -o command, it pulled up a Lynx-style character graphics windowing system that looked somewhat complex.
If I should be using the windowing system, how can I fix missing dependencies?
Thanks,
Br. C.S. Hayward _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
i'm assuming you are running deb10/buster try the following 2 commands... $ sudo apt-get update $ sudo install koha-common On 23/06/22 2:52 pm, Mason James wrote:
hi C.S
what version of koha are you installing? on what version of linux?
On 22/06/22 1:30 am, C.S. Hayward wrote:
On trying to install koha-common per https://wiki.koha-community.org/wiki/Koha_on_Debian:
E: Failed to fetch http://mirrors.linode.com/debian/pool/main/g/graphviz/libcdt5_2.40.1-6_amd64...: 404 Not Found [IP: 2a01:7e00:1::b24f:af37 80] E: Unable to fetch some packages; try '-o APT::Get::Fix-Missing=true' to continue with missing packages
root@technoluddites:~# aptitude -o APT::Get::Fix-Missing=true root@technoluddites:~# cd /etc/koha -bash: cd: /etc/koha: No such file or directory
When I ran the aptitude -o command, it pulled up a Lynx-style character graphics windowing system that looked somewhat complex.
If I should be using the windowing system, how can I fix missing dependencies?
Thanks,
Br. C.S. Hayward _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Regarding your first question, stable version of Koha, and Debian 10. Regarding your second email, did you mean "sudo apt-get install koha-common"? Where is the preferred Koha pastebin? I've placed terminal output at https://cjshayward.com/wp-content/project/koha-attempt.txt because it may be long enough to break the 40k post size limit. Br. C.S. Hayward ------- Original Message ------- On Wednesday, June 22nd, 2022 at 10:52 PM, Mason James <mtj@kohaaloha.com> wrote:
hi C.S
what version of koha are you installing? on what version of linux?
On 22/06/22 1:30 am, C.S. Hayward wrote:
On trying to install koha-common per https://wiki.koha-community.org/wiki/Koha_on_Debian:
E: Failed to fetch http://mirrors.linode.com/debian/pool/main/g/graphviz/libcdt5_2.40.1-6_amd64...: 404 Not Found [IP: 2a01:7e00:1::b24f:af37 80] E: Unable to fetch some packages; try '-o APT::Get::Fix-Missing=true' to continue with missing packages
root@technoluddites:~# aptitude -o APT::Get::Fix-Missing=true root@technoluddites:~# cd /etc/koha -bash: cd: /etc/koha: No such file or directory
When I ran the aptitude -o command, it pulled up a Lynx-style character graphics windowing system that looked somewhat complex.
If I should be using the windowing system, how can I fix missing dependencies?
Thanks,
Br. C.S. Hayward _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
this looks like your problem... https://forums.raspberrypi.com/viewtopic.php?t=245073 try the following commands... $ sudo apt-get update --allow-releaseinfo-change $ sudo apt-get install koha-common On 24/06/22 3:45 am, C.S. Hayward wrote:
Regarding your first question, stable version of Koha, and Debian 10.
Regarding your second email, did you mean "sudo apt-get install koha-common"?
Where is the preferred Koha pastebin? I've placed terminal output at https://cjshayward.com/wp-content/project/koha-attempt.txt because it may be long enough to break the 40k post size limit.
Br. C.S. Hayward
------- Original Message ------- On Wednesday, June 22nd, 2022 at 10:52 PM, Mason James <mtj@kohaaloha.com> wrote:
hi C.S
what version of koha are you installing? on what version of linux?
On 22/06/22 1:30 am, C.S. Hayward wrote:
On trying to install koha-common per https://wiki.koha-community.org/wiki/Koha_on_Debian:
E: Failed to fetch http://mirrors.linode.com/debian/pool/main/g/graphviz/libcdt5_2.40.1-6_amd64...: 404 Not Found [IP: 2a01:7e00:1::b24f:af37 80] E: Unable to fetch some packages; try '-o APT::Get::Fix-Missing=true' to continue with missing packages
root@technoluddites:~# aptitude -o APT::Get::Fix-Missing=true root@technoluddites:~# cd /etc/koha -bash: cd: /etc/koha: No such file or directory
When I ran the aptitude -o command, it pulled up a Lynx-style character graphics windowing system that looked somewhat complex.
If I should be using the windowing system, how can I fix missing dependencies?
Thanks,
Br. C.S. Hayward _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
C.S. Hayward -
Mason James