Debian 9 - Unable to update apt Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Come Celebrate our 10 Year Anniversary!apt-get update fails on Debian etchDEB: “Provides:” field ignoreddebian apt broken after mixin lenny sid and apt-get update / upgradeconflict in debian packagesDebian apt-get update won't workdebian wheezy, heartbleed, openssl refuses to updateCommand to auto-update apt sources.list in DebianUbuntu14.04 - unable to apt-get updateKerberos 5 won't install on Debian 8.2 or 8.3

Why aren't these two solutions equivalent? Combinatorics problem

Why did Bronn offer to be Tyrion Lannister's champion in trial by combat?

Does the Pact of the Blade warlock feature allow me to customize the properties of the pact weapon I create?

Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?

Should man-made satellites feature an intelligent inverted "cow catcher"?

Pointing to problems without suggesting solutions

Is it OK if I do not take the receipt in Germany?

Trying to enter the Fox's den

Is "ein Herz wie das meine" an antiquated or colloquial use of the possesive pronoun?

Raising a bilingual kid. When should we introduce the majority language?

How to create a command for the "strange m" symbol in latex?

Is there a verb for listening stealthily?

How to make an animal which can only breed for a certain number of generations?

/bin/ls sorts differently than just ls

Converting a text document with special format to Pandas DataFrame

Kepler's 3rd law: ratios don't fit data

false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'

How do I deal with an erroneously large refund?

How can I introduce the names of fantasy creatures to the reader?

A German immigrant ancestor has a "Registration Affidavit of Alien Enemy" on file. What does that mean exactly?

Married in secret, can marital status in passport be changed at a later date?

Why is one lightbulb in a string illuminated?

What could prevent concentrated local exploration?

Can gravitational waves pass through a black hole?



Debian 9 - Unable to update apt



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Come Celebrate our 10 Year Anniversary!apt-get update fails on Debian etchDEB: “Provides:” field ignoreddebian apt broken after mixin lenny sid and apt-get update / upgradeconflict in debian packagesDebian apt-get update won't workdebian wheezy, heartbleed, openssl refuses to updateCommand to auto-update apt sources.list in DebianUbuntu14.04 - unable to apt-get updateKerberos 5 won't install on Debian 8.2 or 8.3



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I recently installed Debian 9 and since some days ago I can't update apt. I tried to ping other PC in LAN network and it can't reach they but it can ping the router. From other PC of the LAN network I can reach the Debian PC.



resolv.conf



nameserver 8.8.8.8
nameserver 8.8.4.4


/etc/network/interfaces



# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug enp3s0
iface enp3s0 inet static
address 192.168.1.15
netmask 255.255.255.0
gateway 192.168.1.1


/etc/apt/sources.list



# deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official amd64 NETINST 20190216$

#deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official amd64 NETINST 20190216-$

deb http://ftp.it.debian.org/debian/ stretch main
deb-src http://ftp.it.debian.org/debian/ stretch main

deb http://security.debian.org/debian-security stretch/updates main
deb-src http://security.debian.org/debian-security stretch/updates main

# stretch-updates, previously known as 'volatile'
deb http://ftp.it.debian.org/debian/ stretch-updates main
deb-src http://ftp.it.debian.org/debian/ stretch-updates main


When I launch apt-get update command the result is:



0% [Connessione a ftp.it.debian.org (85.94.199.210)] [Connessione a prod.debian


and it doesn't anything else.
What can I do?










share|improve this question









New contributor




gobbo001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Maybe try switching to using the deb.debian.org/debian CDN instead of the older 'ftp.code.debian.org'.

    – Zoredache
    Apr 16 at 18:16











  • Are you sure the machine is online? If it gets stuck at 0% trying to connect to ftp.it.debian.org then do the obvious first test, ping ftp.it.debian.org.

    – Bob Dole
    Apr 16 at 19:51

















0















I recently installed Debian 9 and since some days ago I can't update apt. I tried to ping other PC in LAN network and it can't reach they but it can ping the router. From other PC of the LAN network I can reach the Debian PC.



resolv.conf



nameserver 8.8.8.8
nameserver 8.8.4.4


/etc/network/interfaces



# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug enp3s0
iface enp3s0 inet static
address 192.168.1.15
netmask 255.255.255.0
gateway 192.168.1.1


/etc/apt/sources.list



# deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official amd64 NETINST 20190216$

#deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official amd64 NETINST 20190216-$

deb http://ftp.it.debian.org/debian/ stretch main
deb-src http://ftp.it.debian.org/debian/ stretch main

deb http://security.debian.org/debian-security stretch/updates main
deb-src http://security.debian.org/debian-security stretch/updates main

# stretch-updates, previously known as 'volatile'
deb http://ftp.it.debian.org/debian/ stretch-updates main
deb-src http://ftp.it.debian.org/debian/ stretch-updates main


When I launch apt-get update command the result is:



0% [Connessione a ftp.it.debian.org (85.94.199.210)] [Connessione a prod.debian


and it doesn't anything else.
What can I do?










share|improve this question









New contributor




gobbo001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Maybe try switching to using the deb.debian.org/debian CDN instead of the older 'ftp.code.debian.org'.

    – Zoredache
    Apr 16 at 18:16











  • Are you sure the machine is online? If it gets stuck at 0% trying to connect to ftp.it.debian.org then do the obvious first test, ping ftp.it.debian.org.

    – Bob Dole
    Apr 16 at 19:51













0












0








0








I recently installed Debian 9 and since some days ago I can't update apt. I tried to ping other PC in LAN network and it can't reach they but it can ping the router. From other PC of the LAN network I can reach the Debian PC.



resolv.conf



nameserver 8.8.8.8
nameserver 8.8.4.4


/etc/network/interfaces



# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug enp3s0
iface enp3s0 inet static
address 192.168.1.15
netmask 255.255.255.0
gateway 192.168.1.1


/etc/apt/sources.list



# deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official amd64 NETINST 20190216$

#deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official amd64 NETINST 20190216-$

deb http://ftp.it.debian.org/debian/ stretch main
deb-src http://ftp.it.debian.org/debian/ stretch main

deb http://security.debian.org/debian-security stretch/updates main
deb-src http://security.debian.org/debian-security stretch/updates main

# stretch-updates, previously known as 'volatile'
deb http://ftp.it.debian.org/debian/ stretch-updates main
deb-src http://ftp.it.debian.org/debian/ stretch-updates main


When I launch apt-get update command the result is:



0% [Connessione a ftp.it.debian.org (85.94.199.210)] [Connessione a prod.debian


and it doesn't anything else.
What can I do?










share|improve this question









New contributor




gobbo001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I recently installed Debian 9 and since some days ago I can't update apt. I tried to ping other PC in LAN network and it can't reach they but it can ping the router. From other PC of the LAN network I can reach the Debian PC.



resolv.conf



nameserver 8.8.8.8
nameserver 8.8.4.4


/etc/network/interfaces



# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug enp3s0
iface enp3s0 inet static
address 192.168.1.15
netmask 255.255.255.0
gateway 192.168.1.1


/etc/apt/sources.list



# deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official amd64 NETINST 20190216$

#deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official amd64 NETINST 20190216-$

deb http://ftp.it.debian.org/debian/ stretch main
deb-src http://ftp.it.debian.org/debian/ stretch main

deb http://security.debian.org/debian-security stretch/updates main
deb-src http://security.debian.org/debian-security stretch/updates main

# stretch-updates, previously known as 'volatile'
deb http://ftp.it.debian.org/debian/ stretch-updates main
deb-src http://ftp.it.debian.org/debian/ stretch-updates main


When I launch apt-get update command the result is:



0% [Connessione a ftp.it.debian.org (85.94.199.210)] [Connessione a prod.debian


and it doesn't anything else.
What can I do?







debian linux-networking apt debian-stretch






share|improve this question









New contributor




gobbo001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




gobbo001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Apr 16 at 16:42







gobbo001













New contributor




gobbo001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 16 at 16:35









gobbo001gobbo001

13




13




New contributor




gobbo001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





gobbo001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






gobbo001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Maybe try switching to using the deb.debian.org/debian CDN instead of the older 'ftp.code.debian.org'.

    – Zoredache
    Apr 16 at 18:16











  • Are you sure the machine is online? If it gets stuck at 0% trying to connect to ftp.it.debian.org then do the obvious first test, ping ftp.it.debian.org.

    – Bob Dole
    Apr 16 at 19:51

















  • Maybe try switching to using the deb.debian.org/debian CDN instead of the older 'ftp.code.debian.org'.

    – Zoredache
    Apr 16 at 18:16











  • Are you sure the machine is online? If it gets stuck at 0% trying to connect to ftp.it.debian.org then do the obvious first test, ping ftp.it.debian.org.

    – Bob Dole
    Apr 16 at 19:51
















Maybe try switching to using the deb.debian.org/debian CDN instead of the older 'ftp.code.debian.org'.

– Zoredache
Apr 16 at 18:16





Maybe try switching to using the deb.debian.org/debian CDN instead of the older 'ftp.code.debian.org'.

– Zoredache
Apr 16 at 18:16













Are you sure the machine is online? If it gets stuck at 0% trying to connect to ftp.it.debian.org then do the obvious first test, ping ftp.it.debian.org.

– Bob Dole
Apr 16 at 19:51





Are you sure the machine is online? If it gets stuck at 0% trying to connect to ftp.it.debian.org then do the obvious first test, ping ftp.it.debian.org.

– Bob Dole
Apr 16 at 19:51










1 Answer
1






active

oldest

votes


















0














I would start by testing the whole chain using a tool like curl and the debian mirror you have specified in sources.list:



$ curl -LIv http://ftp.it.debian.org
* Rebuilt URL to: http://ftp.it.debian.org/
* Trying 85.94.199.210...
* TCP_NODELAY set
* Connected to ftp.it.debian.org (85.94.199.210) port 80 (#0)
> HEAD / HTTP/1.1
> Host: ftp.it.debian.org
> User-Agent: curl/7.61.1
> Accept: */*
>
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Content-Type: text/html
Content-Type: text/html
< Accept-Ranges: bytes
Accept-Ranges: bytes
< ETag: "3184558369"
ETag: "3184558369"
< Last-Modified: Wed, 23 May 2018 02:48:55 GMT
Last-Modified: Wed, 23 May 2018 02:48:55 GMT
< Content-Length: 2142
Content-Length: 2142
< Date: Tue, 16 Apr 2019 18:06:49 GMT
Date: Tue, 16 Apr 2019 18:06:49 GMT
< Server: lighttpd/1.4.45
Server: lighttpd/1.4.45

<
* Connection #0 to host ftp.it.debian.org left intact


This is a successful test. If you see something different, it could be a dns problem, or another connectivity problem at your end point (like a firewall, or a misconfigured proxy server).






share|improve this answer























  • curl -LIv http://ftp.it.debian.org * Rebuilt URL to: http://ftp.it.debian.org/ * Trying 85.94.199.210... * TCP_NODELAY set * Trying 2001:4b78:2000:1::1... * TCP_NODELAY set * Immediate connect fail for 2001:4b78:2000:1::1: La rete non è raggiungibile This is the output. I don't use any proxy server and since I installed Debian I never modified firewall but before it worked

    – gobbo001
    Apr 16 at 22:47












  • apparently something has changed though, because now it's not working

    – natxo asenjo
    Apr 17 at 20:05











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






gobbo001 is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f963344%2fdebian-9-unable-to-update-apt%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














I would start by testing the whole chain using a tool like curl and the debian mirror you have specified in sources.list:



$ curl -LIv http://ftp.it.debian.org
* Rebuilt URL to: http://ftp.it.debian.org/
* Trying 85.94.199.210...
* TCP_NODELAY set
* Connected to ftp.it.debian.org (85.94.199.210) port 80 (#0)
> HEAD / HTTP/1.1
> Host: ftp.it.debian.org
> User-Agent: curl/7.61.1
> Accept: */*
>
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Content-Type: text/html
Content-Type: text/html
< Accept-Ranges: bytes
Accept-Ranges: bytes
< ETag: "3184558369"
ETag: "3184558369"
< Last-Modified: Wed, 23 May 2018 02:48:55 GMT
Last-Modified: Wed, 23 May 2018 02:48:55 GMT
< Content-Length: 2142
Content-Length: 2142
< Date: Tue, 16 Apr 2019 18:06:49 GMT
Date: Tue, 16 Apr 2019 18:06:49 GMT
< Server: lighttpd/1.4.45
Server: lighttpd/1.4.45

<
* Connection #0 to host ftp.it.debian.org left intact


This is a successful test. If you see something different, it could be a dns problem, or another connectivity problem at your end point (like a firewall, or a misconfigured proxy server).






share|improve this answer























  • curl -LIv http://ftp.it.debian.org * Rebuilt URL to: http://ftp.it.debian.org/ * Trying 85.94.199.210... * TCP_NODELAY set * Trying 2001:4b78:2000:1::1... * TCP_NODELAY set * Immediate connect fail for 2001:4b78:2000:1::1: La rete non è raggiungibile This is the output. I don't use any proxy server and since I installed Debian I never modified firewall but before it worked

    – gobbo001
    Apr 16 at 22:47












  • apparently something has changed though, because now it's not working

    – natxo asenjo
    Apr 17 at 20:05















0














I would start by testing the whole chain using a tool like curl and the debian mirror you have specified in sources.list:



$ curl -LIv http://ftp.it.debian.org
* Rebuilt URL to: http://ftp.it.debian.org/
* Trying 85.94.199.210...
* TCP_NODELAY set
* Connected to ftp.it.debian.org (85.94.199.210) port 80 (#0)
> HEAD / HTTP/1.1
> Host: ftp.it.debian.org
> User-Agent: curl/7.61.1
> Accept: */*
>
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Content-Type: text/html
Content-Type: text/html
< Accept-Ranges: bytes
Accept-Ranges: bytes
< ETag: "3184558369"
ETag: "3184558369"
< Last-Modified: Wed, 23 May 2018 02:48:55 GMT
Last-Modified: Wed, 23 May 2018 02:48:55 GMT
< Content-Length: 2142
Content-Length: 2142
< Date: Tue, 16 Apr 2019 18:06:49 GMT
Date: Tue, 16 Apr 2019 18:06:49 GMT
< Server: lighttpd/1.4.45
Server: lighttpd/1.4.45

<
* Connection #0 to host ftp.it.debian.org left intact


This is a successful test. If you see something different, it could be a dns problem, or another connectivity problem at your end point (like a firewall, or a misconfigured proxy server).






share|improve this answer























  • curl -LIv http://ftp.it.debian.org * Rebuilt URL to: http://ftp.it.debian.org/ * Trying 85.94.199.210... * TCP_NODELAY set * Trying 2001:4b78:2000:1::1... * TCP_NODELAY set * Immediate connect fail for 2001:4b78:2000:1::1: La rete non è raggiungibile This is the output. I don't use any proxy server and since I installed Debian I never modified firewall but before it worked

    – gobbo001
    Apr 16 at 22:47












  • apparently something has changed though, because now it's not working

    – natxo asenjo
    Apr 17 at 20:05













0












0








0







I would start by testing the whole chain using a tool like curl and the debian mirror you have specified in sources.list:



$ curl -LIv http://ftp.it.debian.org
* Rebuilt URL to: http://ftp.it.debian.org/
* Trying 85.94.199.210...
* TCP_NODELAY set
* Connected to ftp.it.debian.org (85.94.199.210) port 80 (#0)
> HEAD / HTTP/1.1
> Host: ftp.it.debian.org
> User-Agent: curl/7.61.1
> Accept: */*
>
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Content-Type: text/html
Content-Type: text/html
< Accept-Ranges: bytes
Accept-Ranges: bytes
< ETag: "3184558369"
ETag: "3184558369"
< Last-Modified: Wed, 23 May 2018 02:48:55 GMT
Last-Modified: Wed, 23 May 2018 02:48:55 GMT
< Content-Length: 2142
Content-Length: 2142
< Date: Tue, 16 Apr 2019 18:06:49 GMT
Date: Tue, 16 Apr 2019 18:06:49 GMT
< Server: lighttpd/1.4.45
Server: lighttpd/1.4.45

<
* Connection #0 to host ftp.it.debian.org left intact


This is a successful test. If you see something different, it could be a dns problem, or another connectivity problem at your end point (like a firewall, or a misconfigured proxy server).






share|improve this answer













I would start by testing the whole chain using a tool like curl and the debian mirror you have specified in sources.list:



$ curl -LIv http://ftp.it.debian.org
* Rebuilt URL to: http://ftp.it.debian.org/
* Trying 85.94.199.210...
* TCP_NODELAY set
* Connected to ftp.it.debian.org (85.94.199.210) port 80 (#0)
> HEAD / HTTP/1.1
> Host: ftp.it.debian.org
> User-Agent: curl/7.61.1
> Accept: */*
>
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Content-Type: text/html
Content-Type: text/html
< Accept-Ranges: bytes
Accept-Ranges: bytes
< ETag: "3184558369"
ETag: "3184558369"
< Last-Modified: Wed, 23 May 2018 02:48:55 GMT
Last-Modified: Wed, 23 May 2018 02:48:55 GMT
< Content-Length: 2142
Content-Length: 2142
< Date: Tue, 16 Apr 2019 18:06:49 GMT
Date: Tue, 16 Apr 2019 18:06:49 GMT
< Server: lighttpd/1.4.45
Server: lighttpd/1.4.45

<
* Connection #0 to host ftp.it.debian.org left intact


This is a successful test. If you see something different, it could be a dns problem, or another connectivity problem at your end point (like a firewall, or a misconfigured proxy server).







share|improve this answer












share|improve this answer



share|improve this answer










answered Apr 16 at 18:10









natxo asenjonatxo asenjo

4,51612026




4,51612026












  • curl -LIv http://ftp.it.debian.org * Rebuilt URL to: http://ftp.it.debian.org/ * Trying 85.94.199.210... * TCP_NODELAY set * Trying 2001:4b78:2000:1::1... * TCP_NODELAY set * Immediate connect fail for 2001:4b78:2000:1::1: La rete non è raggiungibile This is the output. I don't use any proxy server and since I installed Debian I never modified firewall but before it worked

    – gobbo001
    Apr 16 at 22:47












  • apparently something has changed though, because now it's not working

    – natxo asenjo
    Apr 17 at 20:05

















  • curl -LIv http://ftp.it.debian.org * Rebuilt URL to: http://ftp.it.debian.org/ * Trying 85.94.199.210... * TCP_NODELAY set * Trying 2001:4b78:2000:1::1... * TCP_NODELAY set * Immediate connect fail for 2001:4b78:2000:1::1: La rete non è raggiungibile This is the output. I don't use any proxy server and since I installed Debian I never modified firewall but before it worked

    – gobbo001
    Apr 16 at 22:47












  • apparently something has changed though, because now it's not working

    – natxo asenjo
    Apr 17 at 20:05
















curl -LIv http://ftp.it.debian.org * Rebuilt URL to: http://ftp.it.debian.org/ * Trying 85.94.199.210... * TCP_NODELAY set * Trying 2001:4b78:2000:1::1... * TCP_NODELAY set * Immediate connect fail for 2001:4b78:2000:1::1: La rete non è raggiungibile This is the output. I don't use any proxy server and since I installed Debian I never modified firewall but before it worked

– gobbo001
Apr 16 at 22:47






curl -LIv http://ftp.it.debian.org * Rebuilt URL to: http://ftp.it.debian.org/ * Trying 85.94.199.210... * TCP_NODELAY set * Trying 2001:4b78:2000:1::1... * TCP_NODELAY set * Immediate connect fail for 2001:4b78:2000:1::1: La rete non è raggiungibile This is the output. I don't use any proxy server and since I installed Debian I never modified firewall but before it worked

– gobbo001
Apr 16 at 22:47














apparently something has changed though, because now it's not working

– natxo asenjo
Apr 17 at 20:05





apparently something has changed though, because now it's not working

– natxo asenjo
Apr 17 at 20:05










gobbo001 is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















gobbo001 is a new contributor. Be nice, and check out our Code of Conduct.












gobbo001 is a new contributor. Be nice, and check out our Code of Conduct.











gobbo001 is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Server Fault!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f963344%2fdebian-9-unable-to-update-apt%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company