Failed Ubuntu package download
I have a problem downloading packages with ubuntu server 18.04. I have had it working before. However, I have reinstalled the operating system and can no longer remember how I fixed it last time. I believe that last time I enabled/downloaded repositories. Can anyone help me?
sudo apt install shorewall
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package shorewall is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'shorewall' has no installation candidate
package-management repository downloads
|
show 2 more comments
I have a problem downloading packages with ubuntu server 18.04. I have had it working before. However, I have reinstalled the operating system and can no longer remember how I fixed it last time. I believe that last time I enabled/downloaded repositories. Can anyone help me?
sudo apt install shorewall
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package shorewall is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'shorewall' has no installation candidate
package-management repository downloads
Please tell us which packages you cannot download. And please tell us the error output. Edit the original question (do not answer in comments). Indent each line of the output 4 spaces to render it as 'code' (to make it easier for us to read).
– sudodus
Jan 12 at 14:27
However, it won't download any package @sudodus
– Isaac
Jan 12 at 14:30
shorewall
is in the repository 'universe'. Is it activated in your Ubuntu Server? Please runsudo add-apt-repository universe
and after thatsudo apt update
and try again to installshorewall
withsudo apt install shorewall
– sudodus
Jan 12 at 14:34
Thank you so much. Is there any other generic ones that i may have to install as well for other packages? But thanks this did the trick!
– Isaac
Jan 12 at 14:39
3
Possible duplicate of How do I enable the "Universe" repository?
– user535733
Jan 12 at 15:38
|
show 2 more comments
I have a problem downloading packages with ubuntu server 18.04. I have had it working before. However, I have reinstalled the operating system and can no longer remember how I fixed it last time. I believe that last time I enabled/downloaded repositories. Can anyone help me?
sudo apt install shorewall
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package shorewall is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'shorewall' has no installation candidate
package-management repository downloads
I have a problem downloading packages with ubuntu server 18.04. I have had it working before. However, I have reinstalled the operating system and can no longer remember how I fixed it last time. I believe that last time I enabled/downloaded repositories. Can anyone help me?
sudo apt install shorewall
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package shorewall is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'shorewall' has no installation candidate
package-management repository downloads
package-management repository downloads
edited Jan 12 at 14:29
Isaac
asked Jan 12 at 14:23
IsaacIsaac
184
184
Please tell us which packages you cannot download. And please tell us the error output. Edit the original question (do not answer in comments). Indent each line of the output 4 spaces to render it as 'code' (to make it easier for us to read).
– sudodus
Jan 12 at 14:27
However, it won't download any package @sudodus
– Isaac
Jan 12 at 14:30
shorewall
is in the repository 'universe'. Is it activated in your Ubuntu Server? Please runsudo add-apt-repository universe
and after thatsudo apt update
and try again to installshorewall
withsudo apt install shorewall
– sudodus
Jan 12 at 14:34
Thank you so much. Is there any other generic ones that i may have to install as well for other packages? But thanks this did the trick!
– Isaac
Jan 12 at 14:39
3
Possible duplicate of How do I enable the "Universe" repository?
– user535733
Jan 12 at 15:38
|
show 2 more comments
Please tell us which packages you cannot download. And please tell us the error output. Edit the original question (do not answer in comments). Indent each line of the output 4 spaces to render it as 'code' (to make it easier for us to read).
– sudodus
Jan 12 at 14:27
However, it won't download any package @sudodus
– Isaac
Jan 12 at 14:30
shorewall
is in the repository 'universe'. Is it activated in your Ubuntu Server? Please runsudo add-apt-repository universe
and after thatsudo apt update
and try again to installshorewall
withsudo apt install shorewall
– sudodus
Jan 12 at 14:34
Thank you so much. Is there any other generic ones that i may have to install as well for other packages? But thanks this did the trick!
– Isaac
Jan 12 at 14:39
3
Possible duplicate of How do I enable the "Universe" repository?
– user535733
Jan 12 at 15:38
Please tell us which packages you cannot download. And please tell us the error output. Edit the original question (do not answer in comments). Indent each line of the output 4 spaces to render it as 'code' (to make it easier for us to read).
– sudodus
Jan 12 at 14:27
Please tell us which packages you cannot download. And please tell us the error output. Edit the original question (do not answer in comments). Indent each line of the output 4 spaces to render it as 'code' (to make it easier for us to read).
– sudodus
Jan 12 at 14:27
However, it won't download any package @sudodus
– Isaac
Jan 12 at 14:30
However, it won't download any package @sudodus
– Isaac
Jan 12 at 14:30
shorewall
is in the repository 'universe'. Is it activated in your Ubuntu Server? Please run sudo add-apt-repository universe
and after that sudo apt update
and try again to install shorewall
with sudo apt install shorewall
– sudodus
Jan 12 at 14:34
shorewall
is in the repository 'universe'. Is it activated in your Ubuntu Server? Please run sudo add-apt-repository universe
and after that sudo apt update
and try again to install shorewall
with sudo apt install shorewall
– sudodus
Jan 12 at 14:34
Thank you so much. Is there any other generic ones that i may have to install as well for other packages? But thanks this did the trick!
– Isaac
Jan 12 at 14:39
Thank you so much. Is there any other generic ones that i may have to install as well for other packages? But thanks this did the trick!
– Isaac
Jan 12 at 14:39
3
3
Possible duplicate of How do I enable the "Universe" repository?
– user535733
Jan 12 at 15:38
Possible duplicate of How do I enable the "Universe" repository?
– user535733
Jan 12 at 15:38
|
show 2 more comments
1 Answer
1
active
oldest
votes
Try looking if the package shorewall
is listed under a different name by executing:
sudo apt-cache search shorewall
You may also want to search for the repository for shorewall
from Google and add it to your /etc/apt/sources.list
file
You can try: https://packages.ubuntu.com/trusty/all/shorewall/download and download the Shorewall .deb package for all architectures there, and install with dpkg
You should also look at http://www.shorewall.org/download.htm as they list the different requirements as well
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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
});
}
});
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%2faskubuntu.com%2fquestions%2f1109144%2ffailed-ubuntu-package-download%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
Try looking if the package shorewall
is listed under a different name by executing:
sudo apt-cache search shorewall
You may also want to search for the repository for shorewall
from Google and add it to your /etc/apt/sources.list
file
You can try: https://packages.ubuntu.com/trusty/all/shorewall/download and download the Shorewall .deb package for all architectures there, and install with dpkg
You should also look at http://www.shorewall.org/download.htm as they list the different requirements as well
add a comment |
Try looking if the package shorewall
is listed under a different name by executing:
sudo apt-cache search shorewall
You may also want to search for the repository for shorewall
from Google and add it to your /etc/apt/sources.list
file
You can try: https://packages.ubuntu.com/trusty/all/shorewall/download and download the Shorewall .deb package for all architectures there, and install with dpkg
You should also look at http://www.shorewall.org/download.htm as they list the different requirements as well
add a comment |
Try looking if the package shorewall
is listed under a different name by executing:
sudo apt-cache search shorewall
You may also want to search for the repository for shorewall
from Google and add it to your /etc/apt/sources.list
file
You can try: https://packages.ubuntu.com/trusty/all/shorewall/download and download the Shorewall .deb package for all architectures there, and install with dpkg
You should also look at http://www.shorewall.org/download.htm as they list the different requirements as well
Try looking if the package shorewall
is listed under a different name by executing:
sudo apt-cache search shorewall
You may also want to search for the repository for shorewall
from Google and add it to your /etc/apt/sources.list
file
You can try: https://packages.ubuntu.com/trusty/all/shorewall/download and download the Shorewall .deb package for all architectures there, and install with dpkg
You should also look at http://www.shorewall.org/download.htm as they list the different requirements as well
edited Jan 12 at 14:44
answered Jan 12 at 14:38
NETcrypt0rNETcrypt0r
13
13
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1109144%2ffailed-ubuntu-package-download%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
Please tell us which packages you cannot download. And please tell us the error output. Edit the original question (do not answer in comments). Indent each line of the output 4 spaces to render it as 'code' (to make it easier for us to read).
– sudodus
Jan 12 at 14:27
However, it won't download any package @sudodus
– Isaac
Jan 12 at 14:30
shorewall
is in the repository 'universe'. Is it activated in your Ubuntu Server? Please runsudo add-apt-repository universe
and after thatsudo apt update
and try again to installshorewall
withsudo apt install shorewall
– sudodus
Jan 12 at 14:34
Thank you so much. Is there any other generic ones that i may have to install as well for other packages? But thanks this did the trick!
– Isaac
Jan 12 at 14:39
3
Possible duplicate of How do I enable the "Universe" repository?
– user535733
Jan 12 at 15:38