User Tools

Site Tools


unix:linux:debian:devuan_sury

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
unix:linux:debian:devuan_sury [2020/05/19 00:12] rodolicounix:linux:debian:devuan_sury [2022/06/23 13:58] rodolico
Line 6: Line 6:
  
 One of the users at Devuan has taken the original packages, modified them so they do not need system-d, and created a secondary location where the packages can be installed from. If you are using a non-system-d system, you will want to convert to this new site //before// you perform your new update. I will update this page for more details, but the following code will do this. Basically, change /etc/apt/sources.list.d/php.list to hold the packages form tdrnetworks.com. See links at the bottom of this article for more information. One of the users at Devuan has taken the original packages, modified them so they do not need system-d, and created a secondary location where the packages can be installed from. If you are using a non-system-d system, you will want to convert to this new site //before// you perform your new update. I will update this page for more details, but the following code will do this. Basically, change /etc/apt/sources.list.d/php.list to hold the packages form tdrnetworks.com. See links at the bottom of this article for more information.
 +
 +These instructions are for devuan ascii and php 7.4, but are applicable for more recent versions of Devuan and PHP.
  
 ===== Code ===== ===== Code =====
Line 19: Line 21:
 <code bash> <code bash>
 # get apt-transport-https if it is not installed # get apt-transport-https if it is not installed
-apt install apt-transport-https+apt install apt-transport-https gnupg
 # download key using wget and sending to stdout, then add using apt-key # download key using wget and sending to stdout, then add using apt-key
 wget -qO - http://pkgs.tdrnetworks.com/apt/devuan/gpg.key | apt-key add - wget -qO - http://pkgs.tdrnetworks.com/apt/devuan/gpg.key | apt-key add -
unix/linux/debian/devuan_sury.txt · Last modified: 2023/03/14 21:13 by rodolico