Linux Mint Türkiye
Yazılım => Çoklu-ortam ve Çözücüler (Codec) => Konuyu başlatan: Abizer - 21 Temmuz 2016, 20:56:56
-
Kaffeine yeni versiyonunu kurdum ancak kaldırmakda sorun yaşıyorum
bu komutları denedim ancak kaldıramadım
sudo apt-get remove kaffeine
sudo apt-get remove --auto-remove kaffeine
sudo apt-get purge kaffeine
sudo apt-get purge --auto-remove kaffeine
kurulum dosyası
http://kaffeine.kde.org
Debian and Ubuntu
-----------------
The needed packages for Debian/Ubuntu should be installed with:
apt-get install kdelibs5-dev libvlc-dev libxss-dev vlc \
libkf5coreaddons-dev libkf5i18n-dev libqt5x11extras5-dev \
libkf5solid-dev libkf5widgetsaddons-dev kio-dev \
qt5-default libdvbv5-dev \
cmake extra-cmake-modules make g++ gettext
And, to build the optional Kaffeine Handbook documentation:
apt-get install kdoctools-dev
PS.: The above was tested with Debian SID and Ubuntu Xenial (16.04).
Other versions may have different requirements.
Create an empty build directory and do the following steps:
# cmake <path/to/kaffeine/source/directory> <options>
# make
# make install
Useful options include:
* -DCMAKE_BUILD_TYPE=<type> (Debug or Release)
* -DCMAKE_INSTALL_PREFIX=<path> (installation prefix for Kaffeine, e.g. /usr)
* -DBUILD_TOOLS=1 (also compile some tools needed by developers)
For further information look for generic KF5 / cmake instructions.
-
Derleyerek kurulan uygulamalar paket yöneticisinin araçları ile kaldırılamaz. Yukarıda anlattığınız biçimde kurulumu gerçekleştirdi iseniz, derleme yaptığınız dizin içine girip aşağıdaki komutla uygulamayı kaldırmayı deneyebilirsiniz.
sudo make uninstall