Day Planner is an easy itinerary administration software for Linux. It’s open supply and some of the widespread planner apps on Linux.

The software program, regardless of its simplicity, has some significantly compelling options. Particularly, options like exporting/importing itineraries and plugin help come to thoughts. Should you’re in search of a straightforward method to handle your time from the Linux desktop, this app is one to take a look at!

SPOILER ALERT: Scroll down and watch the video tutorial on the finish of this text.

Be aware: to make use of this software program, you’ll want Ubuntu, Debian, Arch Linux, Fedora, OpenSUSE, or the power to run executable information.

Ubuntu

Putting in Day Planner on Ubuntu means downloading a package deal, as Ubuntu, sadly, doesn’t have the app in its software program sources. To begin the obtain, open up a terminal and use the wget command to seize the most recent package deal.

wget 

With the package deal in your Ubuntu PC, set up can start. Utilizing the dpkg command, set up Day Planner.

sudo dpkg -i dayplanner_0.11-1_all.deb

In the course of the set up of Day Planner, some dependencies could fail to put in accurately. Issues like this occur generally, however fortunately, it’s fixable. Within the terminal, run apt set up -f to pressure Ubuntu to right the difficulty.

sudo apt set up -f

To run Day Planner, open the Ubuntu sprint and seek for “Day Planner”. Alternatively, test the “Office” part of the app menu.

Debian

2Q==

Day Planner has top quality help for Debian, as there’s a “Debian” obtain button the web site. To get the package deal, open up a terminal window in your Debian PC and use the wget downloading software to seize it.

wget 

The wget software could be very fast, so downloading it doesn’t take lengthy. When the obtain is full, use the dpkg command to put in the package deal to Debian.

sudo dpkg -i dayplanner_0.11-1_all.deb

Putting in Debian packages from the command line means generally dependencies break. Fortunately, this downside simple to unravel. Attempt the next command in terminal to right the difficulty.

sudo apt-get set up -f

Arch Linux

Arch Linux doesn’t help Day Planner formally. As a substitute, followers of Arch in search of the Day Planner app must get it by way of the AUR.

Getting Day Planner by way of the Arch Linux Person Repository begins out by syncing the most recent model of git with Pacman to the system.

sudo pacman -S git

With the git software working, it’s protected to sync down the most recent Day Planner snapshot by way of the AUR. Utilizing the git command, clone the code.

git clone 

Use the CD command and transfer the terminal into the brand new code folder.

cd dayplanner

Lastly, use the makepkg command to generate a brand new Arch package deal. Remember the fact that when constructing this software program, dependencies generally fail to put in. This occurs when AUR packages depend on libraries discovered outdoors of the official Arch Linux repository. View the dependency record right here, within the occasion that this error happens.

Begin the constructing course of with:

makepkg -si

Fedora

Fedora Linux is exclusive with its help for Day Planner. As a substitute of needing to generate an installable package deal, or obtain something. Followers of Fedora can set up the Day Planner software program with a single command.

sudo dnf set up dayplanner -y

Have to uninstall Day Planner on Fedora? Eradicating it’s as simple as putting in it:

sudo dnf take away dayplanner -y

OpenSUSE

Sadly, there is no such thing as a RPM file that can set up Day Planner on OpenSUSE. Even the Fedora RPM information don’t work. As a substitute, customers on OpenSUSE seeking to set up the app are inspired to observe the generic directions to get this app operating.

Generic Linux

Getting the Day Planner app operating on obscure Linux distributions is surprisingly simple, as they supply a straightforward to put in binary, relatively than asking customers construct all the pieces from supply. To get the binary file, open up a terminal and use the wget downloader app.

wget 

When wget finishes downloading the binary file, use the chmod command and replace it’s permissions in order that it may run as a program.

sudo chmod +x dayplanner-0.11.run

Now that the permissions are set in order that the binary file is executable, begin the set up course of.

./dayplanner-0.11.run

The set up will decompress in terminal and open up a graphical set up software. Learn the immediate and click on the “OK” button to proceed and end with the putting in course of.

Uninstall Day Planner

Eradicating the Day Planner app for those who’ve put in it the generic approach is a bit totally different from simply putting in it by way of package deal supervisor. To take away it, you’ll must run a shell script. This shell script deletes all traces of the app from the system.

Open up a terminal and run the next command to totally uninstall Day Planner out of your Linux PC.

sh /dwelling/username/.native/share/dayplanner/uninstall.sh



Source link

Share.
Leave A Reply

Exit mobile version