Skip to content

Instantly share code, notes, and snippets.

@ultimateprogramer
Created March 7, 2019 19:23
Show Gist options
  • Select an option

  • Save ultimateprogramer/beb454e98fb1063ba2f939a1933fbc59 to your computer and use it in GitHub Desktop.

Select an option

Save ultimateprogramer/beb454e98fb1063ba2f939a1933fbc59 to your computer and use it in GitHub Desktop.
Install KTechLab on Ubuntu
sudo apt-get install git kdelibs5-dev kdevplatform-dev qt4-dev-tools cmake libglib2.0-dev
mkdir git-ktechlab && cd git-ktechlab
git clone git://github.com/ktechlab/ktechlab.git
cd ktechlab
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=/usr/local/
make
sudo make install
kbuildsycoca4 &> /dev/null
sudo update-mime-database /usr/share/mime
@brewmanz

Copy link
Copy Markdown

On running the first line (under Ubuntu 20.04) I get

$ sudo apt-get install git kdelibs5-dev kdevplatform-dev qt4-dev-tools cmake libglib2.0-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package kdelibs5-dev 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 'kdelibs5-dev' has no installation candidate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment