Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

install wikidpad

Writer Olivia Zamora

How can I install WikiDPad? I know I have ran it before on ubuntu 14.10 and now I want to run it on 15.04. I have looked for .debs or a ppa for it but I don't know whether to trust the sources that I am getting from Google.

I don't know where or how I installed it the last time. can anyone tell me how to install it? I don't want to compile from source. all though I can I just don't want to deal with it. I prefer .debs or PPA's.

2 Answers

There is no PPA and the package is not available via the standard repositories.

By I think, you can trust GetDeb. From time to time the site is down, but otherwise there are no problems.

Install the GetDeb repository:

cd
wget
sudo dpkg -I getdeb-repository_0.1-1~getdeb1_all.deb
sudo apt-get update

Install WikidPad

sudo apt-get install wikidpad
2

Quoted from

Install WikidPad 2.2 on Ubuntu 14.04

wget -q -O - | sudo apt-key add -
sudo sh -c 'echo "deb trusty-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
sudo apt-get update
sudo apt-get install wikidpad

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy