How to create sources.list.d directory in ubuntu 16.04 [duplicate]


up vote
0
down vote
favorite
This question already has an answer here:
How to copy files into /usr/local/? (permission denied)
2 answers
How to make a folder in opt and paste something? [duplicate]
1 answer
I have deleted sources.list.d directory from /etc/apt/
on my ubuntu 16.04 system.
Now, I dont know how to get that directory.
16.04
marked as duplicate by karel, waltinator, Elder Geek, muru, Eric Carvalho Mar 22 at 13:46
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
0
down vote
favorite
This question already has an answer here:
How to copy files into /usr/local/? (permission denied)
2 answers
How to make a folder in opt and paste something? [duplicate]
1 answer
I have deleted sources.list.d directory from /etc/apt/
on my ubuntu 16.04 system.
Now, I dont know how to get that directory.
16.04
marked as duplicate by karel, waltinator, Elder Geek, muru, Eric Carvalho Mar 22 at 13:46
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
This question already has an answer here:
How to copy files into /usr/local/? (permission denied)
2 answers
How to make a folder in opt and paste something? [duplicate]
1 answer
I have deleted sources.list.d directory from /etc/apt/
on my ubuntu 16.04 system.
Now, I dont know how to get that directory.
16.04
This question already has an answer here:
How to copy files into /usr/local/? (permission denied)
2 answers
How to make a folder in opt and paste something? [duplicate]
1 answer
I have deleted sources.list.d directory from /etc/apt/
on my ubuntu 16.04 system.
Now, I dont know how to get that directory.
This question already has an answer here:
How to copy files into /usr/local/? (permission denied)
2 answers
How to make a folder in opt and paste something? [duplicate]
1 answer
16.04
16.04
edited Mar 21 at 21:40
guntbert
8,761123067
8,761123067
asked Mar 21 at 11:28


Nainsi Kala
1
1
marked as duplicate by karel, waltinator, Elder Geek, muru, Eric Carvalho Mar 22 at 13:46
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by karel, waltinator, Elder Geek, muru, Eric Carvalho Mar 22 at 13:46
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
By default that directory is empty, and if you did had any files in there but deleted the directory permanently (with rm -rf
for example) you can't easily recover the files anyway so it's just a matter of creating the directory again like @karel mentioned in the comment above:
sudo mkdir /etc/apt/sources.list.d
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
By default that directory is empty, and if you did had any files in there but deleted the directory permanently (with rm -rf
for example) you can't easily recover the files anyway so it's just a matter of creating the directory again like @karel mentioned in the comment above:
sudo mkdir /etc/apt/sources.list.d
add a comment |Â
up vote
1
down vote
By default that directory is empty, and if you did had any files in there but deleted the directory permanently (with rm -rf
for example) you can't easily recover the files anyway so it's just a matter of creating the directory again like @karel mentioned in the comment above:
sudo mkdir /etc/apt/sources.list.d
add a comment |Â
up vote
1
down vote
up vote
1
down vote
By default that directory is empty, and if you did had any files in there but deleted the directory permanently (with rm -rf
for example) you can't easily recover the files anyway so it's just a matter of creating the directory again like @karel mentioned in the comment above:
sudo mkdir /etc/apt/sources.list.d
By default that directory is empty, and if you did had any files in there but deleted the directory permanently (with rm -rf
for example) you can't easily recover the files anyway so it's just a matter of creating the directory again like @karel mentioned in the comment above:
sudo mkdir /etc/apt/sources.list.d
answered Mar 21 at 13:11


devius
9741616
9741616
add a comment |Â
add a comment |Â