Installed and ran BleachBit version 2.0 and now I can't install any software. Please help me problem solve
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I hope someone can help. I've been at this for two days nearly and looked everywhere.
I ran BleachBit version 2.0 and now when I try and install anything with apt install it fails. I'm worried as I'm still quite new to Linux and where I should start trying to undo the damage.
My /etc/apt/sources.list
looks like this:
#------------------------------------------------------------------------------#
# OFFICIAL UBUNTU REPOS #
#------------------------------------------------------------------------------#
###### Ubuntu Main Repos
deb http://au.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
###### Ubuntu Update Repos
deb http://au.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
deb http://au.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu xenial partner
#------------------------------------------------------------------------------#
# UNOFFICIAL UBUNTU REPOS #
#------------------------------------------------------------------------------#
###### 3rd Party Binary Repos
#### Dropbox PPA - http://dropbox.com
## Run this command: sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
deb http://linux.dropbox.com/ubuntu/ xenial main
#### Gimp PPA - https://launchpad.net/~otto-kesselgulasch/+archive/gimp
## Run this command: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38
deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial main
#### Steam for Linux - http://store.steampowered.com/about/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F24AEA9FB05498B7
deb [arch=i386] http://repo.steampowered.com/steam/ precise steam
#### VirtualBox - http://www.virtualbox.org
## Run this command: wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc -O- | sudo apt-key add -
deb http://download.virtualbox.org/virtualbox/debian xenial contrib
My apt-cache stats
output is as follows:
~$ apt-cache stats
Total package names: 4798 (96.0 k)
Total package structures: 5562 (245 k)
Normal packages: 2624
Pure virtual packages: 55
Single virtual packages: 531
Mixed virtual packages: 6
Missing: 2346
Total distinct versions: 2635 (211 k)
Total distinct descriptions: 2722 (65.3 k)
Total dependencies: 21499/10512 (598 k)
Total ver/file relations: 2692 (64.6 k)
Total Desc/File relations: 2722 (65.3 k)
Total Provides mappings: 697 (16.7 k)
Total globbed strings: 11818 (208 k)
Total slack space: 29.3 k
Total space accounted for: 2,007 k
Total buckets in PkgHashTable: 50503
Unused: 45916
Used: 4587
Utilization: 9.08263%
Average entries: 1.21256
Longest: 5
Shortest: 1
Total buckets in GrpHashTable: 50503
Unused: 45916
Used: 4587
Utilization: 9.08263%
Average entries: 1.046
Longest: 3
Shortest: 1
This is a classic example of the error when I try and install ANYTHING:
sudo apt install htop
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package htop 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 'htop' has no installation candidate
I've tried many things like:
- sudo apt-get clean
- sudo apt-get update
- getting a new sources.list online
- updating the sources.list from the update centre gui tool
- misc other bits n bobs
...all to no avail, I just keep getting the same error E: Package 'appName' has no installation candidate
.
Can anyone offer some advice as to what to try next? I'm stumped and feeling a bit lost.
apt package-management updates software-center bleachbit
add a comment |Â
up vote
1
down vote
favorite
I hope someone can help. I've been at this for two days nearly and looked everywhere.
I ran BleachBit version 2.0 and now when I try and install anything with apt install it fails. I'm worried as I'm still quite new to Linux and where I should start trying to undo the damage.
My /etc/apt/sources.list
looks like this:
#------------------------------------------------------------------------------#
# OFFICIAL UBUNTU REPOS #
#------------------------------------------------------------------------------#
###### Ubuntu Main Repos
deb http://au.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
###### Ubuntu Update Repos
deb http://au.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
deb http://au.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu xenial partner
#------------------------------------------------------------------------------#
# UNOFFICIAL UBUNTU REPOS #
#------------------------------------------------------------------------------#
###### 3rd Party Binary Repos
#### Dropbox PPA - http://dropbox.com
## Run this command: sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
deb http://linux.dropbox.com/ubuntu/ xenial main
#### Gimp PPA - https://launchpad.net/~otto-kesselgulasch/+archive/gimp
## Run this command: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38
deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial main
#### Steam for Linux - http://store.steampowered.com/about/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F24AEA9FB05498B7
deb [arch=i386] http://repo.steampowered.com/steam/ precise steam
#### VirtualBox - http://www.virtualbox.org
## Run this command: wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc -O- | sudo apt-key add -
deb http://download.virtualbox.org/virtualbox/debian xenial contrib
My apt-cache stats
output is as follows:
~$ apt-cache stats
Total package names: 4798 (96.0 k)
Total package structures: 5562 (245 k)
Normal packages: 2624
Pure virtual packages: 55
Single virtual packages: 531
Mixed virtual packages: 6
Missing: 2346
Total distinct versions: 2635 (211 k)
Total distinct descriptions: 2722 (65.3 k)
Total dependencies: 21499/10512 (598 k)
Total ver/file relations: 2692 (64.6 k)
Total Desc/File relations: 2722 (65.3 k)
Total Provides mappings: 697 (16.7 k)
Total globbed strings: 11818 (208 k)
Total slack space: 29.3 k
Total space accounted for: 2,007 k
Total buckets in PkgHashTable: 50503
Unused: 45916
Used: 4587
Utilization: 9.08263%
Average entries: 1.21256
Longest: 5
Shortest: 1
Total buckets in GrpHashTable: 50503
Unused: 45916
Used: 4587
Utilization: 9.08263%
Average entries: 1.046
Longest: 3
Shortest: 1
This is a classic example of the error when I try and install ANYTHING:
sudo apt install htop
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package htop 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 'htop' has no installation candidate
I've tried many things like:
- sudo apt-get clean
- sudo apt-get update
- getting a new sources.list online
- updating the sources.list from the update centre gui tool
- misc other bits n bobs
...all to no avail, I just keep getting the same error E: Package 'appName' has no installation candidate
.
Can anyone offer some advice as to what to try next? I'm stumped and feeling a bit lost.
apt package-management updates software-center bleachbit
1
Add the output ofsudo apt update
andapt-cache policy
, please
â muru
Mar 9 at 2:29
Thank you. The output forsudo apt update
is: pastebin.com/JCUE0zzA The output forapt-cache policy
is: pastebin.com/GSP69tqb
â robster
Mar 9 at 5:41
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I hope someone can help. I've been at this for two days nearly and looked everywhere.
I ran BleachBit version 2.0 and now when I try and install anything with apt install it fails. I'm worried as I'm still quite new to Linux and where I should start trying to undo the damage.
My /etc/apt/sources.list
looks like this:
#------------------------------------------------------------------------------#
# OFFICIAL UBUNTU REPOS #
#------------------------------------------------------------------------------#
###### Ubuntu Main Repos
deb http://au.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
###### Ubuntu Update Repos
deb http://au.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
deb http://au.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu xenial partner
#------------------------------------------------------------------------------#
# UNOFFICIAL UBUNTU REPOS #
#------------------------------------------------------------------------------#
###### 3rd Party Binary Repos
#### Dropbox PPA - http://dropbox.com
## Run this command: sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
deb http://linux.dropbox.com/ubuntu/ xenial main
#### Gimp PPA - https://launchpad.net/~otto-kesselgulasch/+archive/gimp
## Run this command: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38
deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial main
#### Steam for Linux - http://store.steampowered.com/about/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F24AEA9FB05498B7
deb [arch=i386] http://repo.steampowered.com/steam/ precise steam
#### VirtualBox - http://www.virtualbox.org
## Run this command: wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc -O- | sudo apt-key add -
deb http://download.virtualbox.org/virtualbox/debian xenial contrib
My apt-cache stats
output is as follows:
~$ apt-cache stats
Total package names: 4798 (96.0 k)
Total package structures: 5562 (245 k)
Normal packages: 2624
Pure virtual packages: 55
Single virtual packages: 531
Mixed virtual packages: 6
Missing: 2346
Total distinct versions: 2635 (211 k)
Total distinct descriptions: 2722 (65.3 k)
Total dependencies: 21499/10512 (598 k)
Total ver/file relations: 2692 (64.6 k)
Total Desc/File relations: 2722 (65.3 k)
Total Provides mappings: 697 (16.7 k)
Total globbed strings: 11818 (208 k)
Total slack space: 29.3 k
Total space accounted for: 2,007 k
Total buckets in PkgHashTable: 50503
Unused: 45916
Used: 4587
Utilization: 9.08263%
Average entries: 1.21256
Longest: 5
Shortest: 1
Total buckets in GrpHashTable: 50503
Unused: 45916
Used: 4587
Utilization: 9.08263%
Average entries: 1.046
Longest: 3
Shortest: 1
This is a classic example of the error when I try and install ANYTHING:
sudo apt install htop
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package htop 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 'htop' has no installation candidate
I've tried many things like:
- sudo apt-get clean
- sudo apt-get update
- getting a new sources.list online
- updating the sources.list from the update centre gui tool
- misc other bits n bobs
...all to no avail, I just keep getting the same error E: Package 'appName' has no installation candidate
.
Can anyone offer some advice as to what to try next? I'm stumped and feeling a bit lost.
apt package-management updates software-center bleachbit
I hope someone can help. I've been at this for two days nearly and looked everywhere.
I ran BleachBit version 2.0 and now when I try and install anything with apt install it fails. I'm worried as I'm still quite new to Linux and where I should start trying to undo the damage.
My /etc/apt/sources.list
looks like this:
#------------------------------------------------------------------------------#
# OFFICIAL UBUNTU REPOS #
#------------------------------------------------------------------------------#
###### Ubuntu Main Repos
deb http://au.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
###### Ubuntu Update Repos
deb http://au.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
deb http://au.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu xenial partner
#------------------------------------------------------------------------------#
# UNOFFICIAL UBUNTU REPOS #
#------------------------------------------------------------------------------#
###### 3rd Party Binary Repos
#### Dropbox PPA - http://dropbox.com
## Run this command: sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
deb http://linux.dropbox.com/ubuntu/ xenial main
#### Gimp PPA - https://launchpad.net/~otto-kesselgulasch/+archive/gimp
## Run this command: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38
deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial main
#### Steam for Linux - http://store.steampowered.com/about/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F24AEA9FB05498B7
deb [arch=i386] http://repo.steampowered.com/steam/ precise steam
#### VirtualBox - http://www.virtualbox.org
## Run this command: wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc -O- | sudo apt-key add -
deb http://download.virtualbox.org/virtualbox/debian xenial contrib
My apt-cache stats
output is as follows:
~$ apt-cache stats
Total package names: 4798 (96.0 k)
Total package structures: 5562 (245 k)
Normal packages: 2624
Pure virtual packages: 55
Single virtual packages: 531
Mixed virtual packages: 6
Missing: 2346
Total distinct versions: 2635 (211 k)
Total distinct descriptions: 2722 (65.3 k)
Total dependencies: 21499/10512 (598 k)
Total ver/file relations: 2692 (64.6 k)
Total Desc/File relations: 2722 (65.3 k)
Total Provides mappings: 697 (16.7 k)
Total globbed strings: 11818 (208 k)
Total slack space: 29.3 k
Total space accounted for: 2,007 k
Total buckets in PkgHashTable: 50503
Unused: 45916
Used: 4587
Utilization: 9.08263%
Average entries: 1.21256
Longest: 5
Shortest: 1
Total buckets in GrpHashTable: 50503
Unused: 45916
Used: 4587
Utilization: 9.08263%
Average entries: 1.046
Longest: 3
Shortest: 1
This is a classic example of the error when I try and install ANYTHING:
sudo apt install htop
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package htop 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 'htop' has no installation candidate
I've tried many things like:
- sudo apt-get clean
- sudo apt-get update
- getting a new sources.list online
- updating the sources.list from the update centre gui tool
- misc other bits n bobs
...all to no avail, I just keep getting the same error E: Package 'appName' has no installation candidate
.
Can anyone offer some advice as to what to try next? I'm stumped and feeling a bit lost.
apt package-management updates software-center bleachbit
apt package-management updates software-center bleachbit
asked Mar 9 at 2:24
robster
62
62
1
Add the output ofsudo apt update
andapt-cache policy
, please
â muru
Mar 9 at 2:29
Thank you. The output forsudo apt update
is: pastebin.com/JCUE0zzA The output forapt-cache policy
is: pastebin.com/GSP69tqb
â robster
Mar 9 at 5:41
add a comment |Â
1
Add the output ofsudo apt update
andapt-cache policy
, please
â muru
Mar 9 at 2:29
Thank you. The output forsudo apt update
is: pastebin.com/JCUE0zzA The output forapt-cache policy
is: pastebin.com/GSP69tqb
â robster
Mar 9 at 5:41
1
1
Add the output of
sudo apt update
and apt-cache policy
, pleaseâ muru
Mar 9 at 2:29
Add the output of
sudo apt update
and apt-cache policy
, pleaseâ muru
Mar 9 at 2:29
Thank you. The output for
sudo apt update
is: pastebin.com/JCUE0zzA The output for apt-cache policy
is: pastebin.com/GSP69tqbâ robster
Mar 9 at 5:41
Thank you. The output for
sudo apt update
is: pastebin.com/JCUE0zzA The output for apt-cache policy
is: pastebin.com/GSP69tqbâ robster
Mar 9 at 5:41
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1013282%2finstalled-and-ran-bleachbit-version-2-0-and-now-i-cant-install-any-software-pl%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
1
Add the output of
sudo apt update
andapt-cache policy
, pleaseâ muru
Mar 9 at 2:29
Thank you. The output for
sudo apt update
is: pastebin.com/JCUE0zzA The output forapt-cache policy
is: pastebin.com/GSP69tqbâ robster
Mar 9 at 5:41