Jump to content
  • 0

Install Server on Debian VPS


Ilusioner

Question

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?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
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
Link to comment
Share on other sites

  • 0

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
Link to comment
Share on other sites

  • 0
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
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...