Jump to content
  • 0

Install Server on Debian VPS


Question

Posted

Hi!

 

Anyone have a good guide for Debian 9 upgrade to 10 ?
I tried many guides but failed.
Usually get some dpkg error or systemd problem.

 

Or any Guide to launch server on Debian 9?

3 answers to this question

Recommended Posts

  • 0
Posted (edited)
5 hours ago, Ilusioner said:

 

I got error again.

 

Errors were encountered while processing:
 udev
 initramfs-tools-core
 initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
FAIL

 

 

sudo -s
apt edit-sources

 

This is what I used inside the sources.list to update to the latest one bullseye

 

deb http://deb.debian.org/debian bullseye main contrib non-free
deb http://deb.debian.org/debian bullseye-updates main contrib non-free
deb http://security.debian.org/debian-security bullseye-security main
deb http://ftp.debian.org/debian bullseye-backports main contrib non-free

 

And then you run the above command.

Edited by Trance
  • 0
Posted (edited)

Replace the update name inside sources.list, apt update for checking and then

 

apt update
apt full-upgrade && \
echo FINE || \
echo FAIL

 

Edited by Trance
  • Upvote 1
  • 0
Posted (edited)
On 2/18/2021 at 10:06 PM, Trance said:

Replace the update name inside sources.list, apt update for checking and then

 



apt update
apt full-upgrade && \
echo FINE || \
echo FAIL

 

 

I got error again.

 

Errors were encountered while processing:
 udev
 initramfs-tools-core
 initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
FAIL

 

 

Edited by Ilusioner

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...