Compile from scratch then
Compile wallet for any coin in Ubuntu
https://bitcointalksearch.org/topic/compile-wallet-for-any-coin-in-ubuntu-586844
sudo apt-get upgrade
sudo apt-get install libssl-dev libdb-dev libdb++-dev libqrencode-dev qt4-qmake libqtgui4 libqt4-dev git
sudo apt-get install libminiupnpc-dev libminiupnpc8 libboost-all-dev build-essential git libboost1.48-all-dev
Next clone the source code from github replacing the dogecoin github with whatever other alt
If you want to install the QT (GUI) Wallet
qmake USE_UPNP=-
make
If you want the Daemon (Non-Gui)
make -f makefile.unix USE_UPNP=-
that's pretty much it