help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: installing a package in bath mode


From: Emanuel Berg
Subject: Re: installing a package in bath mode
Date: Mon, 12 Jul 2021 13:58:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Masahiro Yamada wrote:

> I want to install a package from the command line.

In bath mode :)

Better than in Ba'ath mode I guess...

> For example, I tried to install 'solarized-theme' like
> below, but contrary to my will, emacs tried to install
> 'solarized-theme-'.
>
> (a hyphen is always appended at the end of the package
> name/)

The same thing happens here, but this

(progn
  (package-initialize)
  (package-install 'solarized-theme) )

also doesn't work (just evaluating it in Emacs).

  Contacting host: melpa.org:443

  package--with-response-buffer-1:
  https://melpa.org/packages/solarized-theme-20210519.925.tar:
  Not found

Does it work for you?

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]