I did it with yaourt from aur. aur/avast 1.3.0-3. Hm I assume that the install is okay but the version could be "out".
Removing it.
Avast for Linux
Moderators: b1o, jkerr82508
Re: Avast for Linux
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"
"There are no stupid questions - Only stupid answers!"
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: Avast for Linux
I don't do that with packages that are already in tar.gz format (edit: unless they require compiling). Doing that with packages that are already compiled as tar.gz, I've found doesn't normally work. Best to use the ones already "there" so to speak, as they are. I mean, how much more compiling can there be to do, in a file system that's already a tar.gz-based file system? For instance, take a look at the contents of this tar.gz - it's already compiled. All one has to do is move, if one wants a full installation, the contents of the /bin folder to /bin, the /lib contents to /lib, and the contents of the /share to /usr/share. It's already compiled. There are those that aren't that require compiling, but this one doesn't.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
Re: Avast for Linux
It is no sweat: http://bbs.archlinux.org/viewtopic.php?id=25718
The point is; the same error has occurred on two distros - Not nice = out of my box
The point is; the same error has occurred on two distros - Not nice = out of my box
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"
"There are no stupid questions - Only stupid answers!"
Re: Avast for Linux
I saw the avast site said for i586 but went ahead. I don't understand the intricacies but assume that, if it got as far as launching the gui, it was working as well on my x86_64 system as it would if I had a basically i586 system. I mean, i586 programs running on x86_64 architecture OS is not uncommon, right? Viking, is your Arch installation x86_64 also?
Re: Avast for Linux
rolf wrote:I saw the avast site said for i586 but went ahead. I don't understand the intricacies but assume that, if it got as far as launching the gui, it was working as well on my x86_64 system as it would if I had a basically i586 system. I mean, i586 programs running on x86_64 architecture OS is not uncommon, right? Viking, is your Arch installation x86_64 also?
Nope it is i586, but Avast needs to be 32 bit so that will be in the package instructions.
From my PKGBUILD:
Code: Select all
# Force avast to use system lib32 on 64 bit machines to fix the interface
if [ "$CARCH" = "x86_64" ]; then
cd ${pkgdir}/usr/lib/avast4workstation
mv lib-gtk2 lib-gtk2-backup
mv lib-x11 lib-x11-backup
cd ${pkgdir}/usr/bin
patch -p0 -i ${srcdir}/gtk-wrap.patch || return 1
fi
It does not fix the Interface tho.. so I guess it is buggy. Not working on 64bit (yours) and 32bit (mine).
Here is the full PKGBUILD for the especially interested:
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"
"There are no stupid questions - Only stupid answers!"
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: Avast for Linux
Just curious if you guys checked the system requirements for it?
http://www.avast.com/linux-home-edition#tab3
Just curious; it's working fine for me in Arch and Fedora both.
Also, Rolf, http://www.avast.com/linux-home-edition#tab4
More than anything at the time, I was curious about the .rpm; for now, I'm using the tar.gz in both Fedora and Arch.
Note boss, that there is also a server edition, although it costs.
I'm over the "there are no vulnerabilities in Linux" stuff. It's no safer in reality than anything else. Just ask the trojans in FB, and MSN Msngr.
Thanks.
* Any Linux distribution (x86 platform only) with GLIBC version 2.1 or higher and pthreads libraries installed
* 486 processor (Pentium or higher recommended)
* 32 MB RAM (64 MB recommended)
http://www.avast.com/linux-home-edition#tab3
Just curious; it's working fine for me in Arch and Fedora both.
Also, Rolf, http://www.avast.com/linux-home-edition#tab4
Note: the program will not work without a valid license key. To get your key, please use the registration form.
More than anything at the time, I was curious about the .rpm; for now, I'm using the tar.gz in both Fedora and Arch.
Note boss, that there is also a server edition, although it costs.
I'm over the "there are no vulnerabilities in Linux" stuff. It's no safer in reality than anything else. Just ask the trojans in FB, and MSN Msngr.
Thanks.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
Re: Avast for Linux
dedanna1029 wrote:Also, Rolf, http://www.avast.com/linux-home-edition#tab4Note: the program will not work without a valid license key. To get your key, please use the registration form.
See earlier in the thread:
rolf wrote:Although the site says there is a trial period before the key is necessary, it didn't seem to want to start without the key. Once I entered the key, ...
Probably, they edited their page to remove bad info about the trial period working without a key:
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: Avast for Linux
Could be, who knows. *shrug*
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
