All Questions
Tagged with checkinstall compiling
5 questions
1
vote
0
answers
140
views
Kernel Paniced after trying to compiling & installing an app and then deleting its folder
Hi today i downloaded the angband game and decided to compile it myself so i extracted the files and ran these commands on my terminal
./autogen.sh
./configure --with-no-install
sudo checkinstall
...
0
votes
0
answers
86
views
Unable to start Ubuntu after installing Gedit dependencies
While I was trying to build Gedit on Ubuntu 16.04, I followed the prerequisite dependencies and installed them religiously. I noticed that I lost my terminal color, and the preinstalled gedit theme ...
4
votes
2
answers
2k
views
Checkinstall doesn't install package globally
I am trying to compile ffmpeg from sources and create deb package in order to install ffmpeg globally and make it possible to remove it with dpkg -r command.
Here are my commands.
# Installing ...
1
vote
0
answers
1k
views
Problem with programme installation in Ubuntu 16.04
The full error I get when I type make is
Making install in libraries/utils
make[1]: Entering directory '/home/ioanna/Desktop/Biogeme/biogeme-2.5/libraries/utils'
make install-am
make[2]: Entering ...
2
votes
0
answers
565
views
Compiling error checkinstall
Hi I wanna compile my first package (Wine) under Ubuntu (it's also my first day with this OS). I ran ./configure and make, no errors. But when I did checkinstall then I got this back:
================...