Unable to install git in Ubuntu 18.04.1Error Installing Git with Apt-GetUbuntu 13.10 problems with NVidia graphics drivers, XServer not going upGit won't install, Ubuntu StudioCan't install Nvidia drivers on Ubuntu 18.04
Can you combine DDR3 and DDR4?
How can I write characters outside a table?
Is the worst version of the accusations against President Trump impeachable?
Not Quite a Pipe Dream
Mindslavering a Mindslavered player?
“You are not paid to think, but to do X” is always wrong in the workplace?
In C#, is there a way to enforce behavior coupling in interface methods or is the fact that I am trying to do that a design smell?
Pattern matching expressions that have been simplified
Hidden meaning in this song?
Is there a guide/reference for character hairstyle possible in D&D Forgotten Realms universe?
What does the fraction math node do?
4 Attempts to Guess a Number Between 1-15
How does a human body spend energy on its organs?
How to help a male-presenting person shop for women's clothes?
Why are compartments in western European day trains falling out of fashion?
If you're loaning yourself a mortgage, why must you pay interest? At the bank's posted rate?
Risk Neutral and Real World Valuations using Monte Carlo
Is Fairphone violating the GPL with its newest Fairphone 3?
What's the trick to shaking the berry trees?
Why give an android emotions?
How to type the Euro Symbol € on US English keyboard in Windows 10 without a numpad or "alt gr" key?
Is there any benefit of being treated as "professor" by students and admin?
What is the difference between normal mode and command line mode?
How to prepare for The Mandalorian?
Unable to install git in Ubuntu 18.04.1
Error Installing Git with Apt-GetUbuntu 13.10 problems with NVidia graphics drivers, XServer not going upGit won't install, Ubuntu StudioCan't install Nvidia drivers on Ubuntu 18.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I'm trying to install the drivers for a wireless adapter on my Ubuntu 18.04.1 LTS, I had read a few posts where they explain how to do this, but the first step seems to be to install the git
package, I try to do this with this command: sudo apt install git
. The command runs but at the end is giving me this error:
The following packages have unmet dependencies:
git: Depends: liberror-perl but it is not installable
E: Unable to correct problems, you have held broken packages.**
Again what I'm trying to do is to get a wireless adapter to work on my Ubuntu 18.04.1 LTS. The driver names is rtl8812AU_linux_v4.2.4.
I'm new to Linux so any detailed help will be highly appreciated.
drivers wireless git
add a comment
|
I'm trying to install the drivers for a wireless adapter on my Ubuntu 18.04.1 LTS, I had read a few posts where they explain how to do this, but the first step seems to be to install the git
package, I try to do this with this command: sudo apt install git
. The command runs but at the end is giving me this error:
The following packages have unmet dependencies:
git: Depends: liberror-perl but it is not installable
E: Unable to correct problems, you have held broken packages.**
Again what I'm trying to do is to get a wireless adapter to work on my Ubuntu 18.04.1 LTS. The driver names is rtl8812AU_linux_v4.2.4.
I'm new to Linux so any detailed help will be highly appreciated.
drivers wireless git
2
Please add out ofapt-cache policy liberror-perl git
to the question.
– N0rbert
Aug 26 '18 at 16:38
3
Did you first run:sudo apt update
? Welcome to Ask Ubuntu.
– chili555
Aug 26 '18 at 16:41
add a comment
|
I'm trying to install the drivers for a wireless adapter on my Ubuntu 18.04.1 LTS, I had read a few posts where they explain how to do this, but the first step seems to be to install the git
package, I try to do this with this command: sudo apt install git
. The command runs but at the end is giving me this error:
The following packages have unmet dependencies:
git: Depends: liberror-perl but it is not installable
E: Unable to correct problems, you have held broken packages.**
Again what I'm trying to do is to get a wireless adapter to work on my Ubuntu 18.04.1 LTS. The driver names is rtl8812AU_linux_v4.2.4.
I'm new to Linux so any detailed help will be highly appreciated.
drivers wireless git
I'm trying to install the drivers for a wireless adapter on my Ubuntu 18.04.1 LTS, I had read a few posts where they explain how to do this, but the first step seems to be to install the git
package, I try to do this with this command: sudo apt install git
. The command runs but at the end is giving me this error:
The following packages have unmet dependencies:
git: Depends: liberror-perl but it is not installable
E: Unable to correct problems, you have held broken packages.**
Again what I'm trying to do is to get a wireless adapter to work on my Ubuntu 18.04.1 LTS. The driver names is rtl8812AU_linux_v4.2.4.
I'm new to Linux so any detailed help will be highly appreciated.
drivers wireless git
drivers wireless git
edited Aug 26 '18 at 16:39
N0rbert
35.8k10 gold badges82 silver badges167 bronze badges
35.8k10 gold badges82 silver badges167 bronze badges
asked Aug 26 '18 at 15:53
Dal86Dal86
112 bronze badges
112 bronze badges
2
Please add out ofapt-cache policy liberror-perl git
to the question.
– N0rbert
Aug 26 '18 at 16:38
3
Did you first run:sudo apt update
? Welcome to Ask Ubuntu.
– chili555
Aug 26 '18 at 16:41
add a comment
|
2
Please add out ofapt-cache policy liberror-perl git
to the question.
– N0rbert
Aug 26 '18 at 16:38
3
Did you first run:sudo apt update
? Welcome to Ask Ubuntu.
– chili555
Aug 26 '18 at 16:41
2
2
Please add out of
apt-cache policy liberror-perl git
to the question.– N0rbert
Aug 26 '18 at 16:38
Please add out of
apt-cache policy liberror-perl git
to the question.– N0rbert
Aug 26 '18 at 16:38
3
3
Did you first run:
sudo apt update
? Welcome to Ask Ubuntu.– chili555
Aug 26 '18 at 16:41
Did you first run:
sudo apt update
? Welcome to Ask Ubuntu.– chili555
Aug 26 '18 at 16:41
add a comment
|
1 Answer
1
active
oldest
votes
Try the following commands:
sudo apt-get update && apt-get upgrade && apt-get dist-upgrade
sudo apt-get -f install
sudo apt-get install git
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/4.0/"u003ecc by-sa 4.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%2f1069128%2funable-to-install-git-in-ubuntu-18-04-1%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 the following commands:
sudo apt-get update && apt-get upgrade && apt-get dist-upgrade
sudo apt-get -f install
sudo apt-get install git
add a comment
|
Try the following commands:
sudo apt-get update && apt-get upgrade && apt-get dist-upgrade
sudo apt-get -f install
sudo apt-get install git
add a comment
|
Try the following commands:
sudo apt-get update && apt-get upgrade && apt-get dist-upgrade
sudo apt-get -f install
sudo apt-get install git
Try the following commands:
sudo apt-get update && apt-get upgrade && apt-get dist-upgrade
sudo apt-get -f install
sudo apt-get install git
edited Sep 19 at 22:30
user3140225
2,6904 gold badges12 silver badges24 bronze badges
2,6904 gold badges12 silver badges24 bronze badges
answered Sep 19 at 20:03
user997683user997683
111 bronze badge
111 bronze badge
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%2f1069128%2funable-to-install-git-in-ubuntu-18-04-1%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
2
Please add out of
apt-cache policy liberror-perl git
to the question.– N0rbert
Aug 26 '18 at 16:38
3
Did you first run:
sudo apt update
? Welcome to Ask Ubuntu.– chili555
Aug 26 '18 at 16:41