Wednesday, May 1, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 575  / 3 Years ago, sun, october 24, 2021, 1:28:41

Clearly I'm a Linux sub-rookie...

All I'm trying to do is to install "Back in Time".

According to the developer's web site I am to type the following commands:



./makedeb.sh
sudo dpkg -i backintime-common-<version>.deb
sudo dpkg -i backintime-gnome-<version>.deb
sudo dpkg -i backintime-notify-<version>.deb


Source: in the README file, in the installer package at: http://backintime.le-web.org



Problem is when I enter just the fist line, it replies saying:



makedeb.sh: No such file or directory


I also typed sudo just in case, without avail :(



Can someone help me?


More From » software-installation

 Answers
7

You would be better off using this PPA: ppa:bit-team/stable Launchpad logo.



Run these commands in a Terminal:



sudo add-apt-repository ppa:bit-team/stable
sudo apt-get update
sudo apt-get install backintime-gnome backintime-notify




The advantages over installing from a .tar.gz file are that:




  • Automatic updates via Ubuntu's Software Updater.

  • Installation system-wide, and including a .desktop launcher.


[#27605] Sunday, October 24, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
entmpy

Total Points: 52
Total Questions: 112
Total Answers: 113

Location: Marshall Islands
Member since Tue, Sep 21, 2021
3 Years ago
entmpy questions
;