Re: [arch-general] package manager overlay script

2010-04-18 Thread Brendan Long
On 04/16/2010 04:37 AM, Andre "Osku" Schmidt wrote: > and as im a fresh arch user, if you have any tips on using pacman, > please bash me :) (i just copied the commands from pacman rosetta) > The only thing I can think of that you might be missing through your approach is chaining commands toge

Re: [arch-general] package manager overlay script

2010-04-16 Thread Denis Kobozev
On Thu, Apr 15, 2010 at 8:17 AM, Andre "Osku" Schmidt wrote: > Hello, > > im getting tired to be forced to remember many different options for > various package managers on different distros. so i did a little script > that allows me to do like "asd install foo" on any distro i got that > script i

Re: [arch-general] package manager overlay script

2010-04-16 Thread Andre "Osku" Schmidt
On Thu, 2010-04-15 at 16:15 +0300, Rogutės Sparnuotos wrote: > Andre Osku Schmidt (2010-04-15 14:17): > > Hello, > > > > im getting tired to be forced to remember many different options for > > various package managers on different distros. so i did a little script > > that allows me to do like "a

Re: [arch-general] package manager overlay script

2010-04-15 Thread Brendan Long
On 04/15/2010 10:41 AM, Edgar Kalkowski wrote: > Am oder ungefähr am Donnerstag, 15. April 2010, schrieb Robert Howard: > >> PackageKit >> > This reminds me: Can PackageKit actually handle pacman? I have used > PackageKit in the past with (K)ubuntu and when switching to arch (and the > co

Re: [arch-general] package manager overlay script

2010-04-15 Thread Edgar Kalkowski
Am oder ungefähr am Donnerstag, 15. April 2010, schrieb Robert Howard: > PackageKit This reminds me: Can PackageKit actually handle pacman? I have used PackageKit in the past with (K)ubuntu and when switching to arch (and the command line) I thought about trying PackageKit again but was not sure

Re: [arch-general] package manager overlay script

2010-04-15 Thread Robert Howard
PackageKit On Apr 15, 2010 9:15 AM, "Rogutės Sparnuotos" wrote: Andre Osku Schmidt (2010-04-15 14:17): > Hello, > > im getting tired to be forced to remember many different options for > various package... Hi, Aren't shell aliases enough for this job? if [ -f /etc/arch-release ]; then alias

Re: [arch-general] package manager overlay script

2010-04-15 Thread Rogutės Sparnuotos
Andre Osku Schmidt (2010-04-15 14:17): > Hello, > > im getting tired to be forced to remember many different options for > various package managers on different distros. so i did a little script > that allows me to do like "asd install foo" on any distro i got that > script installed, and it will

Re: [arch-general] package manager overlay script

2010-04-15 Thread Ray Rashif
On 15 April 2010 20:17, Andre "Osku" Schmidt wrote: > Hello, > > im getting tired to be forced to remember many different options for > various package managers on different distros. so i did a little script > that allows me to do like "asd install foo" on any distro i got that > script installed,

[arch-general] package manager overlay script

2010-04-15 Thread Andre "Osku" Schmidt
Hello, im getting tired to be forced to remember many different options for various package managers on different distros. so i did a little script that allows me to do like "asd install foo" on any distro i got that script installed, and it will install the package using the systems package manag