Docker ubunbu container , can't edit the source.list, no editor present
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Just installed a docker Ubuntu container.
All the repositories in the sources list are commented (#) and so I neither can update nor install anything via APT.
There is no editor like nano ,vim etc. Now how do uncomment the entries in the source list ?
ubuntu docker container
|
show 1 more comment
Just installed a docker Ubuntu container.
All the repositories in the sources list are commented (#) and so I neither can update nor install anything via APT.
There is no editor like nano ,vim etc. Now how do uncomment the entries in the source list ?
ubuntu docker container
Do you have sed
– Tryna Learn Somethin
Mar 10 at 23:42
It seems to me to be against the grain of a container to have updates applied to it. You'd more commonly deploy a newer container. Can you describe your reasons for updating the container internally?
– Jeff Schaller♦
Mar 10 at 23:43
can you provide the exact of the docker image ?
– EchoMike444
Mar 10 at 23:44
I installed the container through the-it Ubuntu bash
command. As shown in the hello-world as an example.
– Just Khaithang
Mar 10 at 23:47
@EchoMike444, I wanted to install some programs in it.
– Just Khaithang
Mar 10 at 23:53
|
show 1 more comment
Just installed a docker Ubuntu container.
All the repositories in the sources list are commented (#) and so I neither can update nor install anything via APT.
There is no editor like nano ,vim etc. Now how do uncomment the entries in the source list ?
ubuntu docker container
Just installed a docker Ubuntu container.
All the repositories in the sources list are commented (#) and so I neither can update nor install anything via APT.
There is no editor like nano ,vim etc. Now how do uncomment the entries in the source list ?
ubuntu docker container
ubuntu docker container
asked Mar 10 at 23:26
Just KhaithangJust Khaithang
207
207
Do you have sed
– Tryna Learn Somethin
Mar 10 at 23:42
It seems to me to be against the grain of a container to have updates applied to it. You'd more commonly deploy a newer container. Can you describe your reasons for updating the container internally?
– Jeff Schaller♦
Mar 10 at 23:43
can you provide the exact of the docker image ?
– EchoMike444
Mar 10 at 23:44
I installed the container through the-it Ubuntu bash
command. As shown in the hello-world as an example.
– Just Khaithang
Mar 10 at 23:47
@EchoMike444, I wanted to install some programs in it.
– Just Khaithang
Mar 10 at 23:53
|
show 1 more comment
Do you have sed
– Tryna Learn Somethin
Mar 10 at 23:42
It seems to me to be against the grain of a container to have updates applied to it. You'd more commonly deploy a newer container. Can you describe your reasons for updating the container internally?
– Jeff Schaller♦
Mar 10 at 23:43
can you provide the exact of the docker image ?
– EchoMike444
Mar 10 at 23:44
I installed the container through the-it Ubuntu bash
command. As shown in the hello-world as an example.
– Just Khaithang
Mar 10 at 23:47
@EchoMike444, I wanted to install some programs in it.
– Just Khaithang
Mar 10 at 23:53
Do you have sed
– Tryna Learn Somethin
Mar 10 at 23:42
Do you have sed
– Tryna Learn Somethin
Mar 10 at 23:42
It seems to me to be against the grain of a container to have updates applied to it. You'd more commonly deploy a newer container. Can you describe your reasons for updating the container internally?
– Jeff Schaller♦
Mar 10 at 23:43
It seems to me to be against the grain of a container to have updates applied to it. You'd more commonly deploy a newer container. Can you describe your reasons for updating the container internally?
– Jeff Schaller♦
Mar 10 at 23:43
can you provide the exact of the docker image ?
– EchoMike444
Mar 10 at 23:44
can you provide the exact of the docker image ?
– EchoMike444
Mar 10 at 23:44
I installed the container through the
-it Ubuntu bash
command. As shown in the hello-world as an example.– Just Khaithang
Mar 10 at 23:47
I installed the container through the
-it Ubuntu bash
command. As shown in the hello-world as an example.– Just Khaithang
Mar 10 at 23:47
@EchoMike444, I wanted to install some programs in it.
– Just Khaithang
Mar 10 at 23:53
@EchoMike444, I wanted to install some programs in it.
– Just Khaithang
Mar 10 at 23:53
|
show 1 more comment
1 Answer
1
active
oldest
votes
if you run the official docker image ubuntu
docker run -it ubuntu bash -i
an run this command grep -v -e '^#' -e '^$' /etc/apt/sources.list to show what you have in your file /etc/apt/sources.list .
see man of grep ( https://linux.die.net/man/1/grep )
you must see these lines :
deb http://archive.ubuntu.com/ubuntu/ bionic main restricted
deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted
deb http://archive.ubuntu.com/ubuntu/ bionic universe
deb http://archive.ubuntu.com/ubuntu/ bionic-updates universe
deb http://archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://archive.ubuntu.com/ubuntu/ bionic-updates multiverse
deb http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ bionic-security main restricted
deb http://security.ubuntu.com/ubuntu/ bionic-security universe
deb http://security.ubuntu.com/ubuntu/ bionic-security multiverse
so after you must run apt-get update
and after you can run apt-get install emacs-nox vim nano
Just to make sure, will it remove all the '#' signs ? because there are also genuine comments in it.
– Just Khaithang
Mar 11 at 8:15
this command grep .. display only that's matter .
– EchoMike444
Mar 11 at 13:14
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f505547%2fdocker-ubunbu-container-cant-edit-the-source-list-no-editor-present%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
if you run the official docker image ubuntu
docker run -it ubuntu bash -i
an run this command grep -v -e '^#' -e '^$' /etc/apt/sources.list to show what you have in your file /etc/apt/sources.list .
see man of grep ( https://linux.die.net/man/1/grep )
you must see these lines :
deb http://archive.ubuntu.com/ubuntu/ bionic main restricted
deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted
deb http://archive.ubuntu.com/ubuntu/ bionic universe
deb http://archive.ubuntu.com/ubuntu/ bionic-updates universe
deb http://archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://archive.ubuntu.com/ubuntu/ bionic-updates multiverse
deb http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ bionic-security main restricted
deb http://security.ubuntu.com/ubuntu/ bionic-security universe
deb http://security.ubuntu.com/ubuntu/ bionic-security multiverse
so after you must run apt-get update
and after you can run apt-get install emacs-nox vim nano
Just to make sure, will it remove all the '#' signs ? because there are also genuine comments in it.
– Just Khaithang
Mar 11 at 8:15
this command grep .. display only that's matter .
– EchoMike444
Mar 11 at 13:14
add a comment |
if you run the official docker image ubuntu
docker run -it ubuntu bash -i
an run this command grep -v -e '^#' -e '^$' /etc/apt/sources.list to show what you have in your file /etc/apt/sources.list .
see man of grep ( https://linux.die.net/man/1/grep )
you must see these lines :
deb http://archive.ubuntu.com/ubuntu/ bionic main restricted
deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted
deb http://archive.ubuntu.com/ubuntu/ bionic universe
deb http://archive.ubuntu.com/ubuntu/ bionic-updates universe
deb http://archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://archive.ubuntu.com/ubuntu/ bionic-updates multiverse
deb http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ bionic-security main restricted
deb http://security.ubuntu.com/ubuntu/ bionic-security universe
deb http://security.ubuntu.com/ubuntu/ bionic-security multiverse
so after you must run apt-get update
and after you can run apt-get install emacs-nox vim nano
Just to make sure, will it remove all the '#' signs ? because there are also genuine comments in it.
– Just Khaithang
Mar 11 at 8:15
this command grep .. display only that's matter .
– EchoMike444
Mar 11 at 13:14
add a comment |
if you run the official docker image ubuntu
docker run -it ubuntu bash -i
an run this command grep -v -e '^#' -e '^$' /etc/apt/sources.list to show what you have in your file /etc/apt/sources.list .
see man of grep ( https://linux.die.net/man/1/grep )
you must see these lines :
deb http://archive.ubuntu.com/ubuntu/ bionic main restricted
deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted
deb http://archive.ubuntu.com/ubuntu/ bionic universe
deb http://archive.ubuntu.com/ubuntu/ bionic-updates universe
deb http://archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://archive.ubuntu.com/ubuntu/ bionic-updates multiverse
deb http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ bionic-security main restricted
deb http://security.ubuntu.com/ubuntu/ bionic-security universe
deb http://security.ubuntu.com/ubuntu/ bionic-security multiverse
so after you must run apt-get update
and after you can run apt-get install emacs-nox vim nano
if you run the official docker image ubuntu
docker run -it ubuntu bash -i
an run this command grep -v -e '^#' -e '^$' /etc/apt/sources.list to show what you have in your file /etc/apt/sources.list .
see man of grep ( https://linux.die.net/man/1/grep )
you must see these lines :
deb http://archive.ubuntu.com/ubuntu/ bionic main restricted
deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted
deb http://archive.ubuntu.com/ubuntu/ bionic universe
deb http://archive.ubuntu.com/ubuntu/ bionic-updates universe
deb http://archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://archive.ubuntu.com/ubuntu/ bionic-updates multiverse
deb http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ bionic-security main restricted
deb http://security.ubuntu.com/ubuntu/ bionic-security universe
deb http://security.ubuntu.com/ubuntu/ bionic-security multiverse
so after you must run apt-get update
and after you can run apt-get install emacs-nox vim nano
edited Mar 11 at 13:13
answered Mar 11 at 2:50
EchoMike444EchoMike444
1,0506
1,0506
Just to make sure, will it remove all the '#' signs ? because there are also genuine comments in it.
– Just Khaithang
Mar 11 at 8:15
this command grep .. display only that's matter .
– EchoMike444
Mar 11 at 13:14
add a comment |
Just to make sure, will it remove all the '#' signs ? because there are also genuine comments in it.
– Just Khaithang
Mar 11 at 8:15
this command grep .. display only that's matter .
– EchoMike444
Mar 11 at 13:14
Just to make sure, will it remove all the '#' signs ? because there are also genuine comments in it.
– Just Khaithang
Mar 11 at 8:15
Just to make sure, will it remove all the '#' signs ? because there are also genuine comments in it.
– Just Khaithang
Mar 11 at 8:15
this command grep .. display only that's matter .
– EchoMike444
Mar 11 at 13:14
this command grep .. display only that's matter .
– EchoMike444
Mar 11 at 13:14
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f505547%2fdocker-ubunbu-container-cant-edit-the-source-list-no-editor-present%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Do you have sed
– Tryna Learn Somethin
Mar 10 at 23:42
It seems to me to be against the grain of a container to have updates applied to it. You'd more commonly deploy a newer container. Can you describe your reasons for updating the container internally?
– Jeff Schaller♦
Mar 10 at 23:43
can you provide the exact of the docker image ?
– EchoMike444
Mar 10 at 23:44
I installed the container through the
-it Ubuntu bash
command. As shown in the hello-world as an example.– Just Khaithang
Mar 10 at 23:47
@EchoMike444, I wanted to install some programs in it.
– Just Khaithang
Mar 10 at 23:53