Can't update in Fedora32 #2347
Replies: 3 comments
-
I think it should work if you give it the `-U` flag (it tells rpm that
it's an upgrade and not a new install.)
```
rpm -U -i code-server-3.7.2-amd64.rpm
```
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lishoujun
-
Oh but since you've already force-installed 3.7.2, you'll need
to uninstall 3.6.1.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
OK thanks @code-asher ,I will try next version! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I have a 3.6.1 version installed, an want to update it.
After download 3.7.2, I run
sudo rpm -i code-server-3.7.2-amd64.rpm
,then there are many conflicts.Also if I run
sudo rpm -ivh --force code-server-3.7.2-amd64.rpm
as some google search result said ,then I have twe version of code-server.(left is Chinese)
Beta Was this translation helpful? Give feedback.
All reactions