gnome-tweak tool not found
I am using Kali GNU/Linux 1.1.0, I want to change default kali theme to some other theme, I searched different different post most of them are using gnome-tweak tool, I tried:
sudo apt-get update
And then:
sudo apt-get install gnome-tweak tool
I got following message:
Package gnome-tweak tool 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 'gnome-tweak-tool' has no installation candidate
Can somebody help me on that ?
gnome package-management kali-linux
add a comment |
I am using Kali GNU/Linux 1.1.0, I want to change default kali theme to some other theme, I searched different different post most of them are using gnome-tweak tool, I tried:
sudo apt-get update
And then:
sudo apt-get install gnome-tweak tool
I got following message:
Package gnome-tweak tool 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 'gnome-tweak-tool' has no installation candidate
Can somebody help me on that ?
gnome package-management kali-linux
add a comment |
I am using Kali GNU/Linux 1.1.0, I want to change default kali theme to some other theme, I searched different different post most of them are using gnome-tweak tool, I tried:
sudo apt-get update
And then:
sudo apt-get install gnome-tweak tool
I got following message:
Package gnome-tweak tool 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 'gnome-tweak-tool' has no installation candidate
Can somebody help me on that ?
gnome package-management kali-linux
I am using Kali GNU/Linux 1.1.0, I want to change default kali theme to some other theme, I searched different different post most of them are using gnome-tweak tool, I tried:
sudo apt-get update
And then:
sudo apt-get install gnome-tweak tool
I got following message:
Package gnome-tweak tool 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 'gnome-tweak-tool' has no installation candidate
Can somebody help me on that ?
gnome package-management kali-linux
gnome package-management kali-linux
edited Dec 22 '17 at 17:07
perror
1,90441935
1,90441935
asked Mar 15 '15 at 5:15
Narendra JaggiNarendra Jaggi
10913
10913
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
First you need to make sure your source list is correct so it knows where to find the package, it seems this is your issue.
In a terminal issue the following commands
nano /etc/apt/sources.list
In this window copy and paste the below to the bottom of the existing list
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb http://http.kali.org/ /wheezy main contrib non-free
Now save it, press Ctrl + x
press Y
press enter
Back in the terminal
apt-get update
apt-get install gnome-tweak-tool
It should now download and install
Now issue gnome-tweak-tool
in the terminal and it should open.
add a comment |
First of all please mention the Desktop Environment of your Distribution.
By the way try this
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install gnome-shell gnome-shell-extensions gnome-tweak-tool
This generally works with gnome desktop Environment.
If still there is any error Then maintain your sources list.
OP did but indirectly. gnome-tweak-tool only is useful for GNOME3 UI
– fpmurphy
Sep 1 '15 at 7:50
add a comment |
I see a dash missing in your post. It is gnome-tweak-tool
instead of gnome-tweak tool
Except for the error:E: Package 'gnome-tweak-tool'
, so they copy/pasted one of the names incorrectly. This could maybe have been a clarifying comment...
– Jeff Schaller
May 5 '18 at 2:25
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%2f190232%2fgnome-tweak-tool-not-found%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
First you need to make sure your source list is correct so it knows where to find the package, it seems this is your issue.
In a terminal issue the following commands
nano /etc/apt/sources.list
In this window copy and paste the below to the bottom of the existing list
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb http://http.kali.org/ /wheezy main contrib non-free
Now save it, press Ctrl + x
press Y
press enter
Back in the terminal
apt-get update
apt-get install gnome-tweak-tool
It should now download and install
Now issue gnome-tweak-tool
in the terminal and it should open.
add a comment |
First you need to make sure your source list is correct so it knows where to find the package, it seems this is your issue.
In a terminal issue the following commands
nano /etc/apt/sources.list
In this window copy and paste the below to the bottom of the existing list
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb http://http.kali.org/ /wheezy main contrib non-free
Now save it, press Ctrl + x
press Y
press enter
Back in the terminal
apt-get update
apt-get install gnome-tweak-tool
It should now download and install
Now issue gnome-tweak-tool
in the terminal and it should open.
add a comment |
First you need to make sure your source list is correct so it knows where to find the package, it seems this is your issue.
In a terminal issue the following commands
nano /etc/apt/sources.list
In this window copy and paste the below to the bottom of the existing list
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb http://http.kali.org/ /wheezy main contrib non-free
Now save it, press Ctrl + x
press Y
press enter
Back in the terminal
apt-get update
apt-get install gnome-tweak-tool
It should now download and install
Now issue gnome-tweak-tool
in the terminal and it should open.
First you need to make sure your source list is correct so it knows where to find the package, it seems this is your issue.
In a terminal issue the following commands
nano /etc/apt/sources.list
In this window copy and paste the below to the bottom of the existing list
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb http://http.kali.org/ /wheezy main contrib non-free
Now save it, press Ctrl + x
press Y
press enter
Back in the terminal
apt-get update
apt-get install gnome-tweak-tool
It should now download and install
Now issue gnome-tweak-tool
in the terminal and it should open.
answered Mar 15 '15 at 6:55
DylanDylan
828717
828717
add a comment |
add a comment |
First of all please mention the Desktop Environment of your Distribution.
By the way try this
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install gnome-shell gnome-shell-extensions gnome-tweak-tool
This generally works with gnome desktop Environment.
If still there is any error Then maintain your sources list.
OP did but indirectly. gnome-tweak-tool only is useful for GNOME3 UI
– fpmurphy
Sep 1 '15 at 7:50
add a comment |
First of all please mention the Desktop Environment of your Distribution.
By the way try this
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install gnome-shell gnome-shell-extensions gnome-tweak-tool
This generally works with gnome desktop Environment.
If still there is any error Then maintain your sources list.
OP did but indirectly. gnome-tweak-tool only is useful for GNOME3 UI
– fpmurphy
Sep 1 '15 at 7:50
add a comment |
First of all please mention the Desktop Environment of your Distribution.
By the way try this
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install gnome-shell gnome-shell-extensions gnome-tweak-tool
This generally works with gnome desktop Environment.
If still there is any error Then maintain your sources list.
First of all please mention the Desktop Environment of your Distribution.
By the way try this
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install gnome-shell gnome-shell-extensions gnome-tweak-tool
This generally works with gnome desktop Environment.
If still there is any error Then maintain your sources list.
edited Feb 12 '16 at 5:21
sam
13.6k31426
13.6k31426
answered Mar 15 '15 at 7:44
Nikit SwarajNikit Swaraj
211
211
OP did but indirectly. gnome-tweak-tool only is useful for GNOME3 UI
– fpmurphy
Sep 1 '15 at 7:50
add a comment |
OP did but indirectly. gnome-tweak-tool only is useful for GNOME3 UI
– fpmurphy
Sep 1 '15 at 7:50
OP did but indirectly. gnome-tweak-tool only is useful for GNOME3 UI
– fpmurphy
Sep 1 '15 at 7:50
OP did but indirectly. gnome-tweak-tool only is useful for GNOME3 UI
– fpmurphy
Sep 1 '15 at 7:50
add a comment |
I see a dash missing in your post. It is gnome-tweak-tool
instead of gnome-tweak tool
Except for the error:E: Package 'gnome-tweak-tool'
, so they copy/pasted one of the names incorrectly. This could maybe have been a clarifying comment...
– Jeff Schaller
May 5 '18 at 2:25
add a comment |
I see a dash missing in your post. It is gnome-tweak-tool
instead of gnome-tweak tool
Except for the error:E: Package 'gnome-tweak-tool'
, so they copy/pasted one of the names incorrectly. This could maybe have been a clarifying comment...
– Jeff Schaller
May 5 '18 at 2:25
add a comment |
I see a dash missing in your post. It is gnome-tweak-tool
instead of gnome-tweak tool
I see a dash missing in your post. It is gnome-tweak-tool
instead of gnome-tweak tool
answered May 5 '18 at 0:37
Santi DandoisSanti Dandois
111
111
Except for the error:E: Package 'gnome-tweak-tool'
, so they copy/pasted one of the names incorrectly. This could maybe have been a clarifying comment...
– Jeff Schaller
May 5 '18 at 2:25
add a comment |
Except for the error:E: Package 'gnome-tweak-tool'
, so they copy/pasted one of the names incorrectly. This could maybe have been a clarifying comment...
– Jeff Schaller
May 5 '18 at 2:25
Except for the error:
E: Package 'gnome-tweak-tool'
, so they copy/pasted one of the names incorrectly. This could maybe have been a clarifying comment...– Jeff Schaller
May 5 '18 at 2:25
Except for the error:
E: Package 'gnome-tweak-tool'
, so they copy/pasted one of the names incorrectly. This could maybe have been a clarifying comment...– Jeff Schaller
May 5 '18 at 2:25
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%2f190232%2fgnome-tweak-tool-not-found%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