Installing Grub-Customizer gives an error
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I've been trying to install Grub-Customizer but it gives an error
here is the code that I try:
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
here is the error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package grub-customizer
it's my source list;
# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20140108-18:08] kali contrib main non-free
#deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20140108-18:08] kali contrib main non-free
#kali repos installed
deb http://http.kali.org/kali kali main non-free contrib
deb-src http://http.kali.org/kali kali main non-free contrib
## Security updates
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://http.security.kali.org/kali-security kali/updates main contrib non-free
Kali-Linux 2016.1 version
linux grub kali-linux
add a comment |
I've been trying to install Grub-Customizer but it gives an error
here is the code that I try:
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
here is the error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package grub-customizer
it's my source list;
# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20140108-18:08] kali contrib main non-free
#deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20140108-18:08] kali contrib main non-free
#kali repos installed
deb http://http.kali.org/kali kali main non-free contrib
deb-src http://http.kali.org/kali kali main non-free contrib
## Security updates
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://http.security.kali.org/kali-security kali/updates main contrib non-free
Kali-Linux 2016.1 version
linux grub kali-linux
add a comment |
I've been trying to install Grub-Customizer but it gives an error
here is the code that I try:
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
here is the error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package grub-customizer
it's my source list;
# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20140108-18:08] kali contrib main non-free
#deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20140108-18:08] kali contrib main non-free
#kali repos installed
deb http://http.kali.org/kali kali main non-free contrib
deb-src http://http.kali.org/kali kali main non-free contrib
## Security updates
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://http.security.kali.org/kali-security kali/updates main contrib non-free
Kali-Linux 2016.1 version
linux grub kali-linux
I've been trying to install Grub-Customizer but it gives an error
here is the code that I try:
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
here is the error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package grub-customizer
it's my source list;
# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20140108-18:08] kali contrib main non-free
#deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20140108-18:08] kali contrib main non-free
#kali repos installed
deb http://http.kali.org/kali kali main non-free contrib
deb-src http://http.kali.org/kali kali main non-free contrib
## Security updates
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://http.security.kali.org/kali-security kali/updates main contrib non-free
Kali-Linux 2016.1 version
linux grub kali-linux
linux grub kali-linux
asked Feb 17 '16 at 20:34
Berk KayaBerk Kaya
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Try to install the package manually from Grub customizer download page
Then go to it's directory and do
$ cmake . && make
After that, Also in directory
$ sudo make install
That should work for You :-)
Unfortunately it didn't work. compilation terminated. CMakeFiles/grub-customizer.dir/build.make:77: recipe for target 'CMakeFiles/grub-customizer.dir/src/Model/ListCfg.cpp.o' failed make[2]: *** [CMakeFiles/grub-customizer.dir/src/Model/ListCfg.cpp.o] Error 1 CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/grub-customizer.dir/all' failed make[1]: *** [CMakeFiles/grub-customizer.dir/all] Error 2 Makefile:113: recipe for target 'a
– Berk Kaya
Feb 20 '16 at 8:41
First install those packages : * cmake * g++ OR gcc-c++ * libgtkmm-3.0-dev OR gtkmm30-devel [when using the gtk-2 version you need libgtkmm-2.4-dev OR gtkmm24-devel] * gettext * libssl-dev OR openssl-devel * libarchive-dev OR libarchive-devel
– TheTechGuy96
Feb 20 '16 at 10:59
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1042202%2finstalling-grub-customizer-gives-an-error%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 to install the package manually from Grub customizer download page
Then go to it's directory and do
$ cmake . && make
After that, Also in directory
$ sudo make install
That should work for You :-)
Unfortunately it didn't work. compilation terminated. CMakeFiles/grub-customizer.dir/build.make:77: recipe for target 'CMakeFiles/grub-customizer.dir/src/Model/ListCfg.cpp.o' failed make[2]: *** [CMakeFiles/grub-customizer.dir/src/Model/ListCfg.cpp.o] Error 1 CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/grub-customizer.dir/all' failed make[1]: *** [CMakeFiles/grub-customizer.dir/all] Error 2 Makefile:113: recipe for target 'a
– Berk Kaya
Feb 20 '16 at 8:41
First install those packages : * cmake * g++ OR gcc-c++ * libgtkmm-3.0-dev OR gtkmm30-devel [when using the gtk-2 version you need libgtkmm-2.4-dev OR gtkmm24-devel] * gettext * libssl-dev OR openssl-devel * libarchive-dev OR libarchive-devel
– TheTechGuy96
Feb 20 '16 at 10:59
add a comment |
Try to install the package manually from Grub customizer download page
Then go to it's directory and do
$ cmake . && make
After that, Also in directory
$ sudo make install
That should work for You :-)
Unfortunately it didn't work. compilation terminated. CMakeFiles/grub-customizer.dir/build.make:77: recipe for target 'CMakeFiles/grub-customizer.dir/src/Model/ListCfg.cpp.o' failed make[2]: *** [CMakeFiles/grub-customizer.dir/src/Model/ListCfg.cpp.o] Error 1 CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/grub-customizer.dir/all' failed make[1]: *** [CMakeFiles/grub-customizer.dir/all] Error 2 Makefile:113: recipe for target 'a
– Berk Kaya
Feb 20 '16 at 8:41
First install those packages : * cmake * g++ OR gcc-c++ * libgtkmm-3.0-dev OR gtkmm30-devel [when using the gtk-2 version you need libgtkmm-2.4-dev OR gtkmm24-devel] * gettext * libssl-dev OR openssl-devel * libarchive-dev OR libarchive-devel
– TheTechGuy96
Feb 20 '16 at 10:59
add a comment |
Try to install the package manually from Grub customizer download page
Then go to it's directory and do
$ cmake . && make
After that, Also in directory
$ sudo make install
That should work for You :-)
Try to install the package manually from Grub customizer download page
Then go to it's directory and do
$ cmake . && make
After that, Also in directory
$ sudo make install
That should work for You :-)
answered Feb 19 '16 at 1:53
TheTechGuy96TheTechGuy96
1
1
Unfortunately it didn't work. compilation terminated. CMakeFiles/grub-customizer.dir/build.make:77: recipe for target 'CMakeFiles/grub-customizer.dir/src/Model/ListCfg.cpp.o' failed make[2]: *** [CMakeFiles/grub-customizer.dir/src/Model/ListCfg.cpp.o] Error 1 CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/grub-customizer.dir/all' failed make[1]: *** [CMakeFiles/grub-customizer.dir/all] Error 2 Makefile:113: recipe for target 'a
– Berk Kaya
Feb 20 '16 at 8:41
First install those packages : * cmake * g++ OR gcc-c++ * libgtkmm-3.0-dev OR gtkmm30-devel [when using the gtk-2 version you need libgtkmm-2.4-dev OR gtkmm24-devel] * gettext * libssl-dev OR openssl-devel * libarchive-dev OR libarchive-devel
– TheTechGuy96
Feb 20 '16 at 10:59
add a comment |
Unfortunately it didn't work. compilation terminated. CMakeFiles/grub-customizer.dir/build.make:77: recipe for target 'CMakeFiles/grub-customizer.dir/src/Model/ListCfg.cpp.o' failed make[2]: *** [CMakeFiles/grub-customizer.dir/src/Model/ListCfg.cpp.o] Error 1 CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/grub-customizer.dir/all' failed make[1]: *** [CMakeFiles/grub-customizer.dir/all] Error 2 Makefile:113: recipe for target 'a
– Berk Kaya
Feb 20 '16 at 8:41
First install those packages : * cmake * g++ OR gcc-c++ * libgtkmm-3.0-dev OR gtkmm30-devel [when using the gtk-2 version you need libgtkmm-2.4-dev OR gtkmm24-devel] * gettext * libssl-dev OR openssl-devel * libarchive-dev OR libarchive-devel
– TheTechGuy96
Feb 20 '16 at 10:59
Unfortunately it didn't work. compilation terminated. CMakeFiles/grub-customizer.dir/build.make:77: recipe for target 'CMakeFiles/grub-customizer.dir/src/Model/ListCfg.cpp.o' failed make[2]: *** [CMakeFiles/grub-customizer.dir/src/Model/ListCfg.cpp.o] Error 1 CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/grub-customizer.dir/all' failed make[1]: *** [CMakeFiles/grub-customizer.dir/all] Error 2 Makefile:113: recipe for target 'a
– Berk Kaya
Feb 20 '16 at 8:41
Unfortunately it didn't work. compilation terminated. CMakeFiles/grub-customizer.dir/build.make:77: recipe for target 'CMakeFiles/grub-customizer.dir/src/Model/ListCfg.cpp.o' failed make[2]: *** [CMakeFiles/grub-customizer.dir/src/Model/ListCfg.cpp.o] Error 1 CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/grub-customizer.dir/all' failed make[1]: *** [CMakeFiles/grub-customizer.dir/all] Error 2 Makefile:113: recipe for target 'a
– Berk Kaya
Feb 20 '16 at 8:41
First install those packages : * cmake * g++ OR gcc-c++ * libgtkmm-3.0-dev OR gtkmm30-devel [when using the gtk-2 version you need libgtkmm-2.4-dev OR gtkmm24-devel] * gettext * libssl-dev OR openssl-devel * libarchive-dev OR libarchive-devel
– TheTechGuy96
Feb 20 '16 at 10:59
First install those packages : * cmake * g++ OR gcc-c++ * libgtkmm-3.0-dev OR gtkmm30-devel [when using the gtk-2 version you need libgtkmm-2.4-dev OR gtkmm24-devel] * gettext * libssl-dev OR openssl-devel * libarchive-dev OR libarchive-devel
– TheTechGuy96
Feb 20 '16 at 10:59
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1042202%2finstalling-grub-customizer-gives-an-error%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