• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How To Install KMyMoney on Ubuntu 16.04 And Derivative Systems

1227

To Install KMyMoney on Ubuntu 16.04

KMyMoney is an open source and easy-to-use personal finance manager which has support for different account types, categorization of expenses and incomes and reconciliation of bank accounts. Also, supports both importing and exporting QIF. With additional plugins, it also provides online banking for the OFX and HBCI protocols.

Installing KMyMoney

The latest KMyMoney builds are available via PPA, so use the following command to update the local repository index.

user1@linuxhelp1:~$ sudo add-apt-repository ppa:claydoh/kmymoney2-kde4

 Packages for the latest stable KMyMoney
 More info: https://launchpad.net/~claydoh/+archive/ubuntu/kmymoney2-kde4
Press [ENTER] to continue or ctrl-c to cancel adding it
gpg: keyring `/tmp/tmp3qjcmr56/secring.gpg'  created
gpg: keyring `/tmp/tmp3qjcmr56/pubring.gpg'  created
gpg: requesting key D09DE175 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmp3qjcmr56/trustdb.gpg: trustdb created
gpg: key D09DE175: public key " Launchpad PPA for Clay Weber"  imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK

Next update the apt sources-list as follows.

user1@linuxhelp1:~$ sudo apt-get update
Get:1 http://ppa.launchpad.net/claydoh/kmymoney2-kde4/ubuntu xenial InRelease [17.5 kB]
Hit:2 http://in.archive.ubuntu.com/ubuntu xenial InRelease                     
Hit:3 http://security.ubuntu.com/ubuntu xenial-security InRelease                                         
Hit:4 http://in.archive.ubuntu.com/ubuntu xenial-updates InRelease       
Hit:5 http://in.archive.ubuntu.com/ubuntu xenial-backports InRelease    
Get:6 http://ppa.launchpad.net/claydoh/kmymoney2-kde4/ubuntu xenial/main amd64 Packages [5,932 B]
Get:7 http://ppa.launchpad.net/claydoh/kmymoney2-kde4/ubuntu xenial/main i386 Packages [5,932 B]
Get:8 http://ppa.launchpad.net/claydoh/kmymoney2-kde4/ubuntu xenial/main Translation-en [2,712 B]
Fetched 32.1 kB in 1s (28.4 kB/s)         
Reading package lists... Done

Now is the time to install the package. Use the following command to install it.

user1@linuxhelp1:~$ sudo apt-get install kmymoney
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  breeze-icon-theme docbook-xml docbook-xsl fonts-dejavu fonts-dejavu-extra icoutils kactivities kate-data katepart
  kde-runtime kde-runtime-data kde-style-breeze kde-style-breeze-qt4 kdelibs-bin kdelibs5-data kdelibs5-plugins
  kdoctools kmymoney-common kpackagelauncherqml kpackagetool5 kwayland-data kwayland-integration libakonadi-kde4
  libakonadiprotocolinternals1 libalkimia5 libaqbanking-data libaqbanking35 libaqbanking35-plugins libaqebics0
  libaqhbci22 libaqofxconnect7 libattica0.4 libclass-singleton-perl libcommon-sense-perl libdatetime-locale-perl
  libdatetime-perl libdatetime-timezone-perl libdlrestrictions1 libfam0 libfinance-quote-perl libgif7 libgpgme++2v5
  libgwengui-cpp0 libgwengui-qt4-0 libgwenhywfar-data libgwenhywfar60 libhtml-tableextract-perl libjson-perl
  libjson-xs-perl libkabc4 libkactivities6 libkatepartinterfaces4 libkcmutils4 libkde3support4 libkdeclarative5
  libkdecore5 libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkf5activities5 libkf5archive5
  libkf5attica5 libkf5auth-data libkf5auth5 libkf5calendarevents5 libkf5codecs-data libkf5codecs5
  libkf5completion-data libkf5completion5 libkf5config-bin libkf5config-data libkf5configcore5 libkf5configgui5
  libkf5configwidgets-data libkf5configwidgets5 libkf5coreaddons-data libkf5coreaddons5 libkf5crash5
.
.
Setting up ntrack-module-libnl-0 (016-1.3) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for dbus (1.10.6-1ubuntu3) ...

KMyMoney is now installed, go to your Ubuntu dash and type the package name to launch the application.
1

Tags:
jackson
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

Is there any alternative available for this tool?

A

yeah , there is , somw are Money Manager Ex, You Need A Budget, Homebank, moneyGuru

Q

When I start KMyMoney I get a "Malformed URL" error. What's wrong?

A

Usually, the reason for this is that you didn't run 'make install' as root. This step actually copies all of the icons, and other files needed by KMyMoney to run properly. If you did run this, make sure you passed the correct prefix to 'configure' at the beginning of your compile.

Q

How can I use distcc to help speed up the compilation of KMyMoney, or other KDE (C++) applications?

A

After I first installed distcc, I couldn't get the distributed compiling to work. I stumbled upon this post in the Gentoo forums which told me how to get distcc to work with C++ applications. After I created the /usr/bin/dist++ shell script, (and performing an 'export CXX=dist++'), the next time I ran make on KMyMoney, it was being compiled on two machines.

Q

The Git version is broken! What do I do now?

A

Usually, the reason for this is that one of the developers made a change to the code that requires a clean reconfigure. Please run a 'git pull --rebase' to update your local repository.

Q

Will KMymoney work on my X/Ubuntu desktop?

A

It will work, but you will have to install the basic KDE libraries first, as Xubuntu comes with Gnome libraries by default. If you want to install from Git, you should install build-essential and kdelibs4-dev. The second one will install a ton of other KDE-related packages.

Related Tutorials in How To Install KMyMoney on Ubuntu 16.04 And Derivative Systems

Related Tutorials in How To Install KMyMoney on Ubuntu 16.04 And Derivative Systems

How to install Meld tool in Ubuntu
How to install Meld tool in Ubuntu
Feb 25, 2017
How to install Dconf-Editor on Ubuntu 18.04
How to install Dconf-Editor on Ubuntu 18.04
Jul 14, 2018
How to install and update OpenSSL on Ubuntu 16.04
How to install and update OpenSSL on Ubuntu 16.04
Mar 9, 2017
How to install GLib 2.0 on Ubuntu 17.04
How to install GLib 2.0 on Ubuntu 17.04
May 22, 2017
How to Install Android Emulator on Ubuntu 20.4.1
How to Install Android Emulator on Ubuntu 20.4.1
Jul 13, 2021
How To Install AnyDesk on Ubuntu 16.04
How To Install AnyDesk on Ubuntu 16.04
Apr 4, 2018
How to install Genymotion 2.12.1 on Ubuntu 18.04
How to install Genymotion 2.12.1 on Ubuntu 18.04
Jul 9, 2018
How to install Timeshift 18.4 on Ubuntu 18.04
How to install Timeshift 18.4 on Ubuntu 18.04
Jul 6, 2018

Related Forums in How To Install KMyMoney on Ubuntu 16.04 And Derivative Systems

Related Forums in How To Install KMyMoney on Ubuntu 16.04 And Derivative Systems

Ubuntu
matthew class=
Failed to enable unit: Refusing to operate on linked unit file sshd.service
Apr 15, 2019
Ubuntu
mason class=
Passwd: You may not view or modify password information for root On Ubuntu 19.04
May 27, 2019
Ubuntu
isaac class=
/etc/apt/sources.list Permission denied
May 18, 2017
Ubuntu
yousuf class=
lsb_release command not working : Debian
Jan 18, 2018
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
Ubuntu
mason class=
"E: Package 'php-mcrypt' has no installation candidate" error on Ubuntu 20.4.1
Mar 15, 2021
NFS
luke class=
clnt_create: RPC: Program not registered
Apr 25, 2017
Apache
isaac class=
How to disable apache welcome page on Ubuntu
Dec 15, 2018

Related News in How To Install KMyMoney on Ubuntu 16.04 And Derivative Systems

Related News in How To Install KMyMoney on Ubuntu 16.04 And Derivative Systems

How To Install Mixxx on Ubuntu 16.04
How To Install Mixxx on Ubuntu 16.04
Oct 11, 2017
Ubuntu 17.04 released with greater expectations
Ubuntu 17.04 released with greater expectations
Apr 15, 2017
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Mar 1, 2017
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Sep 2, 2017
Ubuntu Unity is no more: One Linux dream has been axed
Ubuntu Unity is no more: One Linux dream has been axed
Apr 7, 2017
What’s next for Ubuntu Linux Desktop?
What’s next for Ubuntu Linux Desktop?
Apr 11, 2017
Say Hi to Ubuntu's new mascot
Say Hi to Ubuntu's new mascot
Mar 22, 2019
KDE Connect App was removed from Google Play Store and brought back in 24 hours
KDE Connect App was removed from Google Play Store and brought back in 24 hours
Mar 22, 2019
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help legeek ?
Installation of the call center module

hello

I wish to install a call center in virtual with issabel, I downloaded the latest version of it , but I don' t arrive to install the call center module in issabel. please help me

thanks!

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.