I have broken packages/ dependencies problems and nothing will fix it

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite
1












I am trying to download Nvidia, and it won't let me.



It says:



The following packages have unmet dependencies: 
Nvidia-390:
Depends: lib32gcc1 but it is not going to be installed
Depends: libc6-i386 but it is not going to be installed
E: Unable to correct problems, you have broken packages.


I have tried everything on the internet I could find and would really appreciate new ideas







share|improve this question






















  • What Ubuntu release are you using? How did you try to install the nvidia driver?
    – ubfan1
    May 8 at 18:54










  • @ubfan1 I am using 16.04 I did sudo apt-get purge nvidia* sudo add-apt-repository ppa:graphics-drivers sudo apt-get update sudo apt-get install nvidia-375(and other versions) <- here is where the error happens
    – Michael Grant Warshowsky
    May 8 at 20:21















up vote
0
down vote

favorite
1












I am trying to download Nvidia, and it won't let me.



It says:



The following packages have unmet dependencies: 
Nvidia-390:
Depends: lib32gcc1 but it is not going to be installed
Depends: libc6-i386 but it is not going to be installed
E: Unable to correct problems, you have broken packages.


I have tried everything on the internet I could find and would really appreciate new ideas







share|improve this question






















  • What Ubuntu release are you using? How did you try to install the nvidia driver?
    – ubfan1
    May 8 at 18:54










  • @ubfan1 I am using 16.04 I did sudo apt-get purge nvidia* sudo add-apt-repository ppa:graphics-drivers sudo apt-get update sudo apt-get install nvidia-375(and other versions) <- here is where the error happens
    – Michael Grant Warshowsky
    May 8 at 20:21













up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





I am trying to download Nvidia, and it won't let me.



It says:



The following packages have unmet dependencies: 
Nvidia-390:
Depends: lib32gcc1 but it is not going to be installed
Depends: libc6-i386 but it is not going to be installed
E: Unable to correct problems, you have broken packages.


I have tried everything on the internet I could find and would really appreciate new ideas







share|improve this question














I am trying to download Nvidia, and it won't let me.



It says:



The following packages have unmet dependencies: 
Nvidia-390:
Depends: lib32gcc1 but it is not going to be installed
Depends: libc6-i386 but it is not going to be installed
E: Unable to correct problems, you have broken packages.


I have tried everything on the internet I could find and would really appreciate new ideas









share|improve this question













share|improve this question




share|improve this question








edited May 8 at 19:09









Zanna

47.9k13119227




47.9k13119227










asked May 8 at 18:23









Michael Grant Warshowsky

1




1











  • What Ubuntu release are you using? How did you try to install the nvidia driver?
    – ubfan1
    May 8 at 18:54










  • @ubfan1 I am using 16.04 I did sudo apt-get purge nvidia* sudo add-apt-repository ppa:graphics-drivers sudo apt-get update sudo apt-get install nvidia-375(and other versions) <- here is where the error happens
    – Michael Grant Warshowsky
    May 8 at 20:21

















  • What Ubuntu release are you using? How did you try to install the nvidia driver?
    – ubfan1
    May 8 at 18:54










  • @ubfan1 I am using 16.04 I did sudo apt-get purge nvidia* sudo add-apt-repository ppa:graphics-drivers sudo apt-get update sudo apt-get install nvidia-375(and other versions) <- here is where the error happens
    – Michael Grant Warshowsky
    May 8 at 20:21
















What Ubuntu release are you using? How did you try to install the nvidia driver?
– ubfan1
May 8 at 18:54




What Ubuntu release are you using? How did you try to install the nvidia driver?
– ubfan1
May 8 at 18:54












@ubfan1 I am using 16.04 I did sudo apt-get purge nvidia* sudo add-apt-repository ppa:graphics-drivers sudo apt-get update sudo apt-get install nvidia-375(and other versions) <- here is where the error happens
– Michael Grant Warshowsky
May 8 at 20:21





@ubfan1 I am using 16.04 I did sudo apt-get purge nvidia* sudo add-apt-repository ppa:graphics-drivers sudo apt-get update sudo apt-get install nvidia-375(and other versions) <- here is where the error happens
– Michael Grant Warshowsky
May 8 at 20:21











1 Answer
1






active

oldest

votes

















up vote
1
down vote













Nvidia 384.111 is the (tested) driver in the standard repositories for Ubuntu 16.04. There is no need for using the graphics-drivers ppa to get a later version at this time. Revert back to the standard packages with:



sudo ppa-purge ppa:graphics-drivers/ppa


There were so many "graphics-drivers" ppas from various sources in the past, check /etc/apt/sources.list.d for any unwanted ppas (just delete the file and rerun sudo apt-get update).



Then list and remove any installed nvidia packages:



dpkg -l | grep nvidia 


Installed packages are on lines beginning with "ii"



sudo apt-get purge <the installed nvidia packages> 


Check that all the blacklist lines were removed from all the files in /etc/modprobe.d. Comment them out if necessary.
Update the package index:



sudo apt-get update 


And now run the Software and Updates from the launcher, and under the Additional drivers tab should be the Nvidia 384.111 (tested) driver.
Select that, and apply. Reboot and check that you are running the correct driver with the Nvidia Settings (from the launcher).






share|improve this answer






















  • I don't have any Nvidia stuff on my computer as of now sudo ppa-purge doesn't work neither does dpkg -l | grep nvidia
    – Michael Grant Warshowsky
    May 8 at 22:20










  • Good that no nvidia packages show up in dpkg -l, try the ppa-purge graphics-drivers again, I fixed a typo, left out repository.
    – ubfan1
    May 8 at 22:25










  • it does a bunch of stuff then says Warning: Could not find package list for PPA: ppa:graphics-drivers ppa:graphics-drivers
    – Michael Grant Warshowsky
    May 8 at 22:28










  • I don't use ppa-purge myself, and I'm having trouble understanding the man page, try sudo ppa-purge -p graphics-drivers
    – ubfan1
    May 8 at 22:40










  • That didn't work either it just brought me to the help for ppa-purge what do you think is wrong with my machine
    – Michael Grant Warshowsky
    May 8 at 22:49











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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1033694%2fi-have-broken-packages-dependencies-problems-and-nothing-will-fix-it%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote













Nvidia 384.111 is the (tested) driver in the standard repositories for Ubuntu 16.04. There is no need for using the graphics-drivers ppa to get a later version at this time. Revert back to the standard packages with:



sudo ppa-purge ppa:graphics-drivers/ppa


There were so many "graphics-drivers" ppas from various sources in the past, check /etc/apt/sources.list.d for any unwanted ppas (just delete the file and rerun sudo apt-get update).



Then list and remove any installed nvidia packages:



dpkg -l | grep nvidia 


Installed packages are on lines beginning with "ii"



sudo apt-get purge <the installed nvidia packages> 


Check that all the blacklist lines were removed from all the files in /etc/modprobe.d. Comment them out if necessary.
Update the package index:



sudo apt-get update 


And now run the Software and Updates from the launcher, and under the Additional drivers tab should be the Nvidia 384.111 (tested) driver.
Select that, and apply. Reboot and check that you are running the correct driver with the Nvidia Settings (from the launcher).






share|improve this answer






















  • I don't have any Nvidia stuff on my computer as of now sudo ppa-purge doesn't work neither does dpkg -l | grep nvidia
    – Michael Grant Warshowsky
    May 8 at 22:20










  • Good that no nvidia packages show up in dpkg -l, try the ppa-purge graphics-drivers again, I fixed a typo, left out repository.
    – ubfan1
    May 8 at 22:25










  • it does a bunch of stuff then says Warning: Could not find package list for PPA: ppa:graphics-drivers ppa:graphics-drivers
    – Michael Grant Warshowsky
    May 8 at 22:28










  • I don't use ppa-purge myself, and I'm having trouble understanding the man page, try sudo ppa-purge -p graphics-drivers
    – ubfan1
    May 8 at 22:40










  • That didn't work either it just brought me to the help for ppa-purge what do you think is wrong with my machine
    – Michael Grant Warshowsky
    May 8 at 22:49















up vote
1
down vote













Nvidia 384.111 is the (tested) driver in the standard repositories for Ubuntu 16.04. There is no need for using the graphics-drivers ppa to get a later version at this time. Revert back to the standard packages with:



sudo ppa-purge ppa:graphics-drivers/ppa


There were so many "graphics-drivers" ppas from various sources in the past, check /etc/apt/sources.list.d for any unwanted ppas (just delete the file and rerun sudo apt-get update).



Then list and remove any installed nvidia packages:



dpkg -l | grep nvidia 


Installed packages are on lines beginning with "ii"



sudo apt-get purge <the installed nvidia packages> 


Check that all the blacklist lines were removed from all the files in /etc/modprobe.d. Comment them out if necessary.
Update the package index:



sudo apt-get update 


And now run the Software and Updates from the launcher, and under the Additional drivers tab should be the Nvidia 384.111 (tested) driver.
Select that, and apply. Reboot and check that you are running the correct driver with the Nvidia Settings (from the launcher).






share|improve this answer






















  • I don't have any Nvidia stuff on my computer as of now sudo ppa-purge doesn't work neither does dpkg -l | grep nvidia
    – Michael Grant Warshowsky
    May 8 at 22:20










  • Good that no nvidia packages show up in dpkg -l, try the ppa-purge graphics-drivers again, I fixed a typo, left out repository.
    – ubfan1
    May 8 at 22:25










  • it does a bunch of stuff then says Warning: Could not find package list for PPA: ppa:graphics-drivers ppa:graphics-drivers
    – Michael Grant Warshowsky
    May 8 at 22:28










  • I don't use ppa-purge myself, and I'm having trouble understanding the man page, try sudo ppa-purge -p graphics-drivers
    – ubfan1
    May 8 at 22:40










  • That didn't work either it just brought me to the help for ppa-purge what do you think is wrong with my machine
    – Michael Grant Warshowsky
    May 8 at 22:49













up vote
1
down vote










up vote
1
down vote









Nvidia 384.111 is the (tested) driver in the standard repositories for Ubuntu 16.04. There is no need for using the graphics-drivers ppa to get a later version at this time. Revert back to the standard packages with:



sudo ppa-purge ppa:graphics-drivers/ppa


There were so many "graphics-drivers" ppas from various sources in the past, check /etc/apt/sources.list.d for any unwanted ppas (just delete the file and rerun sudo apt-get update).



Then list and remove any installed nvidia packages:



dpkg -l | grep nvidia 


Installed packages are on lines beginning with "ii"



sudo apt-get purge <the installed nvidia packages> 


Check that all the blacklist lines were removed from all the files in /etc/modprobe.d. Comment them out if necessary.
Update the package index:



sudo apt-get update 


And now run the Software and Updates from the launcher, and under the Additional drivers tab should be the Nvidia 384.111 (tested) driver.
Select that, and apply. Reboot and check that you are running the correct driver with the Nvidia Settings (from the launcher).






share|improve this answer














Nvidia 384.111 is the (tested) driver in the standard repositories for Ubuntu 16.04. There is no need for using the graphics-drivers ppa to get a later version at this time. Revert back to the standard packages with:



sudo ppa-purge ppa:graphics-drivers/ppa


There were so many "graphics-drivers" ppas from various sources in the past, check /etc/apt/sources.list.d for any unwanted ppas (just delete the file and rerun sudo apt-get update).



Then list and remove any installed nvidia packages:



dpkg -l | grep nvidia 


Installed packages are on lines beginning with "ii"



sudo apt-get purge <the installed nvidia packages> 


Check that all the blacklist lines were removed from all the files in /etc/modprobe.d. Comment them out if necessary.
Update the package index:



sudo apt-get update 


And now run the Software and Updates from the launcher, and under the Additional drivers tab should be the Nvidia 384.111 (tested) driver.
Select that, and apply. Reboot and check that you are running the correct driver with the Nvidia Settings (from the launcher).







share|improve this answer














share|improve this answer



share|improve this answer








edited May 9 at 15:31

























answered May 8 at 21:44









ubfan1

8,60631527




8,60631527











  • I don't have any Nvidia stuff on my computer as of now sudo ppa-purge doesn't work neither does dpkg -l | grep nvidia
    – Michael Grant Warshowsky
    May 8 at 22:20










  • Good that no nvidia packages show up in dpkg -l, try the ppa-purge graphics-drivers again, I fixed a typo, left out repository.
    – ubfan1
    May 8 at 22:25










  • it does a bunch of stuff then says Warning: Could not find package list for PPA: ppa:graphics-drivers ppa:graphics-drivers
    – Michael Grant Warshowsky
    May 8 at 22:28










  • I don't use ppa-purge myself, and I'm having trouble understanding the man page, try sudo ppa-purge -p graphics-drivers
    – ubfan1
    May 8 at 22:40










  • That didn't work either it just brought me to the help for ppa-purge what do you think is wrong with my machine
    – Michael Grant Warshowsky
    May 8 at 22:49

















  • I don't have any Nvidia stuff on my computer as of now sudo ppa-purge doesn't work neither does dpkg -l | grep nvidia
    – Michael Grant Warshowsky
    May 8 at 22:20










  • Good that no nvidia packages show up in dpkg -l, try the ppa-purge graphics-drivers again, I fixed a typo, left out repository.
    – ubfan1
    May 8 at 22:25










  • it does a bunch of stuff then says Warning: Could not find package list for PPA: ppa:graphics-drivers ppa:graphics-drivers
    – Michael Grant Warshowsky
    May 8 at 22:28










  • I don't use ppa-purge myself, and I'm having trouble understanding the man page, try sudo ppa-purge -p graphics-drivers
    – ubfan1
    May 8 at 22:40










  • That didn't work either it just brought me to the help for ppa-purge what do you think is wrong with my machine
    – Michael Grant Warshowsky
    May 8 at 22:49
















I don't have any Nvidia stuff on my computer as of now sudo ppa-purge doesn't work neither does dpkg -l | grep nvidia
– Michael Grant Warshowsky
May 8 at 22:20




I don't have any Nvidia stuff on my computer as of now sudo ppa-purge doesn't work neither does dpkg -l | grep nvidia
– Michael Grant Warshowsky
May 8 at 22:20












Good that no nvidia packages show up in dpkg -l, try the ppa-purge graphics-drivers again, I fixed a typo, left out repository.
– ubfan1
May 8 at 22:25




Good that no nvidia packages show up in dpkg -l, try the ppa-purge graphics-drivers again, I fixed a typo, left out repository.
– ubfan1
May 8 at 22:25












it does a bunch of stuff then says Warning: Could not find package list for PPA: ppa:graphics-drivers ppa:graphics-drivers
– Michael Grant Warshowsky
May 8 at 22:28




it does a bunch of stuff then says Warning: Could not find package list for PPA: ppa:graphics-drivers ppa:graphics-drivers
– Michael Grant Warshowsky
May 8 at 22:28












I don't use ppa-purge myself, and I'm having trouble understanding the man page, try sudo ppa-purge -p graphics-drivers
– ubfan1
May 8 at 22:40




I don't use ppa-purge myself, and I'm having trouble understanding the man page, try sudo ppa-purge -p graphics-drivers
– ubfan1
May 8 at 22:40












That didn't work either it just brought me to the help for ppa-purge what do you think is wrong with my machine
– Michael Grant Warshowsky
May 8 at 22:49





That didn't work either it just brought me to the help for ppa-purge what do you think is wrong with my machine
– Michael Grant Warshowsky
May 8 at 22:49













 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1033694%2fi-have-broken-packages-dependencies-problems-and-nothing-will-fix-it%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491