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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock