Standalone backup agents for Linux, Mac, AIX & Solaris workloads on-premises or in the public cloud
itm60
Influencer
Posts: 15 Liked: 1 time
Joined: Jan 15, 2018 6:38 pm
Contact:
Post
by itm60 » Jan 15, 2018 6:47 pm
this post
I've downloaded and tried to install and run this on my Lubuntu 16.10 system, but it doesn't seem to have installed correctly.
Code: Select all
$:~/Downloads$ sudo dpkg -i veeam-release-deb_1.0.1_amd64.deb
(Reading database ... 158528 files and directories currently installed.)
Preparing to unpack veeam-release-deb_1.0.1_amd64.deb ...
Unpacking veeam-release-deb (1.0.1) over (1.0.1) ...
Setting up veeam-release-deb (1.0.1) ...
Code: Select all
$ sudo apt-get install -fReading package lists... Done
Building dependency tree
Reading state information... Done
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
Nothing seems to get installed, and "veeam" and "veeamconfig" are not recognised as valid commands.
Could anyone advise on the correct way to install and run this?
PTide
Product Manager
Posts: 6551 Liked: 765 times
Joined: May 19, 2015 1:46 pm
Contact:
Post
by PTide » Jan 16, 2018 2:35 pm
this post
You should run
apt-get install veeam command instead. Please refer to
this page for details.
Thanks
itm60
Influencer
Posts: 15 Liked: 1 time
Joined: Jan 15, 2018 6:38 pm
Contact:
Post
by itm60 » Jan 19, 2018 4:16 pm
this post
Hmmm...still no luck. Here's what is happening:
Code: Select all
$ sudo dpkg -i ./veeam-release-deb_1.0.1_amd64.deb && apt-get update
(Reading database ... 148152 files and directories currently installed.)
Preparing to unpack .../veeam-release-deb_1.0.1_amd64.deb ...
Unpacking veeam-release-deb (1.0.1) over (1.0.1) ...
Setting up veeam-release-deb (1.0.1) ...
Reading package lists... Done
W: chmod 0700 of directory /var/lib/apt/lists/partial failed - SetupAPTPartialDirectory (1: Operation not permitted)
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
Code: Select all
$ sudo apt-get install veeam
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package veeam
nielsengelen
Product Manager
Posts: 5796 Liked: 1215 times
Joined: Jul 15, 2013 11:09 am
Full Name: Niels Engelen
Contact:
Post
by nielsengelen » Jan 19, 2018 4:20 pm
this post
U need to run sudo apt-get update before doing sudo apt-get install veeam . The repository is now added but the cache needs to be updated therefor you need to update it with the first command.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
itm60
Influencer
Posts: 15 Liked: 1 time
Joined: Jan 15, 2018 6:38 pm
Contact:
Post
by itm60 » Jan 19, 2018 4:29 pm
this post
vmniels wrote: U need to run sudo apt-get update before doing sudo apt-get install veeam . The repository is now added but the cache needs to be updated therefor you need to update it with the first command.
Still no luck...???
Code: Select all
$ sudo apt-get update
Hit:1 http://gb.archive.ubuntu.com/ubuntu artful InRelease
Get:2 http://security.ubuntu.com/ubuntu artful-security InRelease [78.6 kB]
Get:3 http://gb.archive.ubuntu.com/ubuntu artful-updates InRelease [78.6 kB]
Get:4 http://repository.veeam.com/backup/linux/agent/dpkg/debian/public stable InRelease [5,281 B]
Get:5 http://gb.archive.ubuntu.com/ubuntu artful-backports InRelease [72.2 kB]
Get:6 http://security.ubuntu.com/ubuntu artful-security/main amd64 DEP-11 Metadata [2,920 B]
Get:7 http://gb.archive.ubuntu.com/ubuntu artful-updates/main amd64 DEP-11 Metadata [68.6 kB]
Get:8 http://gb.archive.ubuntu.com/ubuntu artful-updates/main DEP-11 64x64 Icons [43.2 kB]
Get:9 http://gb.archive.ubuntu.com/ubuntu artful-updates/universe amd64 DEP-11 Metadata [48.6 kB]
Get:10 http://gb.archive.ubuntu.com/ubuntu artful-updates/universe DEP-11 64x64 Icons [52.8 kB]
Get:11 http://security.ubuntu.com/ubuntu artful-security/universe amd64 DEP-11 Metadata [10.4 kB]
Get:12 http://repository.veeam.com/backup/linux/agent/dpkg/debian/public stable/veeam amd64 Packages [2,188 B]
Get:13 http://gb.archive.ubuntu.com/ubuntu artful-backports/universe amd64 DEP-11 Metadata [4,716 B]
Fetched 468 kB in 1s (425 kB/s)
Reading package lists... Done
Code: Select all
$ sudo apt-get install veam
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package veam
itm60
Influencer
Posts: 15 Liked: 1 time
Joined: Jan 15, 2018 6:38 pm
Contact:
Post
by itm60 » Jan 19, 2018 4:30 pm
1 person likes this post
Sorry - typo!! It's now installing!
nielsengelen
Product Manager
Posts: 5796 Liked: 1215 times
Joined: Jul 15, 2013 11:09 am
Full Name: Niels Engelen
Contact:
Post
by nielsengelen » Feb 04, 2018 8:01 pm
this post
The 4.3kb package will add the repository to your list and add certificates so you can install it using ‘apt-get install veeam’. More information can be found in our userguide:
https://helpcenter.veeam.com/docs/agent ... tml?ver=20
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
Users browsing this forum: Bing [Bot] and 6 guests